Searched refs:eeprom_ch_count (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-parse.c421 int eeprom_band, int *eeprom_ch_count,
433 *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_1);
437 *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_2);
441 *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_3);
445 *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_4);
449 *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_5);
453 *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_6);
457 *eeprom_ch_count = ARRAY_SIZE(iwl_eeprom_band_7);
461 *eeprom_ch_count = 0;
520 int eeprom_ch_count; local
419 iwl_init_band_reference(const struct iwl_cfg *cfg, const u8 *eeprom, size_t eeprom_size, int eeprom_band, int *eeprom_ch_count, const struct iwl_eeprom_channel **ch_info, const u8 **eeprom_ch_array) argument
[all...]
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c779 int *eeprom_ch_count,
787 *eeprom_ch_count = ARRAY_SIZE(il_eeprom_band_1);
794 *eeprom_ch_count = ARRAY_SIZE(il_eeprom_band_2);
801 *eeprom_ch_count = ARRAY_SIZE(il_eeprom_band_3);
808 *eeprom_ch_count = ARRAY_SIZE(il_eeprom_band_4);
815 *eeprom_ch_count = ARRAY_SIZE(il_eeprom_band_5);
822 *eeprom_ch_count = ARRAY_SIZE(il_eeprom_band_6);
829 *eeprom_ch_count = ARRAY_SIZE(il_eeprom_band_7);
889 int eeprom_ch_count = 0; local
925 il_init_band_reference(il, band, &eeprom_ch_count,
778 il_init_band_reference(const struct il_priv *il, int eep_band, int *eeprom_ch_count, const struct il_eeprom_channel **eeprom_ch_info, const u8 **eeprom_ch_idx) argument
[all...]

Completed in 99 milliseconds