Home
last modified time | relevance | path

Searched refs:coex_rfe (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Drtw8822b.c1039 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_ant_switch() local
1048 if (coex_rfe->ant_switch_diversity && in rtw8822b_coex_cfg_ant_switch()
1052 polarity_inverse = (coex_rfe->ant_switch_polarity == 1); in rtw8822b_coex_cfg_ant_switch()
1065 if (coex_rfe->rfe_module_type != 0x4 && in rtw8822b_coex_cfg_ant_switch()
1066 coex_rfe->rfe_module_type != 0x2) in rtw8822b_coex_cfg_ant_switch()
1134 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_rfe_type() local
1138 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option; in rtw8822b_coex_cfg_rfe_type()
1139 coex_rfe->ant_switch_polarity = 0; in rtw8822b_coex_cfg_rfe_type()
1140 coex_rfe->ant_switch_diversity = false; in rtw8822b_coex_cfg_rfe_type()
1141 if (coex_rfe->rfe_module_type == 0x12 || in rtw8822b_coex_cfg_rfe_type()
[all …]
Drtw8822c.c2001 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822c_coex_cfg_rfe_type() local
2004 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option; in rtw8822c_coex_cfg_rfe_type()
2005 coex_rfe->ant_switch_polarity = 0; in rtw8822c_coex_cfg_rfe_type()
2006 coex_rfe->ant_switch_exist = false; in rtw8822c_coex_cfg_rfe_type()
2007 coex_rfe->ant_switch_with_bt = false; in rtw8822c_coex_cfg_rfe_type()
2008 coex_rfe->ant_switch_diversity = false; in rtw8822c_coex_cfg_rfe_type()
2011 coex_rfe->wlg_at_btg = true; in rtw8822c_coex_cfg_rfe_type()
2013 coex_rfe->wlg_at_btg = false; in rtw8822c_coex_cfg_rfe_type()
Dcoex.c302 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_check_rfk() local
307 if (coex_rfe->wlg_at_btg && chip->scbd_support && in rtw_coex_check_rfk()
1247 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_action_bt_idle() local
1250 if (coex_rfe->ant_switch_with_bt && in rtw_coex_action_bt_idle()