Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_calib.c214 uint32_t rfe[2]; in r12a_iq_calib_sw() local
225 rfe[0] = rtwn_bb_read(sc, R12A_RFE(0)); in r12a_iq_calib_sw()
226 rfe[1] = rtwn_bb_read(sc, R12A_RFE(1)); in r12a_iq_calib_sw()
265 rtwn_bb_write(sc, R12A_RFE(0), rfe[0]); in r12a_iq_calib_sw()
266 rtwn_bb_write(sc, R12A_RFE(1), rfe[1]); in r12a_iq_calib_sw()
/freebsd/sys/contrib/dev/rtw88/
H A Dphy.c1113 cond.rfe = efuse->rfe_option; in rtw_phy_setup_phy_cond()
1130 cond.rfe = 0; in rtw_phy_setup_phy_cond()
1131 cond.rfe |= efuse->ext_lna_2g; in rtw_phy_setup_phy_cond()
1132 cond.rfe |= efuse->ext_pa_2g << 1; in rtw_phy_setup_phy_cond()
1133 cond.rfe |= efuse->ext_lna_5g << 2; in rtw_phy_setup_phy_cond()
1134 cond.rfe |= efuse->ext_pa_5g << 3; in rtw_phy_setup_phy_cond()
1135 cond.rfe |= efuse->btcoex << 4; in rtw_phy_setup_phy_cond()
1168 if (!(cond.rfe & 0x0f)) in check_positive()
1171 if ((cond.rfe & drv_cond.rfe) != cond.rfe) in check_positive()
1174 if ((cond.rfe & BIT(0)) && cond2.type_glna != drv_cond2.type_glna) in check_positive()
[all …]
H A Dmain.h1583 struct rtw_coex_rfe rfe; member
1850 u32 rfe:8; member
1868 u32 rfe:8;
H 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()
H A Drtw8821a.c835 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821a_coex_cfg_rfe_type()
H A Drtw8822b.c1130 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_ant_switch()
1225 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_rfe_type()
H 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()
H A Drtw8703b.c1682 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8703b_coex_set_rfe_type()
H A Drtw8723d.c1068 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8723d_coex_cfg_rfe_type()
H A Drtw8814a.c1833 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8814a_coex_cfg_rfe_type()
H A Drtw8822c.c3045 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822c_coex_cfg_rfe_type()
/freebsd/sys/contrib/dev/rtw89/
H A Dphy.h16 #define get_phy_compare(rfe, cv) (FIELD_PREP(GENMASK(23, 16), rfe) | \ argument
H A Dphy.c1711 u8 rfe, u8 cv) in rtw89_phy_sel_headline() argument
1732 compare = get_phy_compare(rfe, cv); in rtw89_phy_sel_headline()
1743 compare = get_phy_compare(rfe, PHY_COND_DONT_CARE); in rtw89_phy_sel_headline()
1758 if (rfe_para == rfe) { in rtw89_phy_sel_headline()
1800 u8 rfe = rtwdev->efuse.rfe_type; in rtw89_phy_init_reg() local
1811 &headline_idx, rfe, cv); in rtw89_phy_init_reg()
1813 rtw89_err(rtwdev, "invalid PHY package: %d/%d\n", rfe, cv); in rtw89_phy_init_reg()
H A Dcoex.c8814 u8 cv, rfe, iso, ant_num, ant_single_pos; in _show_cx_info() local
8868 rfe = md->md_v7.rfe_type; in _show_cx_info()
8874 rfe = md->md.rfe_type; in _show_cx_info()
8882 "[hw_info]", cv, rfe, iso, ant_num, in _show_cx_info()
/freebsd/usr.sbin/services_mkdb/
H A Dservices1867 rfe 5002/tcp #radio free ethernet
1868 rfe 5002/udp #radio free ethernet
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.td1458 "rfe", []>, Requires<[HasException]> {
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td6347 def : MnemonicAlias<"rfe", "rfeia">;