Searched refs:svcr (Results 1 – 1 of 1) sorted by relevance
1240 u32 svcr; in e1000_set_obff_timer_pch_lpt() local1254 svcr = E1000_READ_REG(hw, E1000_SVCR); in e1000_set_obff_timer_pch_lpt()1255 svcr &= ~E1000_SVCR_OFF_TIMER_MASK; in e1000_set_obff_timer_pch_lpt()1256 svcr |= timer << E1000_SVCR_OFF_TIMER_SHIFT; in e1000_set_obff_timer_pch_lpt()1257 E1000_WRITE_REG(hw, E1000_SVCR, svcr); in e1000_set_obff_timer_pch_lpt()