Home
last modified time | relevance | path

Searched refs:is_2ghz (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/carl9170/
H A Dphy.c406 static u32 carl9170_def_val(u32 reg, bool is_2ghz, bool is_40mhz) in carl9170_def_val() argument
413 if (is_2ghz) { in carl9170_def_val()
433 bool is_2ghz, bool is_40mhz) in carl9170_init_phy_from_eeprom() argument
440 struct ar9170_eeprom_modal *m = &ar->eeprom.modal_header[is_2ghz]; in carl9170_init_phy_from_eeprom()
460 is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()
466 val = carl9170_def_val(AR9170_PHY_REG_DESIRED_SZ, is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()
472 val = carl9170_def_val(AR9170_PHY_REG_RF_CTL4, is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()
480 val = carl9170_def_val(AR9170_PHY_REG_RF_CTL3, is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()
485 val = carl9170_def_val(0x1c8864, is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()
490 val = carl9170_def_val(AR9170_PHY_REG_RXGAIN, is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()
[all …]
/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.h364 u8 *ar9003_get_spur_chan_ptr(struct ath_hw *ah, bool is_2ghz);
H A Dxmit.c1182 bool is_2ghz, is_5ghz, use_stbc; in ath_get_rate_txpower() local
1191 is_2ghz = info->band == NL80211_BAND_2GHZ; in ath_get_rate_txpower()
1199 else if (is_2ghz && !is_cck) in ath_get_rate_txpower()
1215 pmodal = &eep->modalHeader[is_2ghz]; in ath_get_rate_txpower()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1007 bool is_2ghz = phy->mt76->chandef.chan->band == NL80211_BAND_2GHZ; in mt7996_mcu_bss_ifs_timing_tlv() local
1020 ifs_time->eifs_time = cpu_to_le16(is_2ghz ? 78 : 84); in mt7996_mcu_bss_ifs_timing_tlv()
1022 if (is_2ghz) { in mt7996_mcu_bss_ifs_timing_tlv()