Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c1035 u32 fextnvm6 = E1000_READ_REG(hw, E1000_FEXTNVM6); in e1000_k1_workaround_lpt_lp() local
1062 fextnvm6 | E1000_FEXTNVM6_REQ_PLL_CLK); in e1000_k1_workaround_lpt_lp()
1072 fextnvm6 &= ~E1000_FEXTNVM6_REQ_PLL_CLK; in e1000_k1_workaround_lpt_lp()
1091 fextnvm6 &= ~E1000_FEXTNVM6_ENABLE_K1_ENTRY_CONDITION; in e1000_k1_workaround_lpt_lp()
1098 fextnvm6 |= E1000_FEXTNVM6_ENABLE_K1_ENTRY_CONDITION; in e1000_k1_workaround_lpt_lp()
1106 E1000_WRITE_REG(hw, E1000_FEXTNVM6, fextnvm6); in e1000_k1_workaround_lpt_lp()
1749 u32 fextnvm6 = E1000_READ_REG(hw, E1000_FEXTNVM6); in e1000_check_for_copper_link_ich8lan() local
1753 fextnvm6 |= E1000_FEXTNVM6_K1_OFF_ENABLE; in e1000_check_for_copper_link_ich8lan()
1755 fextnvm6 &= ~E1000_FEXTNVM6_K1_OFF_ENABLE; in e1000_check_for_copper_link_ich8lan()
1757 E1000_WRITE_REG(hw, E1000_FEXTNVM6, fextnvm6); in e1000_check_for_copper_link_ich8lan()
[all …]