Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h1024 #define E1000_EECD_PRES 0x00000100 /* NVM Present */ macro
1040 #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.c6074 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES) && in e1000_get_cfg_done_ich8lan()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1054 #define E1000_EECD_PRES 0x00000100 /* EEPROM Present */ macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c2279 sc->eeprom_control = E1000_EECD_PRES | E82545_EECD_FWE_EN; in e82545_reset()