Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/e1000api/
H A De1000_defines.h1022 #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()
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1053 #define E1000_EECD_GNT 0x00000080 /* EEPROM Access Grant */ macro
H A De1000.c348 while((!(eecd & E1000_EECD_GNT)) && in e1000_acquire_eeprom()
354 if(!(eecd & E1000_EECD_GNT)) { in e1000_acquire_eeprom()