Searched refs:E1000_EECD_GNT (Results 1 – 7 of 7) sorted by relevance
584 #define E1000_EECD_GNT 0x00000080 /* NVM Access Grant */ macro
159 if (eecd & E1000_EECD_GNT) in e1000e_acquire_nvm()
1028 eecd &= ~(E1000_EECD_REQ | E1000_EECD_GNT); in e1000_reset_hw_82571()
709 #define E1000_EECD_GNT 0x00000080 /* NVM Access Grant */ macro
169 if (eecd & E1000_EECD_GNT) in igb_acquire_nvm()
3673 while ((!(eecd & E1000_EECD_GNT)) && in e1000_acquire_eeprom()3679 if (!(eecd & E1000_EECD_GNT)) { in e1000_acquire_eeprom()
1504 #define E1000_EECD_GNT 0x00000080 /* EEPROM Access Grant */ macro