Searched refs:E1000_EECD_REQ (Results 1 – 7 of 7) sorted by relevance
173 ew32(EECD, eecd | E1000_EECD_REQ); in e1000e_acquire_nvm()185 eecd &= ~E1000_EECD_REQ; in e1000e_acquire_nvm()249 eecd &= ~E1000_EECD_REQ; in e1000e_release_nvm()
572 #define E1000_EECD_REQ 0x00000040 /* NVM Access Request */ macro
1046 eecd &= ~(E1000_EECD_REQ | E1000_EECD_GNT); in e1000_reset_hw_82571()
184 wr32(E1000_EECD, eecd | E1000_EECD_REQ); in igb_acquire_nvm()196 eecd &= ~E1000_EECD_REQ; in igb_acquire_nvm()260 eecd &= ~E1000_EECD_REQ; in igb_release_nvm()
691 #define E1000_EECD_REQ 0x00000040 /* NVM Access Request */ macro
3703 eecd |= E1000_EECD_REQ; in e1000_acquire_eeprom()3713 eecd &= ~E1000_EECD_REQ; in e1000_acquire_eeprom()3831 eecd &= ~E1000_EECD_REQ; in e1000_release_eeprom()
1531 #define E1000_EECD_REQ 0x00000040 /* EEPROM Access Request */ macro