Searched refs:mlo_dbcc_mode (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | rtw8922a.c | 1965 if (rtwdev->mlo_dbcc_mode == MLO_1_PLUS_1_1RF) { in rtw8922a_tssi_reset() 2091 if (rtwdev->mlo_dbcc_mode == MLO_1_PLUS_1_1RF) { in rtw8922a_digital_pwr_comp() 2160 rtw8922a_ctrl_mlo(rtwdev, rtwdev->mlo_dbcc_mode); in rtw8922a_bb_sethw() 2287 if (rtwdev->mlo_dbcc_mode == MLO_1_PLUS_1_1RF) { in rtw8922a_adc_en() 2335 rtw8922a_post_set_channel_bb(rtwdev, rtwdev->mlo_dbcc_mode, phy_idx); in rtw8922a_set_channel_help()
|
| H A D | rtw8922d.c | 2198 if (rtwdev->mlo_dbcc_mode == MLO_1_PLUS_1_1RF) { in rtw8922d_tssi_reset() 2362 } else if (rtwdev->mlo_dbcc_mode == MLO_1_PLUS_1_1RF) { in rtw8922d_digital_pwr_comp() 2489 rtw8922d_ctrl_mlo(rtwdev, rtwdev->mlo_dbcc_mode, false); in rtw8922d_bb_sethw() 2618 rtw8922d_post_set_channel_bb(rtwdev, rtwdev->mlo_dbcc_mode, phy_idx); in rtw8922d_set_channel_help()
|
| H A D | fw.c | 3257 h2c->mlo_dbcc_mode_lps = cpu_to_le32(rtwdev->mlo_dbcc_mode); in rtw89_fw_h2c_lps_ch_info() 3318 h2c->mlo_dbcc_mode = cpu_to_le32(rtwdev->mlo_dbcc_mode); in rtw89_fw_h2c_lps_ml_cmn_info() 3484 h2c->mlo_dbcc_mode = cpu_to_le32(rtwdev->mlo_dbcc_mode); in rtw89_fw_h2c_lps_ml_cmn_info_v1() 8259 h2c->mlo_mode = cpu_to_le32(rtwdev->mlo_dbcc_mode); in rtw89_fw_h2c_rf_ps_info() 8336 h2c->mlo_mode = cpu_to_le32(rtwdev->mlo_dbcc_mode); in rtw89_fw_h2c_rf_pre_ntfy() 8346 common->mlo_mode = cpu_to_le32(rtwdev->mlo_dbcc_mode); in rtw89_fw_h2c_rf_pre_ntfy() 8469 h2c_v0->mlo_mode = cpu_to_le32(rtwdev->mlo_dbcc_mode); in rtw89_fw_h2c_rf_pre_ntfy_mcc() 8491 h2c_v1->mlo_mode = cpu_to_le32(rtwdev->mlo_dbcc_mode); in rtw89_fw_h2c_rf_pre_ntfy_mcc() 10560 opt.mlo_mode = rtwdev->mlo_dbcc_mode; in rtw89_hw_scan_offload()
|
| H A D | wow.c | 1569 opt.mlo_mode = rtwdev->mlo_dbcc_mode; in rtw89_pno_scan_offload()
|
| H A D | phy.c | 6172 if (rtwdev->mlo_dbcc_mode == MLO_1_PLUS_1_1RF && in rtw89_phy_tx_stat_update() 8870 rtwdev->dbcc_en, rtwdev->mlo_dbcc_mode, phy_idx); in rtw89_phy_get_kpath() 8872 switch (rtwdev->mlo_dbcc_mode) { in rtw89_phy_get_kpath() 8904 rtwdev->dbcc_en, rtwdev->mlo_dbcc_mode, phy_idx); in rtw89_phy_get_syn_sel() 8906 switch (rtwdev->mlo_dbcc_mode) { in rtw89_phy_get_syn_sel()
|
| H A D | core.h | 7559 enum rtw89_mlo_dbcc_mode mlo_dbcc_mode; member 9161 switch (rtwdev->mlo_dbcc_mode) { in rtw89_is_mlo_1_1() 9176 switch (rtwdev->mlo_dbcc_mode) { in rtw89_get_active_phy_bitmap()
|
| H A D | fw.h | 2027 __le32 mlo_dbcc_mode; member 2094 __le32 mlo_dbcc_mode; member
|
| H A D | core.c | 7022 rtwdev->mlo_dbcc_mode = MLO_DBCC_NOT_SUPPORT; in rtw89_core_init() 7028 rtwdev->mlo_dbcc_mode = MLO_1_PLUS_1_1RF; in rtw89_core_init()
|
| H A D | coex.c | 7308 mlo_info->link_status = rtwdev->mlo_dbcc_mode; in _update_wl_mlo_info()
|