Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/e1000e/
Dich8lan.c902 u32 fextnvm6 = er32(FEXTNVM6); in e1000_k1_workaround_lpt_lp() local
928 ew32(FEXTNVM6, fextnvm6 | E1000_FEXTNVM6_REQ_PLL_CLK); in e1000_k1_workaround_lpt_lp()
938 fextnvm6 &= ~E1000_FEXTNVM6_REQ_PLL_CLK; in e1000_k1_workaround_lpt_lp()
957 fextnvm6 &= ~E1000_FEXTNVM6_ENABLE_K1_ENTRY_CONDITION; in e1000_k1_workaround_lpt_lp()
964 fextnvm6 |= E1000_FEXTNVM6_ENABLE_K1_ENTRY_CONDITION; in e1000_k1_workaround_lpt_lp()
972 ew32(FEXTNVM6, fextnvm6); in e1000_k1_workaround_lpt_lp()
1529 u32 fextnvm6 = er32(FEXTNVM6); in e1000_check_for_copper_link_ich8lan() local
1536 fextnvm6 |= E1000_FEXTNVM6_K1_OFF_ENABLE; in e1000_check_for_copper_link_ich8lan()
1538 fextnvm6 &= ~E1000_FEXTNVM6_K1_OFF_ENABLE; in e1000_check_for_copper_link_ich8lan()
1541 ew32(FEXTNVM6, fextnvm6); in e1000_check_for_copper_link_ich8lan()
[all …]