Searched refs:rfe (Results 1 – 12 of 12) sorted by relevance
/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/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 | 1467 u8 rfe, u8 cv) in rtw89_phy0_phy1_offset() 1488 compare = get_phy_compare(rfe, cv); in rtw89_phy_write32_idx() 1499 compare = get_phy_compare(rfe, PHY_COND_DONT_CARE); in rtw89_phy_read32_idx() 1514 if (rfe_para == rfe) { 1556 u8 rfe = rtwdev->efuse.rfe_type; 1567 &headline_idx, rfe, cv); in rtw89_phy_load_txpwr_byrate() 1569 rtw89_err(rtwdev, "invalid PHY package: %d/%d\n", rfe, cv); in rtw89_phy_load_txpwr_byrate() 1214 rtw89_phy_sel_headline(struct rtw89_dev * rtwdev,const struct rtw89_phy_table * table,u32 * headline_size,u32 * headline_idx,u8 rfe,u8 cv) rtw89_phy_sel_headline() argument 1303 u8 rfe = rtwdev->efuse.rfe_type; rtw89_phy_init_reg() local
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | main.h | 1544 struct rtw_coex_rfe rfe; 1809 u32 rfe:8; 1827 u32 rfe:8; 1533 struct rtw_coex_rfe rfe; global() member 1796 u32 rfe:8; global() member
|
H A D | phy.c | 1049 cond.rfe = efuse->rfe_option; in rtw_phy_setup_phy_cond() 1083 if (cond.rfe != drv_cond.rfe) in check_positive()
|
H A D | rtw8821c.c | 879 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_coex_cfg_ant_switch() 987 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8821c_txagc_swing_offset()
|
H A D | rtw8822b.c | 1166 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822b_coex_cfg_ant_switch() 1261 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() 1263 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_set_ant_path() 1691 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw_coex_action_bt_idle()
|
H A D | rtw8723d.c | 1109 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8723d_iqk_rx_path()
|
H A D | rtw8822c.c | 3082 struct rtw_coex_rfe *coex_rfe = &coex->rfe; in rtw8822c_coex_cfg_rfe_type()
|
/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/ARM/ |
H A D | ARMInstrInfo.td | 6314 def : MnemonicAlias<"rfe", "rfeia">;
|