Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-eeprom-parse.c425 u32 offset = cfg->eeprom_params->regulatory_bands[eeprom_band - 1]; in iwl_init_band_reference()
593 if (cfg->eeprom_params->enhanced_txpower) { in iwl_init_channel_map()
615 if (cfg->eeprom_params->regulatory_bands[5] == in iwl_init_channel_map()
617 cfg->eeprom_params->regulatory_bands[6] == in iwl_init_channel_map()
800 if (WARN_ON(!cfg || !cfg->eeprom_params)) in iwl_parse_eeprom_data()
H A Diwl-config.h405 const struct iwl_eeprom_params *eeprom_params; member