Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/carl9170/
A Dphy.c413 if (is_2ghz) { in carl9170_def_val()
433 bool is_2ghz, bool is_40mhz) in carl9170_init_phy_from_eeprom() argument
460 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 …]
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt76x0/
A Deeprom.c156 bool is_2ghz = chan->band == NL80211_BAND_2GHZ; in mt76x0_get_tx_power_per_rate() local
168 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()
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dar9003_eeprom.h364 u8 *ar9003_get_spur_chan_ptr(struct ath_hw *ah, bool is_2ghz);
A Dxmit.c1196 bool is_2ghz; in ath_get_rate_txpower() local
1199 is_2ghz = info->band == NL80211_BAND_2GHZ; in ath_get_rate_txpower()
1200 pmodal = &eep->modalHeader[is_2ghz]; in ath_get_rate_txpower()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmac.c775 bool is_2ghz = phy->mt76->chandef.chan->band == NL80211_BAND_2GHZ; in mt7921_mac_set_timing() local
776 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