Lines Matching refs:fextnvm6
913 u32 fextnvm6 = er32(FEXTNVM6); in e1000_k1_workaround_lpt_lp() local
939 ew32(FEXTNVM6, fextnvm6 | E1000_FEXTNVM6_REQ_PLL_CLK); in e1000_k1_workaround_lpt_lp()
949 fextnvm6 &= ~E1000_FEXTNVM6_REQ_PLL_CLK; in e1000_k1_workaround_lpt_lp()
968 fextnvm6 &= ~E1000_FEXTNVM6_ENABLE_K1_ENTRY_CONDITION; in e1000_k1_workaround_lpt_lp()
975 fextnvm6 |= E1000_FEXTNVM6_ENABLE_K1_ENTRY_CONDITION; in e1000_k1_workaround_lpt_lp()
983 ew32(FEXTNVM6, fextnvm6); in e1000_k1_workaround_lpt_lp()
1540 u32 fextnvm6 = er32(FEXTNVM6); in e1000_check_for_copper_link_ich8lan() local
1547 fextnvm6 |= E1000_FEXTNVM6_K1_OFF_ENABLE; in e1000_check_for_copper_link_ich8lan()
1549 fextnvm6 &= ~E1000_FEXTNVM6_K1_OFF_ENABLE; in e1000_check_for_copper_link_ich8lan()
1552 ew32(FEXTNVM6, fextnvm6); in e1000_check_for_copper_link_ich8lan()
5331 u32 fextnvm6 = er32(FEXTNVM6); in e1000_suspend_workarounds_ich8lan() local
5333 ew32(FEXTNVM6, fextnvm6 & ~E1000_FEXTNVM6_REQ_PLL_CLK); in e1000_suspend_workarounds_ich8lan()