Lines Matching defs:coex_rfe
838 struct rtw_coex_rfe *coex_rfe = &coex->rfe;
846 if (coex_rfe->wlg_at_btg) {
849 if (coex_rfe->ant_switch_polarity)
857 if (coex_rfe->ant_switch_diversity &&
861 polarity_inverse = (coex_rfe->ant_switch_polarity == 1);
873 if (coex_rfe->rfe_module_type != 0x4 &&
874 coex_rfe->rfe_module_type != 0x2)
946 struct rtw_coex_rfe *coex_rfe = &coex->rfe;
949 coex_rfe->rfe_module_type = efuse->rfe_option;
950 coex_rfe->ant_switch_polarity = 0;
951 coex_rfe->ant_switch_exist = true;
952 coex_rfe->wlg_at_btg = false;
954 switch (coex_rfe->rfe_module_type) {
965 coex_rfe->wlg_at_btg = true;
969 coex_rfe->ant_switch_polarity = 1;
973 coex_rfe->wlg_at_btg = true;
974 coex_rfe->ant_switch_polarity = 1;
980 coex_rfe->ant_switch_exist = false;