Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c1227 u32 svcr; in e1000_set_obff_timer_pch_lpt() local
1241 svcr = E1000_READ_REG(hw, E1000_SVCR); in e1000_set_obff_timer_pch_lpt()
1242 svcr &= ~E1000_SVCR_OFF_TIMER_MASK; in e1000_set_obff_timer_pch_lpt()
1243 svcr |= timer << E1000_SVCR_OFF_TIMER_SHIFT; in e1000_set_obff_timer_pch_lpt()
1244 E1000_WRITE_REG(hw, E1000_SVCR, svcr); in e1000_set_obff_timer_pch_lpt()