Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_defines.h1023 #define E1000_EECD_PRES 0x00000100 /* NVM Present */ macro
1039 #define E1000_EECD_SEC1VAL_VALID_MASK (E1000_EECD_AUTO_RD | E1000_EECD_PRES)
H A De1000_82575.c1154 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES) && in e1000_get_cfg_done_82575()
1472 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES)) in e1000_reset_hw_82575()
H A De1000_ich8lan.c6009 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES) && in e1000_get_cfg_done_ich8lan()
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1054 #define E1000_EECD_PRES 0x00000100 /* EEPROM Present */ macro