Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h945 #define IGC_EECD_SIZE_EX_MASK 0x00007800 /* NVM Size */ macro
H A Digc_i225.c32 size = (u16)((eecd & IGC_EECD_SIZE_EX_MASK) >> in igc_init_nvm_params_i225()