Home
last modified time | relevance | path

Searched refs:svcr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c1252 u32 svcr; in e1000_set_obff_timer_pch_lpt() local
1266 svcr = E1000_READ_REG(hw, E1000_SVCR); in e1000_set_obff_timer_pch_lpt()
1267 svcr &= ~E1000_SVCR_OFF_TIMER_MASK; in e1000_set_obff_timer_pch_lpt()
1268 svcr |= timer << E1000_SVCR_OFF_TIMER_SHIFT; in e1000_set_obff_timer_pch_lpt()
1269 E1000_WRITE_REG(hw, E1000_SVCR, svcr); in e1000_set_obff_timer_pch_lpt()