Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dpower.h404 #define IWL_NUM_GEO_PROFILES 3 macro
438 struct iwl_per_chain_offset table[IWL_NUM_GEO_PROFILES][IWL_NUM_BANDS_PER_CHAIN_V1];
449 struct iwl_per_chain_offset table[IWL_NUM_GEO_PROFILES][IWL_NUM_BANDS_PER_CHAIN_V1];
461 struct iwl_per_chain_offset table[IWL_NUM_GEO_PROFILES][IWL_NUM_BANDS_PER_CHAIN_V2];
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.c832 BUILD_BUG_ON(ACPI_NUM_GEO_PROFILES != IWL_NUM_GEO_PROFILES); in iwl_sar_get_wgds_table()