Searched refs:is_2ghz (Results 1 – 5 of 5) sorted by relevance
413 if (is_2ghz) { in carl9170_def_val()433 bool is_2ghz, bool is_40mhz) in carl9170_init_phy_from_eeprom() argument460 is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()496 is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()504 if (!is_2ghz) in carl9170_init_phy_from_eeprom()510 is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()516 is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()523 is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom()554 if (is_2ghz) in carl9170_init_phy()559 if (is_2ghz) in carl9170_init_phy()[all …]
156 bool is_2ghz = chan->band == NL80211_BAND_2GHZ; in mt76x0_get_tx_power_per_rate() local168 addr = is_2ghz ? MT_EE_TX_POWER_BYRATE_BASE + 2 : 0x120; in mt76x0_get_tx_power_per_rate()174 addr = is_2ghz ? MT_EE_TX_POWER_BYRATE_BASE + 4 : 0x122; in mt76x0_get_tx_power_per_rate()180 addr = is_2ghz ? MT_EE_TX_POWER_BYRATE_BASE + 6 : 0x124; in mt76x0_get_tx_power_per_rate()186 addr = is_2ghz ? MT_EE_TX_POWER_BYRATE_BASE + 8 : 0x126; in mt76x0_get_tx_power_per_rate()
364 u8 *ar9003_get_spur_chan_ptr(struct ath_hw *ah, bool is_2ghz);
1196 bool is_2ghz; in ath_get_rate_txpower() local1199 is_2ghz = info->band == NL80211_BAND_2GHZ; in ath_get_rate_txpower()1200 pmodal = &eep->modalHeader[is_2ghz]; in ath_get_rate_txpower()
775 bool is_2ghz = phy->mt76->chandef.chan->band == NL80211_BAND_2GHZ; in mt7921_mac_set_timing() local776 int sifs = is_2ghz ? 10 : 16, offset; in mt7921_mac_set_timing()797 if (phy->slottime < 20 || !is_2ghz) in mt7921_mac_set_timing()
Completed in 15 milliseconds