Home
last modified time | relevance | path

Searched +full:duration +full:- +full:us (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/freebsd-src/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal-idle.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/thermal/thermal-idle.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Daniel Lezcano <daniel.lezcano@linaro.org>
22 const: thermal-idle
24 A thermal-idle node describes the idle cooling device properties to
27 '#cooling-cells':
31 the cooling-maps reference. The first cell is the minimum cooling state
34 duration-us:
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/power/
H A Ddomain-idle-state.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/domain-idle-state.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ulf Hansson <ulf.hansson@linaro.org>
18 const: domain-idle-states
21 "^(cpu|cluster|domain)-":
29 const: domain-idle-state
31 entry-latency-us:
34 state. Note that, the exit-latency-us duration may be guaranteed only
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h1 //===- llvm/Support/Chrono.h - Utilities for Timing Manipulation-*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
26 /// - to insulate us against subtle differences in behavior to differences in
27 /// system clock precision (which is implementation-defined and differs
29 /// - to shorten the type name
53 time_point_cast<system_clock::time_point::duration>(TP)); in toTimeT()
86 /// - %L is millis: 000-999
87 /// - %f is micros: 000000-999999
88 /// - %N is nanos: 000000000 - 999999999
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/arm/
H A Didle-states.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/arm/idle-states.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
14 1 - Introduction
18 where cores can be put in different low-power states (ranging from simple wfi
20 range of dynamic idle states that a processor can enter at run-time, can be
27 - Running
28 - Idle_standby
[all …]
/freebsd-src/contrib/llvm-project/libcxx/include/__chrono/
H A Dduration.h1 // -*- C++ -*-
2 //===------
35 class _LIBCPP_TEMPLATE_VIS duration; global() variable
[all...]
/freebsd-src/lib/libsys/
H A Dntp_adjtime.261 to adjust the phase and frequency of the phase- or frequency-lock loop
78 .Bd -literal
81 long offset; /* time offset (us) (rw) */
83 long maxerror; /* maximum error (us) (rw) */
84 long esterror; /* estimated error (us) (rw) */
87 long precision; /* clock precision (us) (ro) */
91 * The following read-only structure members are implemented
96 long jitter; /* pps jitter (us) (ro) */
97 int shift; /* interval duration (s) (shift) (ro) */
109 .Bl -tag -width tolerance -compact
[all …]
/freebsd-src/contrib/ntp/kernel/sys/
H A Dtimex.h21 * Added defines for hybrid phase/frequency-lock loop.
25 * defines for PPS phase-lock loop.
45 * ntp_gettime - NTP user application interface
56 * ntp_adjtime - NTP daemon application interface
76 * phase-lock loop (PLL) model used in the kernel implementation. These
105 * possible without overflow of a 32-bit word.
108 * which serves as a an extension to the low-order bits of the system
119 * FINEUSEC is 1 us in SHIFT_UPDATE units of the time_phase variable.
124 #define FINEUSEC (1L << SHIFT_SCALE) /* 1 us in phase units */
157 #define MAXPHASE 512000L /* max phase error (us) */
[all …]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h1 //===-- Statistics.h --------
36 operator Duration() const { return get(); } Duration() function
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/cpu/
H A Didle-states.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/cpu/idle-state
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dchrono1 // -*- C++ -*-
2 //===------
[all...]
/freebsd-src/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.inc1 // -*- C++ -*-
2 //===------
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-sr-som.dtsi4 * This file is dual-licensed: you can use it either under the terms
41 #include <dt-bindings/gpio/gpio.h>
44 vcc_3v3: regulator-vcc-3v3 {
45 compatible = "regulator-fixed";
46 regulator-always-on;
47 regulator-name = "vcc_3v3";
48 regulator-min-microvolt = <3300000>;
49 regulator-max-microvolt = <3300000>;
54 pinctrl-names = "default";
55 pinctrl-0 = <&pinctrl_microsom_enet_ar8035>;
[all …]
/freebsd-src/tools/tools/ioat/
H A Dioatcontrol.c1 /*-
50 printf("Usage: %s [-c period] [-EefmVxXz] channel-number num-txns [<bufsize> " in usage()
51 "[<chain-len> [duration]]]\n", getprogname()); in usage()
52 printf(" %s -r [-c period] [-vVwz] channel-number address [<bufsize>]\n\n", in usage()
54 printf(" -c period - Enable interrupt coalescing (us) (default: 0)\n"); in usage()
55 printf(" -E - Test contiguous 8k copy.\n"); in usage()
56 printf(" -e - Test non-contiguous 8k copy.\n"); in usage()
57 printf(" -f - Test block fill.\n"); in usage()
58 printf(" -m - Test memcpy instead of DMA.\n"); in usage()
59 printf(" -r - Issue DMA to or from a specific address.\n"); in usage()
[all …]
/freebsd-src/sys/contrib/dev/athk/
H A Ddfs_pattern_detector.h25 * TODO: this might need to be HW-dependent
30 * struct ath_dfs_pool_stats - DFS Statistics for global pools
43 * struct pulse_event - describing pulses reported by PHY
44 * @ts: pulse time stamp in us
46 * @width: pulse duration in us
59 * struct radar_detector_specs - detector specs for a radar pattern type
61 * @width_min: minimum radar pulse width in [us]
62 * @width_max: maximum radar pulse width in [us]
63 * @pri_min: minimum pulse repetition interval in [us] (including tolerance)
64 * @pri_max: minimum pri in [us] (including tolerance)
[all …]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp1 //===- xray-stacks.cpp: XRay Function Call Stack Accounting ---------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file implements stack-based accounting. It takes XRay traces, and
15 //===----------------------------------------------------------------------===//
20 #include "func-id-helper.h"
21 #include "trie-node.h"
22 #include "xray-registry.h"
42 StackKeepGoing("keep-going", cl::desc("Keep going on errors encountered"),
45 cl::desc("Alias for -keep-going"));
[all …]
/freebsd-src/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
40 OS_MEMCPY(mac, ahp->ah_macaddr, IEEE80211_ADDR_LEN); in ar5212GetMacAddress()
48 OS_MEMCPY(ahp->ah_macaddr, mac, IEEE80211_ADDR_LEN); in ar5212SetMacAddress()
57 OS_MEMCPY(mask, ahp->ah_bssidmask, IEEE80211_ADDR_LEN); in ar5212GetBssIdMask()
66 OS_MEMCPY(ahp->ah_bssidmask, mask, IEEE80211_ADDR_LEN); in ar5212SetBssIdMask()
68 OS_REG_WRITE(ah, AR_BSSMSKL, LE_READ_4(ahp->ah_bssidmask)); in ar5212SetBssIdMask()
69 OS_REG_WRITE(ah, AR_BSSMSKU, LE_READ_2(ahp->ah_bssidmask + 4)); in ar5212SetBssIdMask()
[all …]
/freebsd-src/tools/tools/netrate/netsend/
H A Dnetsend.c1 /*-
50 long duration; member
62 "netsend [ip] [port[-port_max]] [payloadsize] [packet_rate] [duration]\n"); in usage()
63 exit(-1); in usage()
72 tsa->tv_sec += tsb->tv_sec; in timespec_add()
73 tsa->tv_nsec += tsb->tv_nsec; in timespec_add()
74 if (tsa->tv_nsec >= 1000000000) { in timespec_add()
75 tsa->tv_sec++; in timespec_add()
76 tsa->tv_nsec -= 1000000000; in timespec_add()
84 if (a->tv_sec > b->tv_sec) in timespec_ge()
[all …]
/freebsd-src/sys/contrib/dev/iwlwifi/fw/api/
H A Dmac.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2018-2022, 2024 Intel Corporation
11 * AUX indices follows - 1 for non-CDB, 2 for CDB.
31 * enum iwl_mac_protection_flags - MA
[all...]
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Doffchannel.c2 * wpa_supplicant - Off-channel Action frame TX/RX
3 * Copyright (c) 2009-2010, Atheros Communications
26 if (ether_addr_equal(src, wpa_s->own_addr)) { in wpas_get_tx_interface()
28 if (wpa_s->p2p_mgmt && wpa_s != wpa_s->parent && in wpas_get_tx_interface()
29 wpa_s->parent->ap_iface && in wpas_get_tx_interface()
30 ether_addr_equal(wpa_s->parent->own_add in wpas_get_tx_interface()
108 unsigned int duration = 200; wpas_send_action_cb() local
424 offchannel_remain_on_channel_cb(struct wpa_supplicant * wpa_s,unsigned int freq,unsigned int duration) offchannel_remain_on_channel_cb() argument
[all...]
/freebsd-src/sys/net80211/
H A Dieee80211_scan_sw.c1 /*-
2 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
67 u_int ss_duration; /* duration for next scan */
74 * Amount of time to go off-channel during a background
76 * ap's but short enough that we can return on-channel
98 struct ieee80211_scan_state *ss = ic->ic_scan; in ieee80211_swscan_detach()
102 ieee80211_draintask(ic, &SCAN_PRIVATE(ss)->ss_scan_start); in ieee80211_swscan_detach()
103 taskqueue_drain_timeout(ic->ic_tq, in ieee80211_swscan_detach()
104 &SCAN_PRIVATE(ss)->ss_scan_curchan); in ieee80211_swscan_detach()
105 KASSERT((ic->ic_flag in ieee80211_swscan_detach()
148 ieee80211_swscan_set_scan_duration(struct ieee80211vap * vap,u_int duration) ieee80211_swscan_set_scan_duration() argument
165 ieee80211_swscan_start_scan_locked(const struct ieee80211_scanner * scan,struct ieee80211vap * vap,int flags,u_int duration,u_int mindwell,u_int maxdwell,u_int nssid,const struct ieee80211_scan_ssid ssids[]) ieee80211_swscan_start_scan_locked() argument
241 ieee80211_swscan_start_scan(const struct ieee80211_scanner * scan,struct ieee80211vap * vap,int flags,u_int duration,u_int mindwell,u_int maxdwell,u_int nssid,const struct ieee80211_scan_ssid ssids[]) ieee80211_swscan_start_scan() argument
268 ieee80211_swscan_check_scan(const struct ieee80211_scanner * scan,struct ieee80211vap * vap,int flags,u_int duration,u_int mindwell,u_int maxdwell,u_int nssid,const struct ieee80211_scan_ssid ssids[]) ieee80211_swscan_check_scan() argument
344 u_int duration; ieee80211_swscan_bg_scan() local
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dbrcm,iproc-touchscreen.txt4 - compatible: must be "brcm,iproc-touchscreen"
5 - ts_syscon: handler of syscon node defining physical base
9 - clocks: The clock provided by the SOC to driver the tsc
10 - clock-names: name for the clock
11 - interrupts: The touchscreen controller's interrupt
12 - address-cells: Specify the number of u32 entries needed in child nodes.
14 - size-cells: Specify number of u32 entries needed to specify child nodes size
18 - scanning_period: Time between scans. Each step is 1024 us. Valid 1-256.
19 - debounce_timeout: Each step is 512 us. Valid 0-255
20 - settling_timeout: The settling duration (in ms) is the amount of time
[all …]
/freebsd-src/sys/teken/
H A Dsequences1 #-
2 # Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org>
32 # - `n' non-zero number (0 gets converted to 1)
33 # - `r' regular numeric argument
34 # - `v' means a variable number of arguments
75 G0SCS1 G0 SCS US ASCII ^[ ( 1
78 G0SCSB G0 SCS US ASCII ^[ ( B
80 G1SCS1 G1 SCS US ASCII ^[ ) 1
83 G1SCSB G1 SCS US ASCII ^[ ) B
104 C25BLPD Cons25 set bell pitch duration ^[ [ = B r r
[all …]
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp1 //===----------
[all...]
/freebsd-src/sys/dev/ath/ath_hal/ar5211/
H A Dar5211reg.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2006 Atheros Communications, Inc.
36 #define AR_RTSD0 0x0028 /* RTS Duration Parameters 0 */
37 #define AR_RTSD1 0x002c /* RTS Duration Parameters 1 */
62 /* Shadow copies with read-and-clear access */
148 #define AR_D0_LCL_IFS 0x1040 /* DCU-specific IFS settings */
149 #define AR_D1_LCL_IFS 0x1044 /* DCU-specific IFS settings */
150 #define AR_D2_LCL_IFS 0x1048 /* DCU-specific IFS settings */
[all …]
H A Dar5211_beacon.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2006 Atheros Communications, Inc.
50 OS_REG_WRITE(ah, AR_TIMER0, bt->bt_nexttbtt); in ar5211SetBeaconTimers()
51 OS_REG_WRITE(ah, AR_TIMER1, bt->bt_nextdba); in ar5211SetBeaconTimers()
52 OS_REG_WRITE(ah, AR_TIMER2, bt->bt_nextswba); in ar5211SetBeaconTimers()
53 OS_REG_WRITE(ah, AR_TIMER3, bt->bt_nextatim); in ar5211SetBeaconTimers()
57 OS_REG_WRITE(ah, AR_BEACON, bt->bt_intval); in ar5211SetBeaconTimers()
76 switch (AH_PRIVATE(ah)->ah_opmode) { in ar5211BeaconInit()
[all …]

12345678910>>...12