Searched refs:is_5ghz (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x2/ |
D | usb_phy.c | 14 bool is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2u_phy_channel_calibrate() local 25 if (is_5ghz) in mt76x2u_phy_channel_calibrate() 28 mt76x02_mcu_calibrate(dev, MCU_CAL_TX_LOFT, is_5ghz); in mt76x2u_phy_channel_calibrate() 29 mt76x02_mcu_calibrate(dev, MCU_CAL_TXIQ, is_5ghz); in mt76x2u_phy_channel_calibrate() 30 mt76x02_mcu_calibrate(dev, MCU_CAL_RXIQC_FI, is_5ghz); in mt76x2u_phy_channel_calibrate()
|
D | pci_phy.c | 39 bool is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2_phy_channel_calibrate() local 53 if (is_5ghz) in mt76x2_phy_channel_calibrate() 56 mt76x02_mcu_calibrate(dev, MCU_CAL_TX_LOFT, is_5ghz); in mt76x2_phy_channel_calibrate() 57 mt76x02_mcu_calibrate(dev, MCU_CAL_TXIQ, is_5ghz); in mt76x2_phy_channel_calibrate() 58 mt76x02_mcu_calibrate(dev, MCU_CAL_RXIQC_FI, is_5ghz); in mt76x2_phy_channel_calibrate()
|
D | eeprom.c | 281 bool is_5ghz; in mt76x2_get_rate_power() local 284 is_5ghz = chan->band == NL80211_BAND_5GHZ; in mt76x2_get_rate_power() 292 if (is_5ghz) in mt76x2_get_rate_power() 299 if (is_5ghz) in mt76x2_get_rate_power() 331 if (!is_5ghz) in mt76x2_get_rate_power()
|
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-nvm-parse.c | 259 static u32 iwl_get_channel_flags(u8 ch_num, int ch_idx, bool is_5ghz, in iwl_get_channel_flags() argument 264 if (!is_5ghz && (nvm_flags & NVM_CHANNEL_40MHZ)) { in iwl_get_channel_flags() 326 bool is_5ghz = (ch_idx >= num_2ghz_channels); in iwl_init_channel_map() local 335 if (is_5ghz && !data->sku_cap_band_52ghz_enable) in iwl_init_channel_map() 340 is_5ghz) { in iwl_init_channel_map() 365 channel->band = is_5ghz ? in iwl_init_channel_map() 382 ch_idx, is_5ghz, in iwl_init_channel_map()
|
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | phy.c | 862 int is_5ghz = (chan->band == NL80211_BAND_5GHZ) ? 1 : 0; in mt76x0_phy_calibrate() local 890 if (is_5ghz) { in mt76x0_phy_calibrate() 903 mt76x02_mcu_calibrate(dev, MCU_CAL_LC, is_5ghz); in mt76x0_phy_calibrate()
|