Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_i225.c52 nvm->page_size = eecd & IGC_EECD_ADDR_BITS ? 32 : 8; in igc_init_nvm_params_i225()
53 nvm->address_bits = eecd & IGC_EECD_ADDR_BITS ? in igc_init_nvm_params_i225()
H A Digc_defines.h942 #define IGC_EECD_ADDR_BITS 0x00000400 macro