Searched refs:E1000_EECD_GNT (Results 1 – 7 of 7) sorted by relevance
573 #define E1000_EECD_GNT 0x00000080 /* NVM Access Grant */ macro
177 if (eecd & E1000_EECD_GNT) in e1000e_acquire_nvm()
1044 eecd &= ~(E1000_EECD_REQ | E1000_EECD_GNT); in e1000_reset_hw_82571()
690 #define E1000_EECD_GNT 0x00000080 /* NVM Access Grant */ macro
188 if (eecd & E1000_EECD_GNT) in igb_acquire_nvm()
3706 while ((!(eecd & E1000_EECD_GNT)) && in e1000_acquire_eeprom()3712 if (!(eecd & E1000_EECD_GNT)) { in e1000_acquire_eeprom()
1532 #define E1000_EECD_GNT 0x00000080 /* EEPROM Access Grant */ macro