Lines Matching refs:coex_rfe
768 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_ant_switch() local
778 if (coex_rfe->ant_switch_diversity && in rtw8821c_coex_cfg_ant_switch()
782 polarity_inverse = (coex_rfe->ant_switch_polarity == 1); in rtw8821c_coex_cfg_ant_switch()
794 if (coex_rfe->rfe_module_type != 0x4 && in rtw8821c_coex_cfg_ant_switch()
795 coex_rfe->rfe_module_type != 0x2) in rtw8821c_coex_cfg_ant_switch()
867 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_rfe_type() local
870 coex_rfe->rfe_module_type = efuse->rfe_option; in rtw8821c_coex_cfg_rfe_type()
871 coex_rfe->ant_switch_polarity = 0; in rtw8821c_coex_cfg_rfe_type()
872 coex_rfe->ant_switch_exist = true; in rtw8821c_coex_cfg_rfe_type()
873 coex_rfe->wlg_at_btg = false; in rtw8821c_coex_cfg_rfe_type()
875 switch (coex_rfe->rfe_module_type) { in rtw8821c_coex_cfg_rfe_type()
886 coex_rfe->wlg_at_btg = true; in rtw8821c_coex_cfg_rfe_type()
890 coex_rfe->ant_switch_polarity = 1; in rtw8821c_coex_cfg_rfe_type()
894 coex_rfe->wlg_at_btg = true; in rtw8821c_coex_cfg_rfe_type()
895 coex_rfe->ant_switch_polarity = 1; in rtw8821c_coex_cfg_rfe_type()
901 coex_rfe->ant_switch_exist = false; in rtw8821c_coex_cfg_rfe_type()