Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_defines.h1039 #define E1000_EECD_PRES 0x00000100 /* NVM Present */ macro
1055 #define E1000_EECD_SEC1VAL_VALID_MASK (E1000_EECD_AUTO_RD | E1000_EECD_PRES)
H A De1000_82575.c1025 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES) && in e1000_get_cfg_done_82575()
1343 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES)) in e1000_reset_hw_82575()
H A De1000_ich8lan.c6069 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES) && in e1000_get_cfg_done_ich8lan()
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c2245 sc->eeprom_control = E1000_EECD_PRES | E82545_EECD_FWE_EN; in e82545_reset()