Lines Matching refs:fextnvm6
941 u32 fextnvm6 = er32(FEXTNVM6); in e1000_k1_workaround_lpt_lp() local
967 ew32(FEXTNVM6, fextnvm6 | E1000_FEXTNVM6_REQ_PLL_CLK); in e1000_k1_workaround_lpt_lp()
977 fextnvm6 &= ~E1000_FEXTNVM6_REQ_PLL_CLK; in e1000_k1_workaround_lpt_lp()
996 fextnvm6 &= ~E1000_FEXTNVM6_ENABLE_K1_ENTRY_CONDITION; in e1000_k1_workaround_lpt_lp()
1003 fextnvm6 |= E1000_FEXTNVM6_ENABLE_K1_ENTRY_CONDITION; in e1000_k1_workaround_lpt_lp()
1011 ew32(FEXTNVM6, fextnvm6); in e1000_k1_workaround_lpt_lp()
1632 u32 fextnvm6 = er32(FEXTNVM6); in e1000_check_for_copper_link_ich8lan() local
1639 fextnvm6 |= E1000_FEXTNVM6_K1_OFF_ENABLE; in e1000_check_for_copper_link_ich8lan()
1641 fextnvm6 &= ~E1000_FEXTNVM6_K1_OFF_ENABLE; in e1000_check_for_copper_link_ich8lan()
1644 ew32(FEXTNVM6, fextnvm6); in e1000_check_for_copper_link_ich8lan()
5439 u32 fextnvm6 = er32(FEXTNVM6); in e1000_suspend_workarounds_ich8lan() local
5441 ew32(FEXTNVM6, fextnvm6 & ~E1000_FEXTNVM6_REQ_PLL_CLK); in e1000_suspend_workarounds_ich8lan()