Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/e1000e/
Dich8lan.h80 #define E1000_FEXTNVM6_K1_OFF_ENABLE 0x80000000 macro
Dich8lan.c1569 if (pcieanacfg & E1000_FEXTNVM6_K1_OFF_ENABLE) in e1000_check_for_copper_link_ich8lan()
1570 fextnvm6 |= E1000_FEXTNVM6_K1_OFF_ENABLE; in e1000_check_for_copper_link_ich8lan()
1572 fextnvm6 &= ~E1000_FEXTNVM6_K1_OFF_ENABLE; in e1000_check_for_copper_link_ich8lan()