Lines Matching refs:coex_rfe

1039 	struct rtw_coex_rfe *coex_rfe = &coex->rfe;  in rtw8822b_coex_cfg_ant_switch()  local
1048 if (coex_rfe->ant_switch_diversity && in rtw8822b_coex_cfg_ant_switch()
1052 polarity_inverse = (coex_rfe->ant_switch_polarity == 1); in rtw8822b_coex_cfg_ant_switch()
1065 if (coex_rfe->rfe_module_type != 0x4 && in rtw8822b_coex_cfg_ant_switch()
1066 coex_rfe->rfe_module_type != 0x2) in rtw8822b_coex_cfg_ant_switch()
1134 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_rfe_type() local
1138 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option; in rtw8822b_coex_cfg_rfe_type()
1139 coex_rfe->ant_switch_polarity = 0; in rtw8822b_coex_cfg_rfe_type()
1140 coex_rfe->ant_switch_diversity = false; in rtw8822b_coex_cfg_rfe_type()
1141 if (coex_rfe->rfe_module_type == 0x12 || in rtw8822b_coex_cfg_rfe_type()
1142 coex_rfe->rfe_module_type == 0x15 || in rtw8822b_coex_cfg_rfe_type()
1143 coex_rfe->rfe_module_type == 0x16) in rtw8822b_coex_cfg_rfe_type()
1144 coex_rfe->ant_switch_exist = false; in rtw8822b_coex_cfg_rfe_type()
1146 coex_rfe->ant_switch_exist = true; in rtw8822b_coex_cfg_rfe_type()
1148 if (coex_rfe->rfe_module_type == 2 || in rtw8822b_coex_cfg_rfe_type()
1149 coex_rfe->rfe_module_type == 4) { in rtw8822b_coex_cfg_rfe_type()
1156 coex_rfe->wlg_at_btg = false; in rtw8822b_coex_cfg_rfe_type()
1159 coex_rfe->ant_switch_exist && !is_ext_fem) in rtw8822b_coex_cfg_rfe_type()
1160 coex_rfe->ant_switch_with_bt = true; in rtw8822b_coex_cfg_rfe_type()
1162 coex_rfe->ant_switch_with_bt = false; in rtw8822b_coex_cfg_rfe_type()