Searched refs:E1000_EECD_GNT (Results 1 – 5 of 5) sorted by relevance
1022 #define E1000_EECD_GNT 0x00000080 /* NVM Access Grant */ macro
272 if (eecd & E1000_EECD_GNT) in e1000_acquire_nvm_generic()
1152 eecd &= ~(E1000_EECD_REQ | E1000_EECD_GNT); in e1000_reset_hw_82571()
1053 #define E1000_EECD_GNT 0x00000080 /* EEPROM Access Grant */ macro
348 while((!(eecd & E1000_EECD_GNT)) && in e1000_acquire_eeprom()354 if(!(eecd & E1000_EECD_GNT)) { in e1000_acquire_eeprom()