Home
last modified time | relevance | path

Searched +full:3000 +full:ms (Results 1 – 25 of 85) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dgpio-poweroff.txt12 triggering positive edge triggered power off. After a delay of 100ms,
14 triggering negative edge triggered power off. After another 100ms
16 the CPU still running after a 3000ms delay, a WARN_ON(1) is emitted.
30 - active-delay-ms: Delay (default 100) to wait after driving gpio active
31 - inactive-delay-ms: Delay (default 100) to wait after driving gpio inactive
32 - timeout-ms: Time to wait before asserting a WARN_ON(1). If nothing is
33 specified, 3000 ms is used.
40 timeout-ms = <3000>;
H A Dgpio-poweroff.yaml15 from inactive to active. After a delay (active-delay-ms) it
17 delay (inactive-delay-ms) it is configured as active again.
19 the system is still running after waiting some time (timeout-ms).
38 active-delay-ms:
42 inactive-delay-ms:
49 timeout-ms:
50 default: 3000
64 timeout-ms = <3000>;
H A Dgpio-restart.txt40 - active-delay: Delay (default 100) to wait after driving gpio active [ms]
41 - inactive-delay: Delay (default 100) to wait after driving gpio inactive [ms]
42 - wait-delay: Delay (default 3000) to wait after completing restart
43 sequence [ms]
53 wait-delay = <3000>;
H A Dgpio-restart.yaml51 description: Delay (default 100) to wait after driving gpio active [ms]
56 description: Delay (default 100) to wait after driving gpio inactive [ms]
61 description: Delay (default 3000) to wait after completing restart sequence [ms]
78 wait-delay = <3000>;
H A Dregulator-poweroff.yaml15 CPU still running after a 3000ms delay, a warning is emitted.
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dpl011.yaml83 poll-rate-ms:
86 default 100ms.
89 poll-timeout-ms:
92 3000ms.
93 default: 3000
110 poll-rate-ms: [ auto-poll ]
111 poll-timeout-ms: [ auto-poll ]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Drohm,bd71847-pmic.yaml65 # Shortest being 10ms, next 500ms and then multiple of 500ms up to 7,5s
67 # Shortest being 10ms, next 1000ms and then multiple of 1000ms up to 15s
71 rohm,short-press-ms:
81 - 3000
92 rohm,long-press-ms:
99 - 3000
[all...]
H A Drohm,bd71837-pmic.yaml65 # Shortest being 10ms, next 500ms and then multiple of 500ms up to 7,5s
67 # Shortest being 10ms, next 1000ms and then multiple of 1000ms up to 15s
71 rohm,short-press-ms:
81 - 3000
91 rohm,long-press-ms:
98 - 3000
142 rohm,short-press-ms = <10>;
143 rohm,long-press-ms = <2000>;
/freebsd/stand/forth/
H A Dcheck-password.4th79 50 ms \ Sleep for 50 milliseconds (see loader(8))
143 3000 ms ." loader: incorrect password" 10 emit
175 3000 ms ." loader: incorrect password" 10 emit
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dinput-reset.txt18 timeout-ms: duration keys must be pressed together in milliseconds before
29 timeout-ms = <3000>;
H A Dazoteq,iqs7222.yaml129 azoteq,timeout-ati-ms:
134 Specifies the delay (in ms) before ATI is retried following an ATI error.
136 azoteq,rate-ati-ms:
139 description: Specifies the rate (in ms) at which ATI status is evaluated.
141 azoteq,timeout-np-ms:
145 Specifies the length of time (in ms) to wait for an event before moving
148 azoteq,rate-np-ms:
150 maximum: 3000
151 description: Specifies the report rate (in ms) during normal-power mode.
153 azoteq,timeout-lp-ms:
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggzoom.d19 tick-1ms
25 tick-1ms
29 @ = lquantize(i++, 0, 100, 1, 3000);
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l33.txt31 20ms. If this property is set to 0,1,2,3 then ramp times would be 40ms,
32 60ms,100ms,175ms respectively for 48KHz sample rate.
72 from 0 to 7 for delays of 5ms, 10ms, 50ms, 100ms, 200ms, 500ms, 1000ms.
73 The default is 100ms.
80 The reference voltage starts at 3000mV with a value of 0x3 and is increased
/freebsd/sbin/natd/
H A Dnatd.839 .Op Fl exit_delay | P Ar ms
579 .It Fl exit_delay Ar ms
580 Specify delay in ms before daemon exit after signal.
759 globalport 3000
772 ipfw add skipto 3000 ip from any to any in via sis2
782 ipfw add divert 3000 ip from any to any
792 ipfw add 3000 count ip from any to any
809 socket (3000).
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_recv.c82 ath_hal_printf(ah, "%s: dma failed to stop in 10ms\n" in ar5416StopDmaReceive()
98 OS_DELAY(3000); in ar5416StopDmaReceive()
184 rs->rs_rssi = MS(ads->ds_rxstatus4, AR_RxRSSICombined); in ar5416ProcRxDesc()
185 rs->rs_rssi_ctl[0] = MS(ads->ds_rxstatus0, AR_RxRSSIAnt00); in ar5416ProcRxDesc()
186 rs->rs_rssi_ctl[1] = MS(ads->ds_rxstatus0, AR_RxRSSIAnt01); in ar5416ProcRxDesc()
187 rs->rs_rssi_ctl[2] = MS(ads->ds_rxstatus0, AR_RxRSSIAnt02); in ar5416ProcRxDesc()
188 rs->rs_rssi_ext[0] = MS(ads->ds_rxstatus4, AR_RxRSSIAnt10); in ar5416ProcRxDesc()
189 rs->rs_rssi_ext[1] = MS(ads->ds_rxstatus4, AR_RxRSSIAnt11); in ar5416ProcRxDesc()
190 rs->rs_rssi_ext[2] = MS(ads->ds_rxstatus4, AR_RxRSSIAnt12); in ar5416ProcRxDesc()
193 rs->rs_keyix = MS(ads->ds_rxstatus8, AR_KeyIdx); in ar5416ProcRxDesc()
[all …]
/freebsd/sys/arm/allwinner/
H A Daw_wdog.c84 { 3000, 3 },
215 uint64_t ms; in aw_wdog_watchdog_fn() local
224 ms = ((uint64_t)1 << (cmd & WD_INTERVAL)) / 1000000; in aw_wdog_watchdog_fn()
227 (ms > wd_intervals[i].milliseconds)) in aw_wdog_watchdog_fn()
/freebsd/share/misc/
H A Dpci_vendors757 8086 3000 RS25GB008 RAID Controller
837 1000 3000 HBA 9400-16i
844 8086 3000 RAID Controller RSP3QD160J
1264 1462 7c28 MS-7C28 Motherboard
1346 1462 9510 RX9600XT (MS-8951)
1351 1462 932c RX9550SE-TD128 (MS-8932)
1419 1462 0131 MS-1013 Notebook
1427 1462 0131 MS-1013 Notebook
1447 1462 0131 MS-1013 Notebook
1457 1462 0131 MS-1013 Notebook
[all …]
H A Dusb_vendors274 0612 business inkjet 3000
626 6717 Color LaserJet 3000
1013 3000 Optical dual-touch panel
1218 0a68 Func MS-3 gaming mouse [WT6573F MCU]
1400 3000 SoundBlaster Extigy
1454 402f DC-CAM 3000Z
1725 4063 xD/SD/MS/MMC Reader
1920 008c to CF/SM/SD/MS Card Reader
2364 00f5 LifeCam VX-3000
2540 070f LifeChat LX-3000 Headset
[all …]
/freebsd/sys/dev/qlxgbe/
H A Dql_inline.h36 #define QL8_SEMLOCK_TIMEOUT 1000/* QLA8020 Semaphore Lock Timeout 10ms */
152 #define QLA_LOCK_DEFAULT_MS_TIMEOUT 3000
/freebsd/contrib/less/
H A Dos.c89 public int screenfill_ms = 3000;
549 public void sleep_ms(int ms) in sleep_ms() argument
552 Sleep(ms); in sleep_ms()
555 int sec = ms / 1000; in sleep_ms()
556 struct timespec t = { sec, (ms - sec*1000) * 1000000 }; in sleep_ms()
560 usleep(ms * 1000); in sleep_ms()
562 sleep(ms / 1000 + (ms % 1000 != 0)); in sleep_ms()
/freebsd/share/man/man4/
H A Drun.4139 Belkin F5D8051 ver 3000
213 Mvix Nubbin MS-811N
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_sis.c42 OS_SLEEP(1000); /* 1 ms delay for PCI W/R ordering issue */ in sis_disable_msix()
59 OS_SLEEP(1000); /* 1 ms delay for PCI W/R ordering issue */ in sis_enable_intx()
79 OS_SLEEP(1000); /* 1 ms delay for PCI W/R ordering issue */ in sis_disable_intx()
130 OS_SLEEP(1000); /* 1 ms delay for PCI W/R ordering issue */ in pqisrc_reenable_sis()
456 /* Get PQI settings , 3000h*/ in pqisrc_sis_init()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_irig.c90 * these fields are the carrier amplitude (0-3000), codec gain (0-255),
124 * broke the 2.7 audio driver in 2.8, which has a 10-ms sawtooth
154 #define AUDIO_BUFSIZ 320 /* audio buffer size (40 ms) */
164 #define MAXAMP 3000. /* maximum signal amplitude */
173 * is 1.03 ms for IRIG-B and 3.47 ms for IRIG-E. The fudge value 2.68 ms
178 * within .02 ms short-term with .02 ms jitter. The processor load due
525 * phase delay 1.03 ms in irig_rf()
[all...]
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dac14xx.dts289 usb@3000 {
355 debounce-delay-ms = <5>;
359 col-switch-delay-ms = <200>;
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm8250-xiaomi-elish-common.dtsi521 kinetic,current-ramp-delay-ms = <128>;
522 kinetic,led-enable-ramp-delay-ms = <1>;
644 source-pdos = <PDO_FIXED(5000, 3000,
649 sink-pdos = <PDO_FIXED(5000, 3000,

1234