/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 496 } else if (band == BAND_ON_5G) { in phy_get_tx_swing_8812A() 925 for (band = BAND_ON_2_4G; band <= BAND_ON_5G; ++band) in _rtl8821ae_phy_init_tx_power_by_rate() 975 } else if (band == BAND_ON_5G) { in _rtl8821ae_phy_set_txpower_by_rate_base() 1045 } else if (band == BAND_ON_5G) { in _rtl8821ae_phy_get_txpower_by_rate_base() 1108 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_5G][path][RF_1TX][2] >> 24) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base() 1110 _rtl8821ae_phy_set_txpower_by_rate_base(hw, BAND_ON_5G, path, OFDM, RF_1TX, base); in _rtl8821ae_phy_store_txpower_by_rate_base() 1112 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_5G][path][RF_1TX][4] >> 24) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base() 1114 _rtl8821ae_phy_set_txpower_by_rate_base(hw, BAND_ON_5G, path, HT_MCS0_MCS7, RF_1TX, base); in _rtl8821ae_phy_store_txpower_by_rate_base() 1116 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_5G][path][RF_2TX][6] >> 24) & 0xFF; in _rtl8821ae_phy_store_txpower_by_rate_base() 1118 _rtl8821ae_phy_set_txpower_by_rate_base(hw, BAND_ON_5G, path, HT_MCS8_MCS15, RF_2TX, base); in _rtl8821ae_phy_store_txpower_by_rate_base() [all …]
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 62 } else if (Band == BAND_ON_5G) { in PHY_GetTxPowerByRateBase() 156 } else if (Band == BAND_ON_5G) { in phy_SetTxPowerByRateBase() 236 base = PHY_GetTxPowerByRate(padapter, BAND_ON_5G, path, RF_1TX, MGN_54M); in phy_StoreTxPowerByRateBase() 237 phy_SetTxPowerByRateBase(padapter, BAND_ON_5G, path, OFDM, RF_1TX, base); in phy_StoreTxPowerByRateBase() 240 base = PHY_GetTxPowerByRate(padapter, BAND_ON_5G, path, RF_1TX, MGN_MCS7); in phy_StoreTxPowerByRateBase() 241 phy_SetTxPowerByRateBase(padapter, BAND_ON_5G, path, HT_MCS0_MCS7, RF_1TX, base); in phy_StoreTxPowerByRateBase() 244 base = PHY_GetTxPowerByRate(padapter, BAND_ON_5G, path, RF_2TX, MGN_MCS15); in phy_StoreTxPowerByRateBase() 245 phy_SetTxPowerByRateBase(padapter, BAND_ON_5G, path, HT_MCS8_MCS15, RF_2TX, base); in phy_StoreTxPowerByRateBase() 248 base = PHY_GetTxPowerByRate(padapter, BAND_ON_5G, path, RF_3TX, MGN_MCS23); in phy_StoreTxPowerByRateBase() 249 phy_SetTxPowerByRateBase(padapter, BAND_ON_5G, path, HT_MCS16_MCS23, RF_3TX, base); in phy_StoreTxPowerByRateBase() [all …]
|
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/ |
D | phy.c | 235 for (band = BAND_ON_2_4G; band <= BAND_ON_5G; ++band) in _rtl8822be_phy_init_tx_power_by_rate() 259 if (band != BAND_ON_2_4G && band != BAND_ON_5G) { in _rtl8822be_phy_set_txpower_by_rate_base() 267 (band == BAND_ON_5G && rate_section == CCK)) { in _rtl8822be_phy_set_txpower_by_rate_base() 298 if (band != BAND_ON_2_4G && band != BAND_ON_5G) { in _rtl8822be_phy_get_txpower_by_rate_base() 306 (band == BAND_ON_5G && rate_section == CCK)) { in _rtl8822be_phy_get_txpower_by_rate_base() 344 for (band = BAND_ON_2_4G; band <= BAND_ON_5G; band++) { in _rtl8822be_phy_store_txpower_by_rate_base() 355 if (band == BAND_ON_5G && in _rtl8822be_phy_store_txpower_by_rate_base() 507 hw, BAND_ON_5G, rf_path, txnum, in __rtl8822be_txpwr_limit_to_index_5g() 598 for (band = BAND_ON_2_4G; band <= BAND_ON_5G; ++band) { in _rtl8822be_phy_convert_txpower_dbm_to_relative_value() 739 } else if (band == BAND_ON_5G) { in _rtl8822be_phy_get_chnl_idx_of_txpwr_lmt() [all …]
|
D | trx.c | 653 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_5G && in rtl8822be_tx_fill_desc()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | rtl_btc.c | 277 u8 is_5g = (rtlhal->current_bandtype == BAND_ON_5G); in rtl_btc_scan_notify_wifi_only() 492 case BAND_ON_5G: in rtl_btc_switch_band_notify() 505 u8 is_5g = (band_type == BAND_ON_5G); in rtl_btc_switch_band_notify_wifionly()
|
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/ |
D | rtl_btc.c | 267 u8 is_5g = (rtlhal->current_bandtype == BAND_ON_5G); in rtl_btc_scan_notify_wifi_only() 474 case BAND_ON_5G: in rtl_btc_switch_band_notify() 487 u8 is_5g = (band_type == BAND_ON_5G); in rtl_btc_switch_band_notify_wifionly()
|
D | halbtcoutsrc.c | 556 if (rtlhal->current_bandtype == BAND_ON_5G) in halbtc_get()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | hal_phy.h | 47 BAND_ON_5G, enumerator
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | dm.c | 183 if (rtlpriv->rtlhal.current_bandtype != BAND_ON_5G) { in rtl92d_dm_false_alarm_counter_statistics() 211 if (rtlpriv->rtlhal.current_bandtype != BAND_ON_5G) { in rtl92d_dm_false_alarm_counter_statistics() 473 if (rtlpriv->rtlhal.current_bandtype != BAND_ON_5G) in rtl92d_dm_dig() 530 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl92d_dm_dynamic_txpower() 992 } else if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl92d_dm_txpower_tracking_callback_thermalmeter() 1212 if (delta_rxgain > 0 && rtlhal->current_bandtype == BAND_ON_5G in rtl92d_dm_txpower_tracking_callback_thermalmeter()
|
D | phy.c | 1102 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_5G) { in _rtl92d_phy_reload_imr_setting() 1217 BAND_ON_5G ? RF90_PATH_A : RF90_PATH_B; in _rtl92d_phy_switch_rf_setting() 1224 if (rtlhal->current_bandtype == BAND_ON_5G) { in _rtl92d_phy_switch_rf_setting() 2185 rtlhal->current_bandtype == BAND_ON_5G) in _rtl92d_phy_patha_fill_iqk_matrix() 2241 if (rtlhal->current_bandtype == BAND_ON_5G) in _rtl92d_phy_pathb_fill_iqk_matrix() 2294 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl92d_phy_iq_calibrate() 2498 BAND_ON_5G ? RF90_PATH_A : in _rtl92d_phy_reload_lck_setting() 2508 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_5G) {/* Path-A for 5G */ in _rtl92d_phy_reload_lck_setting() 2817 BAND_ON_5G) { in _rtl92d_phy_sw_chnl_step_by_step() 2884 rtl92d_phy_switch_wirelessband(hw, BAND_ON_5G); in rtl92d_phy_sw_chnl() [all …]
|
D | trx.c | 609 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92de_tx_fill_desc() 632 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92de_tx_fill_desc() 753 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl92de_tx_fill_cmddesc()
|
D | sw.c | 101 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_5G) in rtl92d_init_sw_vars()
|
D | hw.c | 1381 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_5G) in rtl92de_set_beacon_related_registers() 1769 case BAND_ON_5G: in _rtl92de_read_adapter_info() 1832 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92de_update_hal_rate_table() 1924 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92de_update_hal_rate_mask()
|
D | rf.c | 495 } else if (rtlhal->current_bandtype == BAND_ON_5G && in rtl92d_phy_rf6052_config()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | core.c | 929 } else if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl_op_sta_add() 1128 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl_op_bss_info_changed() 1145 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl_op_bss_info_changed() 1292 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl_op_bss_info_changed() 1309 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl_op_bss_info_changed() 1340 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl_op_bss_info_changed()
|
D | base.c | 374 } else if (rtlhal->current_bandtype == BAND_ON_5G) { in _rtl_init_mac80211() 1231 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_5G && in _rtl_get_tx_hw_rate()
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | core.c | 879 } else if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl_op_sta_add() 1115 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl_op_bss_info_changed() 1132 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl_op_bss_info_changed() 1318 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl_op_bss_info_changed() 1335 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl_op_bss_info_changed() 1368 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl_op_bss_info_changed()
|
D | base.c | 362 } else if (rtlhal->current_bandtype == BAND_ON_5G) { in _rtl_init_mac80211() 1207 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_5G && in _rtl_get_tx_hw_rate()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | hw.c | 1938 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92cu_update_hal_rate_table() 2039 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92cu_update_hal_rate_mask()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | hw.c | 2049 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92se_update_hal_rate_table() 2164 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92se_update_hal_rate_mask()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | hw.c | 1791 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92ce_update_hal_rate_table() 1892 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92ce_update_hal_rate_mask()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | hw.c | 1875 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl8723e_update_hal_rate_table() 1975 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl8723e_update_hal_rate_mask()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 270 for (band = BAND_ON_2_4G; band <= BAND_ON_5G; ++band) in _rtl8723be_phy_init_tx_power_by_rate() 710 if (band != BAND_ON_2_4G && band != BAND_ON_5G) { in _rtl8723be_store_tx_power_by_rate()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | hw.c | 2013 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl88ee_update_hal_rate_table() 2113 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl88ee_update_hal_rate_mask()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 411 for (; band <= BAND_ON_5G; ++band) in _rtl92ee_phy_init_tx_power_by_rate() 870 if (band != BAND_ON_2_4G && band != BAND_ON_5G) { in _rtl92ee_store_tx_power_by_rate()
|