Lines Matching refs:coex_rfe
780 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_ant_switch() local
788 if (coex_rfe->wlg_at_btg) { in rtw8821c_coex_cfg_ant_switch()
791 if (coex_rfe->ant_switch_polarity) in rtw8821c_coex_cfg_ant_switch()
799 if (coex_rfe->ant_switch_diversity && in rtw8821c_coex_cfg_ant_switch()
803 polarity_inverse = (coex_rfe->ant_switch_polarity == 1); in rtw8821c_coex_cfg_ant_switch()
815 if (coex_rfe->rfe_module_type != 0x4 && in rtw8821c_coex_cfg_ant_switch()
816 coex_rfe->rfe_module_type != 0x2) in rtw8821c_coex_cfg_ant_switch()
888 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_rfe_type() local
891 coex_rfe->rfe_module_type = efuse->rfe_option; in rtw8821c_coex_cfg_rfe_type()
892 coex_rfe->ant_switch_polarity = 0; in rtw8821c_coex_cfg_rfe_type()
893 coex_rfe->ant_switch_exist = true; in rtw8821c_coex_cfg_rfe_type()
894 coex_rfe->wlg_at_btg = false; in rtw8821c_coex_cfg_rfe_type()
896 switch (coex_rfe->rfe_module_type) { in rtw8821c_coex_cfg_rfe_type()
907 coex_rfe->wlg_at_btg = true; in rtw8821c_coex_cfg_rfe_type()
911 coex_rfe->ant_switch_polarity = 1; in rtw8821c_coex_cfg_rfe_type()
915 coex_rfe->wlg_at_btg = true; in rtw8821c_coex_cfg_rfe_type()
916 coex_rfe->ant_switch_polarity = 1; in rtw8821c_coex_cfg_rfe_type()
922 coex_rfe->ant_switch_exist = false; in rtw8821c_coex_cfg_rfe_type()