Home
last modified time | relevance | path

Searched refs:E1000_EECD_GNT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h1023 #define E1000_EECD_GNT 0x00000080 /* NVM Access Grant */ macro
H A De1000_nvm.c272 if (eecd & E1000_EECD_GNT) in e1000_acquire_nvm_generic()
H A De1000_82571.c1152 eecd &= ~(E1000_EECD_REQ | E1000_EECD_GNT); in e1000_reset_hw_82571()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c1823 sc->eeprom_control |= E1000_EECD_GNT; in e82545_write_register()
1825 sc->eeprom_control &= ~E1000_EECD_GNT; in e82545_write_register()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c348 while((!(eecd & E1000_EECD_GNT)) && in e1000_acquire_eeprom()
354 if(!(eecd & E1000_EECD_GNT)) { in e1000_acquire_eeprom()
H A De1000_hw.h1053 #define E1000_EECD_GNT 0x00000080 /* EEPROM Access Grant */ macro