/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | phy.c | 468 } else if (band == BAND_ON_5G) { in phy_get_tx_swing_8812A() 896 for (band = BAND_ON_2_4G; band <= BAND_ON_5G; ++band) in _rtl8821ae_phy_init_tx_power_by_rate() 946 } else if (band == BAND_ON_5G) { in _rtl8821ae_phy_set_txpower_by_rate_base() 1016 } else if (band == BAND_ON_5G) { in _rtl8821ae_phy_get_txpower_by_rate_base() 1079 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() 1081 _rtl8821ae_phy_set_txpower_by_rate_base(hw, BAND_ON_5G, path, OFDM, RF_1TX, base); in _rtl8821ae_phy_store_txpower_by_rate_base() 1083 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() 1085 _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() 1087 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() 1089 _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 …]
|
H A D | hw.c | 3313 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl8821ae_update_hal_rate_table()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
H A D | rtl_btc.c | 256 u8 is_5g = (rtlhal->current_bandtype == BAND_ON_5G); in rtl_btc_scan_notify_wifi_only() 470 case BAND_ON_5G: in rtl_btc_switch_band_notify() 483 u8 is_5g = (band_type == BAND_ON_5G); in rtl_btc_switch_band_notify_wifionly()
|
H A D | halbtcoutsrc.c | 568 if (rtlhal->current_bandtype == BAND_ON_5G) in halbtc_get()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | dm.c | 161 if (rtlpriv->rtlhal.current_bandtype != BAND_ON_5G) { in rtl92d_dm_false_alarm_counter_statistics() 189 if (rtlpriv->rtlhal.current_bandtype != BAND_ON_5G) { in rtl92d_dm_false_alarm_counter_statistics() 451 if (rtlpriv->rtlhal.current_bandtype != BAND_ON_5G) in rtl92d_dm_dig() 508 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl92d_dm_dynamic_txpower() 969 } else if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl92d_dm_txpower_tracking_callback_thermalmeter() 1156 if (delta_rxgain > 0 && rtlhal->current_bandtype == BAND_ON_5G && in rtl92d_dm_txpower_tracking_callback_thermalmeter()
|
H A D | phy.c | 1075 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_5G) { in _rtl92d_phy_reload_imr_setting() 1190 BAND_ON_5G ? RF90_PATH_A : RF90_PATH_B; in _rtl92d_phy_switch_rf_setting() 1197 if (rtlhal->current_bandtype == BAND_ON_5G) { in _rtl92d_phy_switch_rf_setting() 2150 rtlhal->current_bandtype == BAND_ON_5G) in _rtl92d_phy_patha_fill_iqk_matrix() 2206 if (rtlhal->current_bandtype == BAND_ON_5G) in _rtl92d_phy_pathb_fill_iqk_matrix() 2259 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl92d_phy_iq_calibrate() 2459 BAND_ON_5G ? RF90_PATH_A : in _rtl92d_phy_reload_lck_setting() 2469 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_5G) {/* Path-A for 5G */ in _rtl92d_phy_reload_lck_setting() 2777 BAND_ON_5G) { in _rtl92d_phy_sw_chnl_step_by_step() 2844 rtl92d_phy_switch_wirelessband(hw, BAND_ON_5G); in rtl92d_phy_sw_chnl() [all …]
|
H A D | trx.c | 538 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92de_tx_fill_desc() 562 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92de_tx_fill_desc() 686 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl92de_tx_fill_cmddesc()
|
H A D | sw.c | 79 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_5G) in rtl92d_init_sw_vars()
|
H A D | hw.c | 1354 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_5G) in rtl92de_set_beacon_related_registers() 1742 case BAND_ON_5G: in _rtl92de_read_adapter_info() 1805 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92de_update_hal_rate_table() 1897 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92de_update_hal_rate_mask()
|
H A D | rf.c | 473 } else if (rtlhal->current_bandtype == BAND_ON_5G && in rtl92d_phy_rf6052_config()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | core.c | 913 } else if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl_op_sta_add() 1135 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl_op_bss_info_changed() 1152 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl_op_bss_info_changed() 1299 if (rtlhal->current_bandtype == BAND_ON_5G) { in rtl_op_bss_info_changed() 1316 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl_op_bss_info_changed() 1348 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl_op_bss_info_changed()
|
H A D | base.c | 352 } else if (rtlhal->current_bandtype == BAND_ON_5G) { in _rtl_init_mac80211() 1221 if (rtlpriv->rtlhal.current_bandtype == BAND_ON_5G && in _rtl_get_tx_hw_rate()
|
H A D | wifi.h | 845 BAND_ON_5G, enumerator
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
H A D | hw.c | 1927 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92cu_update_hal_rate_table() 2027 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92cu_update_hal_rate_mask()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | hw.c | 2017 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92se_update_hal_rate_table() 2132 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92se_update_hal_rate_mask()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | hw.c | 1851 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl8723e_update_hal_rate_table() 1951 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl8723e_update_hal_rate_mask()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
H A D | hw.c | 1784 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92ce_update_hal_rate_table() 1885 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl92ce_update_hal_rate_mask()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | hw.c | 1989 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl88ee_update_hal_rate_table() 2089 if (rtlhal->current_bandtype == BAND_ON_5G) in rtl88ee_update_hal_rate_mask()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | phy.c | 246 for (band = BAND_ON_2_4G; band <= BAND_ON_5G; ++band) in _rtl8723be_phy_init_tx_power_by_rate() 686 if (band != BAND_ON_2_4G && band != BAND_ON_5G) { in _rtl8723be_store_tx_power_by_rate()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | phy.c | 374 for (; band <= BAND_ON_5G; ++band) in _rtl92ee_phy_init_tx_power_by_rate() 833 if (band != BAND_ON_2_4G && band != BAND_ON_5G) { in _rtl92ee_store_tx_power_by_rate()
|