Searched refs:E1000_EECD_PRES (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Ddefines.h602 #define E1000_EECD_PRES 0x00000100 /* NVM Present */ macro
613 #define E1000_EECD_SEC1VAL_VALID_MASK (E1000_EECD_AUTO_RD | E1000_EECD_PRES)
H A Dich8lan.c3670 if (((er32(EECD) & E1000_EECD_PRES) == 0) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_82575.c763 if (((rd32(E1000_EECD) & E1000_EECD_PRES) == 0) &&
964 if ((rd32(E1000_EECD) & E1000_EECD_PRES) == 0)
1656 if ((rd32(E1000_EECD) & E1000_EECD_PRES) == 0)
H A De1000_defines.h542 #define E1000_EECD_PRES 0x00000100 /* NVM Present */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_hw.h1483 #define E1000_EECD_PRES 0x00000100 /* EEPROM Present */ macro

Completed in 81 milliseconds