Lines Matching refs:coex_rfe
1166 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()
1269 coex_rfe->rfe_module_type == 0x15 || in rtw8822b_coex_cfg_rfe_type()
1270 coex_rfe->rfe_module_type == 0x16) in rtw8822b_coex_cfg_rfe_type()
1271 coex_rfe->ant_switch_exist = false; in rtw8822b_coex_cfg_rfe_type()
1273 coex_rfe->ant_switch_exist = true; in rtw8822b_coex_cfg_rfe_type()
1275 if (coex_rfe->rfe_module_type == 2 || in rtw8822b_coex_cfg_rfe_type()
1276 coex_rfe->rfe_module_type == 4) { in rtw8822b_coex_cfg_rfe_type()
1283 coex_rfe->wlg_at_btg = false; in rtw8822b_coex_cfg_rfe_type()
1286 coex_rfe->ant_switch_exist && !is_ext_fem) in rtw8822b_coex_cfg_rfe_type()
1287 coex_rfe->ant_switch_with_bt = true; in rtw8822b_coex_cfg_rfe_type()
1289 coex_rfe->ant_switch_with_bt = false; in rtw8822b_coex_cfg_rfe_type()