Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8821c.c840 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_ant_switch() local
848 if (coex_rfe->wlg_at_btg) { in rtw8821c_coex_cfg_ant_switch()
851 if (coex_rfe->ant_switch_polarity) in rtw8821c_coex_cfg_ant_switch()
859 if (coex_rfe->ant_switch_diversity && in rtw8821c_coex_cfg_ant_switch()
863 polarity_inverse = (coex_rfe->ant_switch_polarity == 1); in rtw8821c_coex_cfg_ant_switch()
875 if (coex_rfe->rfe_module_type != 0x4 && in rtw8821c_coex_cfg_ant_switch()
876 coex_rfe->rfe_module_type != 0x2) in rtw8821c_coex_cfg_ant_switch()
948 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_rfe_type() local
951 coex_rfe->rfe_module_type = efuse->rfe_option; in rtw8821c_coex_cfg_rfe_type()
952 coex_rfe->ant_switch_polarity = 0; in rtw8821c_coex_cfg_rfe_type()
[all …]
H A Drtw8822b.c1130 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_ant_switch() local
1139 if (coex_rfe->ant_switch_diversity && in rtw8822b_coex_cfg_ant_switch()
1143 polarity_inverse = (coex_rfe->ant_switch_polarity == 1); in rtw8822b_coex_cfg_ant_switch()
1156 if (coex_rfe->rfe_module_type != 0x4 && in rtw8822b_coex_cfg_ant_switch()
1157 coex_rfe->rfe_module_type != 0x2) in rtw8822b_coex_cfg_ant_switch()
1225 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_rfe_type() local
1229 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option; in rtw8822b_coex_cfg_rfe_type()
1230 coex_rfe->ant_switch_polarity = 0; in rtw8822b_coex_cfg_rfe_type()
1231 coex_rfe->ant_switch_diversity = false; in rtw8822b_coex_cfg_rfe_type()
1232 if (coex_rfe->rfe_module_type == 0x12 || in rtw8822b_coex_cfg_rfe_type()
[all …]
H A Drtw8703b.c1670 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8703b_coex_set_rfe_type() local
1672 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option; in rtw8703b_coex_set_rfe_type()
1673 coex_rfe->ant_switch_polarity = 0; in rtw8703b_coex_set_rfe_type()
1674 coex_rfe->ant_switch_exist = false; in rtw8703b_coex_set_rfe_type()
1675 coex_rfe->ant_switch_with_bt = false; in rtw8703b_coex_set_rfe_type()
1676 coex_rfe->ant_switch_diversity = false; in rtw8703b_coex_set_rfe_type()
1677 coex_rfe->wlg_at_btg = true; in rtw8703b_coex_set_rfe_type()
H A Drtw8723d.c1068 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8723d_coex_cfg_rfe_type() local
1071 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option; in rtw8723d_coex_cfg_rfe_type()
1072 coex_rfe->ant_switch_polarity = 0; in rtw8723d_coex_cfg_rfe_type()
1073 coex_rfe->ant_switch_exist = false; in rtw8723d_coex_cfg_rfe_type()
1074 coex_rfe->ant_switch_with_bt = false; in rtw8723d_coex_cfg_rfe_type()
1075 coex_rfe->ant_switch_diversity = false; in rtw8723d_coex_cfg_rfe_type()
1076 coex_rfe->wlg_at_btg = true; in rtw8723d_coex_cfg_rfe_type()
H A Drtw8821a.c835 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821a_coex_cfg_rfe_type() local
837 coex_rfe->ant_switch_exist = true; in rtw8821a_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()
1287 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_set_ant_path() local
1432 coex_rfe->ant_switch_exist) in rtw_coex_set_ant_path()
1715 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_action_bt_idle() local
1721 if (coex_rfe->ant_switch_with_bt && in rtw_coex_action_bt_idle()
H A Drtw8822c.c3041 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822c_coex_cfg_rfe_type() local
3044 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option; in rtw8822c_coex_cfg_rfe_type()
3045 coex_rfe->ant_switch_polarity = 0; in rtw8822c_coex_cfg_rfe_type()
3046 coex_rfe->ant_switch_exist = false; in rtw8822c_coex_cfg_rfe_type()
3047 coex_rfe->ant_switch_with_bt = false; in rtw8822c_coex_cfg_rfe_type()
3048 coex_rfe->ant_switch_diversity = false; in rtw8822c_coex_cfg_rfe_type()
3051 coex_rfe->wlg_at_btg = true; in rtw8822c_coex_cfg_rfe_type()
3053 coex_rfe->wlg_at_btg = false; in rtw8822c_coex_cfg_rfe_type()
H A Drtw8814a.c1822 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8814a_coex_cfg_rfe_type() local
1825 coex_rfe->ant_switch_exist = true; in rtw8814a_coex_cfg_rfe_type()