Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_i225.c53 nvm->page_size = eecd & IGC_EECD_ADDR_BITS ? 32 : 8; in igc_init_nvm_params_i225()
54 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