Searched refs:E1000_EECD_REQ (Results 1 – 7 of 7) sorted by relevance
155 ew32(EECD, eecd | E1000_EECD_REQ); in e1000e_acquire_nvm()167 eecd &= ~E1000_EECD_REQ; in e1000e_acquire_nvm()231 eecd &= ~E1000_EECD_REQ; in e1000e_release_nvm()
583 #define E1000_EECD_REQ 0x00000040 /* NVM Access Request */ macro
1028 eecd &= ~(E1000_EECD_REQ | E1000_EECD_GNT); in e1000_reset_hw_82571()
165 wr32(E1000_EECD, eecd | E1000_EECD_REQ); in igb_acquire_nvm()177 eecd &= ~E1000_EECD_REQ; in igb_acquire_nvm()241 eecd &= ~E1000_EECD_REQ; in igb_release_nvm()
708 #define E1000_EECD_REQ 0x00000040 /* NVM Access Request */ macro
3669 eecd |= E1000_EECD_REQ; in e1000_acquire_eeprom()3679 eecd &= ~E1000_EECD_REQ; in e1000_acquire_eeprom()3797 eecd &= ~E1000_EECD_REQ; in e1000_release_eeprom()
1506 #define E1000_EECD_REQ 0x00000040 /* EEPROM Access Request */ macro