Home
last modified time | relevance | path

Searched refs:tpc (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6q-kp-tpc.dts13 compatible = "kiebackpeter,imx6q-tpc", "fsl,imx6q";
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.c4731 u8 tpc, num_streams, preamble, ch, stm_idx; in ath10k_tpc_config_get_rate() local
4737 tpc = min_t(u8, ev->rates_array[rate_idx], ev->max_reg_allow_pow[ch]); in ath10k_tpc_config_get_rate()
4751 tpc = min_t(u8, tpc, in ath10k_tpc_config_get_rate()
4755 tpc = min_t(u8, tpc, in ath10k_tpc_config_get_rate()
4759 tpc = min_t(u8, tpc, in ath10k_tpc_config_get_rate()
4764 tpc = 0; in ath10k_tpc_config_get_rate()
4769 return tpc; in ath10k_tpc_config_get_rate()
4778 u8 tpc[WMI_TPC_TX_N_CHAIN]; in ath10k_tpc_config_disp_tables() local
4820 tpc[j] = ath10k_tpc_config_get_rate(ar, ev, i, j + 1, in ath10k_tpc_config_disp_tables()
4823 snprintf(buff, sizeof(buff), "%8d ", tpc[j]); in ath10k_tpc_config_disp_tables()
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c362 u_int32_t tpc = 0x3f; /* Transmit Power Control */ in ar9300_wow_offload_download_hal_params() local
389 OS_REG_WRITE(ah, AR_WOW_OFFLOAD_GTK_TXDESC_PARAM(3), tpc); in ar9300_wow_offload_download_hal_params()
825 u_int32_t tpc = 0x3f; in ar9300_wow_create_keep_alive_pattern() local
851 ctl[0] = (frame_len | (tpc << 16)); in ar9300_wow_create_keep_alive_pattern()
/freebsd/sys/dev/ath/
H A Dif_ath_sysctl.c398 u_int tpc; in ath_sysctl_tpc() local
405 tpc = ath_hal_gettpc(sc->sc_ah); in ath_sysctl_tpc()
407 error = sysctl_handle_int(oidp, &tpc, 0, req); in ath_sysctl_tpc()
410 error = !ath_hal_settpc(sc->sc_ah, tpc) ? EINVAL : 0; in ath_sysctl_tpc()
/freebsd/contrib/one-true-awk/testdir/
H A Dtest.data49 1590 tpc
/freebsd/contrib/wpa/wpa_supplicant/
H A Drrm.c1489 report.tpc.eid = WLAN_EID_TPC_REPORT; in wpas_rrm_handle_link_measurement_request()
1490 report.tpc.len = 2; in wpas_rrm_handle_link_measurement_request()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp2067 uptr pc = scontext->sigc_regs.tpc; in GetWriteFlag()
2447 *pc = scontext->sigc_regs.tpc; in GetPcSpBp()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2137 struct tpc_report tpc; member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td4270 "subs", "\tpc, lr, $imm",
4282 def : t2InstAlias<"movs${p}\tpc, lr", (t2SUBS_PC_LR 0, pred:$p)>;
4283 def : t2InstAlias<"movs${p}.w\tpc, lr", (t2SUBS_PC_LR 0, pred:$p)>;
H A DARMInstrInfo.td2481 "mov", "\tpc, lr", [(ARMretglue)]>,