Home
last modified time | relevance | path

Searched refs:rfe (Results 1 – 15 of 15) sorted by relevance

/drivers/net/wireless/realtek/rtl8xxxu/
A D8192f.c803 u8 rfe = priv->rfe_type; in rtl8192fu_iqk_path_a() local
820 if (rfe == 7 || rfe == 8 || rfe == 9 || rfe == 12) in rtl8192fu_iqk_path_a()
1027 u8 rfe = priv->rfe_type; in rtl8192fu_iqk_path_b() local
1044 if (rfe == 7 || rfe == 8 || rfe == 9 || rfe == 12) in rtl8192fu_iqk_path_b()
1274 u8 rfe = priv->rfe_type; in rtl8192fu_phy_iqcalibrate() local
1304 if (rfe == 7 || rfe == 8 || rfe == 9 || rfe == 12) { in rtl8192fu_phy_iqcalibrate()
1449 u8 rfe = priv->rfe_type; in rtl8192fu_phy_iq_calibrate() local
1542 if (rfe == 7 || rfe == 8 || rfe == 9 || rfe == 12) { in rtl8192fu_phy_iq_calibrate()
1562 if (rfe == 7) { in rtl8192fu_phy_iq_calibrate()
1584 if (rfe == 7) in rtl8192fu_phy_iq_calibrate()
/drivers/iommu/
A Ds390-iommu.c353 unsigned long old_rfe, rfe; in dma_walk_rf_table() local
357 rfe = READ_ONCE(*rfep); in dma_walk_rf_table()
358 if (reg_entry_isvalid(rfe)) { in dma_walk_rf_table()
359 rso = get_rf_rso(rfe); in dma_walk_rf_table()
365 set_rf_rso(&rfe, virt_to_phys(rso)); in dma_walk_rf_table()
366 validate_rf_entry(&rfe); in dma_walk_rf_table()
367 entry_clr_protected(&rfe); in dma_walk_rf_table()
929 unsigned long rfe; in get_rso_from_iova() local
936 rfe = READ_ONCE(rfo[rfx]); in get_rso_from_iova()
937 if (!reg_entry_isvalid(rfe)) in get_rso_from_iova()
[all …]
/drivers/net/wireless/realtek/rtw88/
A Dphy.c1093 cond.rfe = efuse->rfe_option; in rtw_phy_setup_phy_cond()
1110 cond.rfe = 0; in rtw_phy_setup_phy_cond()
1111 cond.rfe |= efuse->ext_lna_2g; in rtw_phy_setup_phy_cond()
1112 cond.rfe |= efuse->ext_pa_2g << 1; in rtw_phy_setup_phy_cond()
1113 cond.rfe |= efuse->ext_lna_5g << 2; in rtw_phy_setup_phy_cond()
1114 cond.rfe |= efuse->ext_pa_5g << 3; in rtw_phy_setup_phy_cond()
1115 cond.rfe |= efuse->btcoex << 4; in rtw_phy_setup_phy_cond()
1148 if (!(cond.rfe & 0x0f)) in check_positive()
1151 if ((cond.rfe & drv_cond.rfe) != cond.rfe) in check_positive()
1157 if ((cond.rfe & BIT(1)) && cond2.type_gpa != drv_cond2.type_gpa) in check_positive()
[all …]
A Dmain.h1574 struct rtw_coex_rfe rfe; member
1841 u32 rfe:8; member
1859 u32 rfe:8;
A Drtw8821c.c840 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_ant_switch()
948 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_rfe_type()
A Drtw8821a.c835 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821a_coex_cfg_rfe_type()
A Drtw8822b.c1129 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_ant_switch()
1224 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_rfe_type()
A Dcoex.c416 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_check_rfk()
1287 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_set_ant_path()
1715 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_action_bt_idle()
A Drtw8703b.c1670 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8703b_coex_set_rfe_type()
A Drtw8723d.c1068 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8723d_coex_cfg_rfe_type()
A Drtw8814a.c1822 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8814a_coex_cfg_rfe_type()
A Drtw8822c.c3041 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822c_coex_cfg_rfe_type()
/drivers/net/wireless/realtek/rtw89/
A Dphy.h16 #define get_phy_compare(rfe, cv) (FIELD_PREP(GENMASK(23, 16), rfe) | \ argument
A Dphy.c1533 u8 rfe, u8 cv) in rtw89_phy_sel_headline() argument
1554 compare = get_phy_compare(rfe, cv); in rtw89_phy_sel_headline()
1565 compare = get_phy_compare(rfe, PHY_COND_DONT_CARE); in rtw89_phy_sel_headline()
1580 if (rfe_para == rfe) { in rtw89_phy_sel_headline()
1622 u8 rfe = rtwdev->efuse.rfe_type; in rtw89_phy_init_reg() local
1633 &headline_idx, rfe, cv); in rtw89_phy_init_reg()
1635 rtw89_err(rtwdev, "invalid PHY package: %d/%d\n", rfe, cv); in rtw89_phy_init_reg()
A Dcoex.c8811 u8 cv, rfe, iso, ant_num, ant_single_pos; in _show_cx_info() local
8865 rfe = md->md_v7.rfe_type; in _show_cx_info()
8871 rfe = md->md.rfe_type; in _show_cx_info()
8879 "[hw_info]", cv, rfe, iso, ant_num, in _show_cx_info()

Completed in 770 milliseconds