Home
last modified time | relevance | path

Searched refs:IGC_EECD_REQ (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/igc/
H A Digc_nvm.c52 wr32(IGC_EECD, eecd | IGC_EECD_REQ); in igc_acquire_nvm()
64 eecd &= ~IGC_EECD_REQ; in igc_acquire_nvm()
84 eecd &= ~IGC_EECD_REQ; in igc_release_nvm()
H A Digc_defines.h188 #define IGC_EECD_REQ 0x00000040 /* NVM Access Request */ macro