Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtw88/
Drtw8821c.c780 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_ant_switch() local
788 if (coex_rfe->wlg_at_btg) { in rtw8821c_coex_cfg_ant_switch()
791 if (coex_rfe->ant_switch_polarity) in rtw8821c_coex_cfg_ant_switch()
799 if (coex_rfe->ant_switch_diversity && in rtw8821c_coex_cfg_ant_switch()
803 polarity_inverse = (coex_rfe->ant_switch_polarity == 1); in rtw8821c_coex_cfg_ant_switch()
815 if (coex_rfe->rfe_module_type != 0x4 && in rtw8821c_coex_cfg_ant_switch()
816 coex_rfe->rfe_module_type != 0x2) in rtw8821c_coex_cfg_ant_switch()
888 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_rfe_type() local
891 coex_rfe->rfe_module_type = efuse->rfe_option; in rtw8821c_coex_cfg_rfe_type()
892 coex_rfe->ant_switch_polarity = 0; in rtw8821c_coex_cfg_rfe_type()
[all …]
Drtw8822b.c1148 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_ant_switch() local
1157 if (coex_rfe->ant_switch_diversity && in rtw8822b_coex_cfg_ant_switch()
1161 polarity_inverse = (coex_rfe->ant_switch_polarity == 1); in rtw8822b_coex_cfg_ant_switch()
1174 if (coex_rfe->rfe_module_type != 0x4 && in rtw8822b_coex_cfg_ant_switch()
1175 coex_rfe->rfe_module_type != 0x2) in rtw8822b_coex_cfg_ant_switch()
1243 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_rfe_type() local
1247 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option; in rtw8822b_coex_cfg_rfe_type()
1248 coex_rfe->ant_switch_polarity = 0; in rtw8822b_coex_cfg_rfe_type()
1249 coex_rfe->ant_switch_diversity = false; in rtw8822b_coex_cfg_rfe_type()
1250 if (coex_rfe->rfe_module_type == 0x12 || in rtw8822b_coex_cfg_rfe_type()
[all …]
Drtw8723d.c1571 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8723d_coex_cfg_rfe_type() local
1574 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option; in rtw8723d_coex_cfg_rfe_type()
1575 coex_rfe->ant_switch_polarity = 0; in rtw8723d_coex_cfg_rfe_type()
1576 coex_rfe->ant_switch_exist = false; in rtw8723d_coex_cfg_rfe_type()
1577 coex_rfe->ant_switch_with_bt = false; in rtw8723d_coex_cfg_rfe_type()
1578 coex_rfe->ant_switch_diversity = false; in rtw8723d_coex_cfg_rfe_type()
1579 coex_rfe->wlg_at_btg = true; in rtw8723d_coex_cfg_rfe_type()
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()
1264 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_set_ant_path() local
1409 coex_rfe->ant_switch_exist) in rtw_coex_set_ant_path()
1692 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_action_bt_idle() local
1698 if (coex_rfe->ant_switch_with_bt && in rtw_coex_action_bt_idle()
Drtw8822c.c3060 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822c_coex_cfg_rfe_type() local
3063 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option; in rtw8822c_coex_cfg_rfe_type()
3064 coex_rfe->ant_switch_polarity = 0; in rtw8822c_coex_cfg_rfe_type()
3065 coex_rfe->ant_switch_exist = false; in rtw8822c_coex_cfg_rfe_type()
3066 coex_rfe->ant_switch_with_bt = false; in rtw8822c_coex_cfg_rfe_type()
3067 coex_rfe->ant_switch_diversity = false; in rtw8822c_coex_cfg_rfe_type()
3070 coex_rfe->wlg_at_btg = true; in rtw8822c_coex_cfg_rfe_type()
3072 coex_rfe->wlg_at_btg = false; in rtw8822c_coex_cfg_rfe_type()