Home
last modified time | relevance | path

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

/linux/include/net/mana/
H A Dshm_channel.h9 #define SMC_APERTURE_DWORDS (SMC_APERTURE_BITS / (SMC_BASIC_UNIT * 8)) macro
10 #define SMC_LAST_DWORD (SMC_APERTURE_DWORDS - 1)
/linux/drivers/net/ethernet/microsoft/mana/
H A Dshm_channel.c233 for (i = 0; i < SMC_APERTURE_DWORDS; i++) in mana_smc_setup_hwc()