Searched refs:E1000_EECD_GNT (Results 1 – 9 of 9) 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()
1229 #define E1000_EECD_GNT 0x00000080 /* EEPROM Access Grant */ macro
378 while ((!(eecd & E1000_EECD_GNT)) && in e1000_acquire_eeprom()384 if (!(eecd & E1000_EECD_GNT)) { in e1000_acquire_eeprom()
3672 while ((!(eecd & E1000_EECD_GNT)) && in e1000_acquire_eeprom()3678 if (!(eecd & E1000_EECD_GNT)) { in e1000_acquire_eeprom()
1507 #define E1000_EECD_GNT 0x00000080 /* EEPROM Access Grant */ macro