Searched refs:tpc (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6q-kp-tpc.dts | 13 compatible = "kiebackpeter,imx6q-tpc", "fsl,imx6q";
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wmi.c | 4731 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 D | ar9300_power.c | 362 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 D | if_ath_sysctl.c | 398 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 D | test.data | 49 1590 tpc
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | rrm.c | 1489 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 D | sanitizer_linux.cpp | 2067 uptr pc = scontext->sigc_regs.tpc; in GetWriteFlag() 2447 *pc = scontext->sigc_regs.tpc; in GetPcSpBp()
|
/freebsd/contrib/wpa/src/common/ |
H A D | ieee802_11_defs.h | 2137 struct tpc_report tpc; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrThumb2.td | 4270 "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 D | ARMInstrInfo.td | 2481 "mov", "\tpc, lr", [(ARMretglue)]>,
|