Searched refs:svcr (Results 1 – 1 of 1) sorted by relevance
1227 u32 svcr; in e1000_set_obff_timer_pch_lpt() local1241 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()