Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_defines.h944 #define IGC_EECD_SIZE_EX_MASK 0x00007800 /* NVM Size */ macro
H A Digc_i225.c33 size = (u16)((eecd & IGC_EECD_SIZE_EX_MASK) >> in igc_init_nvm_params_i225()