Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2u_phy.c56 bool is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2u_phy_channel_calibrate() local
63 if (is_5ghz) in mt76x2u_phy_channel_calibrate()
66 mt76x2u_mcu_calibrate(dev, MCU_CAL_TX_LOFT, is_5ghz); in mt76x2u_phy_channel_calibrate()
67 mt76x2u_mcu_calibrate(dev, MCU_CAL_TXIQ, is_5ghz); in mt76x2u_phy_channel_calibrate()
68 mt76x2u_mcu_calibrate(dev, MCU_CAL_RXIQC_FI, is_5ghz); in mt76x2u_phy_channel_calibrate()
Dmt76x2_phy.c49 bool is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2_phy_channel_calibrate() local
63 if (is_5ghz) in mt76x2_phy_channel_calibrate()
66 mt76x2_mcu_calibrate(dev, MCU_CAL_TX_LOFT, is_5ghz); in mt76x2_phy_channel_calibrate()
67 mt76x2_mcu_calibrate(dev, MCU_CAL_TXIQ, is_5ghz); in mt76x2_phy_channel_calibrate()
68 mt76x2_mcu_calibrate(dev, MCU_CAL_RXIQC_FI, is_5ghz); in mt76x2_phy_channel_calibrate()
Dmt76x2_eeprom.c432 bool is_5ghz; in mt76x2_get_rate_power() local
435 is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2_get_rate_power()
443 if (is_5ghz) in mt76x2_get_rate_power()
450 if (is_5ghz) in mt76x2_get_rate_power()
482 if (!is_5ghz) in mt76x2_get_rate_power()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c786 int is_5ghz = (dev->mt76.chandef.chan->band == NL80211_BAND_5GHZ) ? 1 : 0; in mt76x0_phy_recalibrate_after_assoc() local
802 mt76x0_mcu_calibrate(dev, MCU_CAL_LC, is_5ghz); in mt76x0_phy_recalibrate_after_assoc()
803 mt76x0_mcu_calibrate(dev, MCU_CAL_LOFT, is_5ghz); in mt76x0_phy_recalibrate_after_assoc()
804 mt76x0_mcu_calibrate(dev, MCU_CAL_TXIQ, is_5ghz); in mt76x0_phy_recalibrate_after_assoc()
805 mt76x0_mcu_calibrate(dev, MCU_CAL_TX_GROUP_DELAY, is_5ghz); in mt76x0_phy_recalibrate_after_assoc()
806 mt76x0_mcu_calibrate(dev, MCU_CAL_RXIQ, is_5ghz); in mt76x0_phy_recalibrate_after_assoc()
807 mt76x0_mcu_calibrate(dev, MCU_CAL_RX_GROUP_DELAY, is_5ghz); in mt76x0_phy_recalibrate_after_assoc()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-nvm-parse.c251 static u32 iwl_get_channel_flags(u8 ch_num, int ch_idx, bool is_5ghz, in iwl_get_channel_flags() argument
260 if (!is_5ghz && (nvm_flags & NVM_CHANNEL_40MHZ)) { in iwl_get_channel_flags()
321 bool is_5ghz = (ch_idx >= num_2ghz_channels); in iwl_init_channel_map() local
325 if (is_5ghz && !data->sku_cap_band_52ghz_enable) in iwl_init_channel_map()
330 is_5ghz) { in iwl_init_channel_map()
355 channel->band = is_5ghz ? in iwl_init_channel_map()
372 ch_idx, is_5ghz, in iwl_init_channel_map()