Searched refs:E1000_EECD_PRES (Results 1 – 5 of 5) sorted by relevance
574 #define E1000_EECD_PRES 0x00000100 /* NVM Present */ macro585 #define E1000_EECD_SEC1VAL_VALID_MASK (E1000_EECD_AUTO_RD | E1000_EECD_PRES)
5529 if (!(er32(EECD) & E1000_EECD_PRES) && in e1000_get_cfg_done_ich8lan()
686 #define E1000_EECD_PRES 0x00000100 /* NVM Present */ macro
1217 if (((rd32(E1000_EECD) & E1000_EECD_PRES) == 0) && in igb_get_cfg_done_82575()1457 if ((rd32(E1000_EECD) & E1000_EECD_PRES) == 0) in igb_reset_hw_82575()
1533 #define E1000_EECD_PRES 0x00000100 /* EEPROM Present */ macro