Lines Matching refs:eeprom_ch
465 ((eeprom_ch->flags & EEPROM_CHANNEL_##x) ? # x " " : "")
470 const struct iwl_eeprom_channel *eeprom_ch,
497 eeprom_ch->flags,
498 eeprom_ch->max_power_avg,
499 ((eeprom_ch->flags & EEPROM_CHANNEL_IBSS) &&
500 !(eeprom_ch->flags & EEPROM_CHANNEL_RADAR)) ? ""
503 if (eeprom_ch->flags & EEPROM_CHANNEL_VALID)
532 const struct iwl_eeprom_channel *eeprom_ch;
534 eeprom_ch = &eeprom_ch_info[ch_idx];
536 if (!(eeprom_ch->flags & EEPROM_CHANNEL_VALID)) {
558 if (!(eeprom_ch->flags & EEPROM_CHANNEL_IBSS))
561 if (!(eeprom_ch->flags & EEPROM_CHANNEL_ACTIVE))
564 if (eeprom_ch->flags & EEPROM_CHANNEL_RADAR)