Searched refs:IGC_EECD_SIZE_EX_MASK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/igc/ | ||
H A D | igc_defines.h | 944 #define IGC_EECD_SIZE_EX_MASK 0x00007800 /* NVM Size */ macro |
H A D | igc_i225.c | 33 size = (u16)((eecd & IGC_EECD_SIZE_EX_MASK) >> in igc_init_nvm_params_i225() |