Home
last modified time | relevance | path

Searched refs:IGC_NVM_RW_ADDR_SHIFT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_nvm.c114 eerd = ((offset + i) << IGC_NVM_RW_ADDR_SHIFT) + in igc_read_nvm_eerd()
H A Digc_defines.h204 #define IGC_NVM_RW_ADDR_SHIFT 2 /* Shift to the address bits */ macro
H A Digc_i225.c245 eewr = ((offset + i) << IGC_NVM_RW_ADDR_SHIFT) | in igc_write_nvm_srwr()