| /freebsd/sys/dev/rtwn/rtl8812a/ |
| H A D | r12a_calib.c | 214 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 D | phy.c | 1113 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 D | main.h | 1583 struct rtw_coex_rfe rfe; member 1850 u32 rfe:8; member 1868 u32 rfe:8;
|
| H A D | rtw8821c.c | 840 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 D | rtw8821a.c | 835 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821a_coex_cfg_rfe_type()
|
| H A D | rtw8822b.c | 1130 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 D | coex.c | 416 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 D | rtw8703b.c | 1682 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8703b_coex_set_rfe_type()
|
| H A D | rtw8723d.c | 1068 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8723d_coex_cfg_rfe_type()
|
| H A D | rtw8814a.c | 1833 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8814a_coex_cfg_rfe_type()
|
| H A D | rtw8822c.c | 3045 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822c_coex_cfg_rfe_type()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | phy.h | 16 #define get_phy_compare(rfe, cv) (FIELD_PREP(GENMASK(23, 16), rfe) | \ argument
|
| H A D | phy.c | 1711 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 D | coex.c | 8814 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 D | services | 1867 rfe 5002/tcp #radio free ethernet 1868 rfe 5002/udp #radio free ethernet
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaInstrInfo.td | 1458 "rfe", []>, Requires<[HasException]> {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 6347 def : MnemonicAlias<"rfe", "rfeia">;
|