Lines Matching defs:coex_rfe
1126 struct rtw_coex_rfe *coex_rfe = &coex->rfe;
1135 if (coex_rfe->ant_switch_diversity &&
1139 polarity_inverse = (coex_rfe->ant_switch_polarity == 1);
1152 if (coex_rfe->rfe_module_type != 0x4 &&
1153 coex_rfe->rfe_module_type != 0x2)
1221 struct rtw_coex_rfe *coex_rfe = &coex->rfe;
1225 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option;
1226 coex_rfe->ant_switch_polarity = 0;
1227 coex_rfe->ant_switch_diversity = false;
1228 if (coex_rfe->rfe_module_type == 0x12 ||
1229 coex_rfe->rfe_module_type == 0x15 ||
1230 coex_rfe->rfe_module_type == 0x16)
1231 coex_rfe->ant_switch_exist = false;
1233 coex_rfe->ant_switch_exist = true;
1235 if (coex_rfe->rfe_module_type == 2 ||
1236 coex_rfe->rfe_module_type == 4) {
1243 coex_rfe->wlg_at_btg = false;
1246 coex_rfe->ant_switch_exist && !is_ext_fem)
1247 coex_rfe->ant_switch_with_bt = true;
1249 coex_rfe->ant_switch_with_bt = false;