Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.h83 #define E1000_FEXTNVM6_K1_OFF_ENABLE 0x80000000 macro
H A Dich8lan.c1638 if (pcieanacfg & E1000_FEXTNVM6_K1_OFF_ENABLE) in e1000_check_for_copper_link_ich8lan()
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()