Home
last modified time | relevance | path

Searched +full:2000 +full:us (Results 1 – 25 of 627) sorted by relevance

12345678910>>...26

/linux/Documentation/devicetree/bindings/thermal/
H A Dthermal-idle.yaml34 duration-us:
38 exit-latency-us:
77 duration-us = <10000>;
78 exit-latency-us = <500>;
93 duration-us = <10000>;
94 exit-latency-us = <500>;
114 hysteresis = <2000>;
120 hysteresis = <2000>;
126 hysteresis = <2000>;
132 hysteresis = <2000>;
/linux/arch/mips/include/asm/
H A Ddelay.h7 * Copyright (C) 1995 - 2000, 01, 03 by Ralf Baechle
8 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
18 extern void __udelay(unsigned long us);
21 #define udelay(us) __udelay(us) argument
/linux/arch/mips/lib/
H A Ddelay.c7 * Copyright (C) 1995 - 2000, 01, 03 by Ralf Baechle
8 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
52 void __udelay(unsigned long us) in __udelay() argument
56 __delay((us * 0x000010c7ull * HZ * lpj) >> 32); in __udelay()
/linux/drivers/fpga/
H A Dts73xx-fpga.c23 #define TS73XX_FPGA_WRITE_DONE_TIMEOUT 1000 /* us */
25 #define TS73XX_FPGA_RESET_LOW_DELAY 30 /* us */
26 #define TS73XX_FPGA_RESET_HIGH_DELAY 80 /* us */
78 usleep_range(1000, 2000); in ts73xx_fpga_write_complete()
83 usleep_range(1000, 2000); in ts73xx_fpga_write_complete()
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qp-prtwd3.dts69 reset-assert-us = <500>;
70 reset-deassert-us = <1000>;
81 reset-assert-us = <20>;
82 reset-deassert-us = <2000>;
135 spi-rx-delay-us = <1>;
136 spi-tx-delay-us = <1>;
181 rx-internal-delay-ps = <2000>;
182 tx-internal-delay-ps = <2000>;
234 reset-assert-us = <10000>;
235 reset-deassert-us = <1000>;
H A Dimx6dl-prtvt7.dts253 hysteresis = <2000>; /* millicelsius */
267 hysteresis = <2000>; /* millicelsius */
281 hysteresis = <2000>; /* millicelsius */
379 settling-time-us = <700>;
385 settling-time-us = <700>;
391 settling-time-us = <700>;
397 settling-time-us = <700>;
/linux/Documentation/devicetree/bindings/sound/
H A Dda7218.txt29 [<1200>, <1600>, <1800>, <2000>, <2200>, <2400>, <2600>, <2800>, <3000>]
31 [<1200>, <1600>, <1800>, <2000>, <2200>, <2400>, <2600>, <2800>, <3000>]
56 - dlg,jack-rate-us : Time between jack detect measurements (us)
97 dlg,jack-rate-us = <40>;
H A Dnuvoton,nau8824.yaml85 SAR = 255 * MICBIAS / SAR_VOLTAGE * R / (2000 + R) where MICBIAS is
123 - 1 # 1us
124 - 2 # 2us
125 - 3 # 4us
133 - 0 # 2us
134 - 1 # 4us
135 - 2 # 8us
136 - 3 # 16us
/linux/tools/testing/selftests/net/netfilter/packetdrill/
H A Dconntrack_synack_reuse.pkt3 // state and SYN retransmit should give us new 'SYN_RECV' connection state.
24 1.0 < S 2000:2000(0) win 32792 <mss 1000,nop,wscale 7, TS val 233 ecr 0,nop,nop>
31 1.5 < S 2000:2000(0) win 32792 <mss 1000,nop,wscale 0, TS val 233 ecr 0,nop,nop>
/linux/arch/arm64/boot/dts/renesas/
H A Dr8a779g3-sparrow-hawk.dts210 duration-us = <10000>;
211 exit-latency-us = <500>;
218 duration-us = <10000>;
219 exit-latency-us = <500>;
226 duration-us = <10000>;
227 exit-latency-us = <500>;
234 duration-us = <10000>;
235 exit-latency-us = <500>;
248 tx-internal-delay-ps = <2000>;
264 reset-assert-us = <10000>;
[all …]
/linux/Documentation/devicetree/bindings/input/
H A Dti,nspire-keypad.yaml32 description: How often to scan in us. Based on a APB speed of 33MHz, the
33 maximum and minimum delay time is ~2000us and ~500us respectively
37 description: How long to wait between scanning each row in us.
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls2088a.dtsi131 entry-latency-us = <2000>;
132 exit-latency-us = <2000>;
133 min-residency-us = <6000>;
H A Dfsl-ls2080a.dtsi131 entry-latency-us = <2000>;
132 exit-latency-us = <2000>;
133 min-residency-us = <6000>;
/linux/drivers/usb/storage/
H A Dinitializers.h6 * (c) 1999, 2000 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
30 int usb_stor_euscsi_init(struct us_data *us);
36 int usb_stor_ucr61s2b_init(struct us_data *us);
39 int usb_stor_huawei_e220_init(struct us_data *us);
H A Dtransport.h7 * (c) 1999, 2000 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
72 extern int usb_stor_control_msg(struct us_data *us, unsigned int pipe,
75 extern int usb_stor_clear_halt(struct us_data *us, unsigned int pipe);
77 extern int usb_stor_ctrl_transfer(struct us_data *us, unsigned int pipe,
80 extern int usb_stor_bulk_transfer_buf(struct us_data *us, unsigned int pipe,
82 extern int usb_stor_bulk_transfer_sg(struct us_data *us, unsigned int pipe,
84 extern int usb_stor_bulk_srb(struct us_data* us, unsigned int pipe,
87 extern int usb_stor_port_reset(struct us_data *us);
H A Dscsiglue.h7 * (c) 1999, 2000 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
27 extern void usb_stor_report_device_reset(struct us_data *us);
28 extern void usb_stor_report_bus_reset(struct us_data *us);
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lm3532.txt23 - ramp-up-us - The Run time ramp rates/step are from one current
26 - ramp-down-us - The Run time ramp rates/step are from one current
29 Range for ramp settings: 8us - 65536us
41 - ti,als-avrg-time-us - Determines the length of time the device needs to
44 Range: 17920us - 2293760us
77 ramp-up-us = <1024>;
78 ramp-down-us = <65536>;
81 ti,als-vmax = <2000>;
84 ti,als-avrg-time-us = <17920>;
/linux/drivers/media/rc/
H A Dir-xmp-decoder.c15 #define XMP_UNIT 136 /* us */
16 #define XMP_LEADER 210 /* us */
17 #define XMP_NIBBLE_PREFIX 760 /* us */
18 #define XMP_HALFFRAME_SPACE 13800 /* us */
90 * to transform durations into nibbles. Subtract 2000 from in ir_xmp_decode()
93 divider = (n[3] - XMP_NIBBLE_PREFIX) / 15 - 2000; in ir_xmp_decode()
/linux/arch/mips/fw/arc/
H A Dmemory.c4 * given to us from the ARCS firmware.
7 * Copyright (C) 1999, 2000, 2001 by Ralf Baechle
8 * Copyright (C) 1999, 2000 by Silicon Graphics, Inc.
10 * PROM library functions for acquiring/using memory descriptors given to us
/linux/net/sctp/
H A Ddebug.c4 * Copyright (c) 1999-2000 Cisco, Inc.
19 * Karl Knutson <karl@athena.chicago.il.us>
21 * Jon Grimm <jgrimm@us.ibm.com>
22 * Daisy Chang <daisyc@us.ibm.com>
23 * Sridhar Samudrala <sri@us.ibm.com>
/linux/drivers/watchdog/
H A Dsbc60xxwdt.c11 * (c) Copyright 2000 Jakob Oestergaard <jakob@unthought.net>
13 * 12/4 - 2000 [Initial revision]
14 * 25/4 - 2000 Added /dev/watchdog support
88 * Here we require the userspace daemon to send us a heartbeat
90 * If the daemon pulses us every 25 seconds, we can still afford
187 /* Well, anyhow someone wrote to us, we should in fop_write()
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a133-liontron-h-a133l.dts78 reset-delay-us = <2000>;
79 reset-post-delay-us = <2000>;
/linux/Documentation/devicetree/bindings/power/
H A Dpower-domain.yaml124 entry-latency-us = <1000>;
125 exit-latency-us = <2000>;
126 min-residency-us = <10000>;
131 entry-latency-us = <5000>;
132 exit-latency-us = <8000>;
133 min-residency-us = <7000>;
/linux/include/net/sctp/
H A Dulpqueue.h4 * Copyright (c) 1999-2000 Cisco, Inc.
20 * Jon Grimm <jgrimm@us.ibm.com>
22 * Sridhar Samudrala <sri@us.ibm.com>
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-axg-jethome-jethub-j1xx.dtsi122 hysteresis = <2000>; /* millicelsius */
128 hysteresis = <2000>; /* millicelsius */
134 hysteresis = <2000>; /* millicelsius */
205 reset-assert-us = <10000>;
206 reset-deassert-us = <10000>;

12345678910>>...26