Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8821c.c812 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_ant_switch() local
820 if (coex_rfe->wlg_at_btg) { in rtw8821c_coex_cfg_ant_switch()
823 if (coex_rfe->ant_switch_polarity) in rtw8821c_coex_cfg_ant_switch()
831 if (coex_rfe->ant_switch_diversity && in rtw8821c_coex_cfg_ant_switch()
835 polarity_inverse = (coex_rfe->ant_switch_polarity == 1); in rtw8821c_coex_cfg_ant_switch()
847 if (coex_rfe->rfe_module_type != 0x4 && in rtw8821c_coex_cfg_ant_switch()
848 coex_rfe->rfe_module_type != 0x2) in rtw8821c_coex_cfg_ant_switch()
920 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_rfe_type() local
923 coex_rfe->rfe_module_type = efuse->rfe_option; in rtw8821c_coex_cfg_rfe_type()
924 coex_rfe->ant_switch_polarity = 0; in rtw8821c_coex_cfg_rfe_type()
[all …]
H A Drtw8822b.c1166 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_ant_switch() local
1175 if (coex_rfe->ant_switch_diversity && in rtw8822b_coex_cfg_ant_switch()
1179 polarity_inverse = (coex_rfe->ant_switch_polarity == 1); in rtw8822b_coex_cfg_ant_switch()
1192 if (coex_rfe->rfe_module_type != 0x4 && in rtw8822b_coex_cfg_ant_switch()
1193 coex_rfe->rfe_module_type != 0x2) in rtw8822b_coex_cfg_ant_switch()
1261 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_rfe_type() local
1265 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option; in rtw8822b_coex_cfg_rfe_type()
1266 coex_rfe->ant_switch_polarity = 0; in rtw8822b_coex_cfg_rfe_type()
1267 coex_rfe->ant_switch_diversity = false; in rtw8822b_coex_cfg_rfe_type()
1268 if (coex_rfe->rfe_module_type == 0x12 || in rtw8822b_coex_cfg_rfe_type()
[all …]
H A Drtw8723d.c1589 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8723d_coex_cfg_rfe_type() local
1592 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option; in rtw8723d_coex_cfg_rfe_type()
1593 coex_rfe->ant_switch_polarity = 0; in rtw8723d_coex_cfg_rfe_type()
1594 coex_rfe->ant_switch_exist = false; in rtw8723d_coex_cfg_rfe_type()
1595 coex_rfe->ant_switch_with_bt = false; in rtw8723d_coex_cfg_rfe_type()
1596 coex_rfe->ant_switch_diversity = false; in rtw8723d_coex_cfg_rfe_type()
1597 coex_rfe->wlg_at_btg = true; in rtw8723d_coex_cfg_rfe_type()
H A Dcoex.c416 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_check_rfk() local
421 if (coex_rfe->wlg_at_btg && chip->scbd_support && in rtw_coex_check_rfk()
1263 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_set_ant_path() local
1408 coex_rfe->ant_switch_exist) in rtw_coex_set_ant_path()
1691 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_action_bt_idle() local
1697 if (coex_rfe->ant_switch_with_bt && in rtw_coex_action_bt_idle()
H A Drtw8822c.c3080 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822c_coex_cfg_rfe_type() local
3083 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option; in rtw8822c_coex_cfg_rfe_type()
3084 coex_rfe->ant_switch_polarity = 0; in rtw8822c_coex_cfg_rfe_type()
3085 coex_rfe->ant_switch_exist = false; in rtw8822c_coex_cfg_rfe_type()
3086 coex_rfe->ant_switch_with_bt = false; in rtw8822c_coex_cfg_rfe_type()
3087 coex_rfe->ant_switch_diversity = false; in rtw8822c_coex_cfg_rfe_type()
3090 coex_rfe->wlg_at_btg = true; in rtw8822c_coex_cfg_rfe_type()
3092 coex_rfe->wlg_at_btg = false; in rtw8822c_coex_cfg_rfe_type()