Home
last modified time | relevance | path

Searched refs:delay (Results 51 – 75 of 1862) sorted by relevance

12345678910>>...75

/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dmt6380-regulator.txt24 regulator-ramp-delay = <6250>;
33 regulator-ramp-delay = <6250>;
40 regulator-ramp-delay = <0>;
49 regulator-ramp-delay = <0>;
58 regulator-ramp-delay = <0>;
67 regulator-ramp-delay = <0>;
76 regulator-ramp-delay = <0>;
85 regulator-ramp-delay = <0>;
H A Dsamsung,s2mpa01.txt27 - regulator-ramp-delay: ramp delay in uV/us. May be 6250, 12500
28 (default), 25000, or 50000. May be 0 for disabling the ramp delay on
31 In the absence of the regulator-ramp-delay property, the default ramp
32 delay will be used.
36 regulator-ramp-delay value for them.
76 regulator-ramp-delay = <50000>;
H A Dmediatek,mt6331-regulator.yaml95 regulator-ramp-delay = <12500>;
96 regulator-enable-ramp-delay = <1>;
103 regulator-ramp-delay = <12500>;
104 regulator-enable-ramp-delay = <1>;
111 regulator-ramp-delay = <12500>;
112 regulator-enable-ramp-delay = <1>;
119 regulator-ramp-delay = <12500>;
120 regulator-enable-ramp-delay = <1>;
127 regulator-ramp-delay = <12500>;
128 regulator-enable-ramp-delay = <1>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-evb1-v10.dts178 startup-delay-us = <5000>;
490 regulator-ramp-delay = <12500>;
503 regulator-ramp-delay = <12500>;
515 regulator-ramp-delay = <12500>;
528 regulator-ramp-delay = <12500>;
540 regulator-ramp-delay = <12500>;
554 regulator-ramp-delay = <12500>;
567 regulator-ramp-delay = <12500>;
580 regulator-ramp-delay = <12500>;
601 regulator-ramp-delay = <12500>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Drenesas,sh-msiof.yaml117 - 0 # no bit delay
118 - 50 # 0.5-clock-cycle delay
119 - 100 # 1-clock-cycle delay
120 - 150 # 1.5-clock-cycle delay
121 - 200 # 2-clock-cycle delay
127 - 0 # no bit delay
128 - 50 # 0.5-clock-cycle delay
129 - 100 # 1-clock-cycle delay
130 - 150 # 1.5-clock-cycle delay
131 - 200 # 2-clock-cycle delay
[all …]
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntploopstat29 $delay = 60; # default sampling rate
70 ($1 ne '') && ($delay = $1,1) && next;
72 $delay = shift;
73 ($delay >= 0) || die("$0: bad delay value \"$delay\"\n$usage");
381 &msg("Sleeping " . ($lostpacket ? ($delay / 2) : $delay) . " seconds...\n");
383 sleep($lostpacket ? ($delay / 2) : $delay);
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dcadence-nand-controller.txt17 - cdns,board-delay-ps : Estimated Board delay. The value includes the total
18 round trip delay for the signals and is used for deciding on values
21 board delay = RE#PAD delay + PCB trace to device + PCB trace from device
22 + DQ PAD delay
42 cdns,board-delay-ps = <4830>;
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dpm8550vs.dtsi12 polling-delay-passive = <100>;
13 polling-delay = <0>;
33 polling-delay-passive = <100>;
34 polling-delay = <0>;
54 polling-delay-passive = <100>;
55 polling-delay = <0>;
75 polling-delay-passive = <100>;
76 polling-delay = <0>;
H A Dsa8775p.dtsi2461 polling-delay = <0>;
2482 polling-delay = <0>;
2503 polling-delay = <0>;
2524 polling-delay = <0>;
2545 polling-delay = <0>;
2566 polling-delay = <0>;
2587 polling-delay = <0>;
2608 polling-delay = <0>;
2629 polling-delay = <0>;
2650 polling-delay = <0>;
[all …]
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddebugfs.c159 unsigned long delay = fwrt->timestamp.delay; in iwl_fw_timestamp_marker_wk() local
162 if (!ret && delay) in iwl_fw_timestamp_marker_wk()
164 round_jiffies_relative(delay)); in iwl_fw_timestamp_marker_wk()
168 ret, jiffies_to_msecs(delay) / 1000); in iwl_fw_timestamp_marker_wk()
175 delay); in iwl_fw_trigger_timestamp()
179 fwrt->timestamp.delay = msecs_to_jiffies(delay * 1000); in iwl_fw_trigger_timestamp()
182 round_jiffies_relative(fwrt->timestamp.delay)); in iwl_fw_trigger_timestamp()
189 u32 delay; in iwl_dbgfs_timestamp_marker_write() local
191 ret = kstrtou32(buf, 10, &delay); in iwl_dbgfs_timestamp_marker_write()
195 iwl_fw_trigger_timestamp(fwrt, delay); in iwl_dbgfs_timestamp_marker_write()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dfsl-imx-esdhc.yaml105 fsl,delay-line:
108 Specify the number of delay cells for override mode.
109 This is used to set the clock delay for DLL(Delay Line) on override mode
131 Specify the start delay cell point when send first CMD19 in tuning procedure.
137 Specify the increasing delay cell steps in tuning procedure.
138 The uSDHC use one delay cell as default increasing step to do tuning process.
139 This property allows user to change the tuning step to more than one delay
144 fsl,strobe-dll-delay-target:
147 Specify the strobe dll control slave delay target.
148 This delay target programming host controller loopback read clock, and this
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-delay.yaml4 $id: http://devicetree.org/schemas/gpio/gpio-delay.yaml#
7 title: GPIO delay controller
33 attached to an RC circuit the ramp-up delay is not under control
38 const: gpio-delay
69 enable_delay: enable-delay {
70 compatible = "gpio-delay";
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dti,dp83822.yaml51 rx-internal-delay-ps:
54 Setting this property to a non-zero number sets the RX internal delay
55 for the PHY. The internal delay for the PHY is fixed to 3.5ns relative
58 tx-internal-delay-ps:
61 Setting this property to a non-zero number sets the TX internal delay
62 for the PHY. The internal delay for the PHY is fixed to 3.5ns relative
77 rx-internal-delay-ps = <1>;
78 tx-internal-delay-ps = <1>;
H A Dmotorcomm,yt8xxx.yaml21 rx-internal-delay-ps:
24 internal delay (phy-mode is 'rgmii-id' or 'rgmii-rxid') in pico-seconds.
30 tx-internal-delay-ps:
33 internal delay (phy-mode is 'rgmii-id' or 'rgmii-txid') in pico-seconds.
92 Useful if you want to use tx-clk-xxxx-inverted to adj the delay of tx clk.
98 Transmit PHY Clock delay train configuration when speed is 10Mbps.
104 Transmit PHY Clock delay train configuration when speed is 100Mbps.
110 Transmit PHY Clock delay train configuration when speed is 1000Mbps.
128 rx-internal-delay-ps = <2100>;
129 tx-internal-delay-ps = <150>;
H A Dadi,adin.yaml19 adi,rx-internal-delay-ps:
22 internal delay (phy-mode is 'rgmii-id' or 'rgmii-rxid') in pico-seconds.
26 adi,tx-internal-delay-ps:
29 internal delay (phy-mode is 'rgmii-id' or 'rgmii-txid') in pico-seconds.
68 adi,rx-internal-delay-ps = <1800>;
69 adi,tx-internal-delay-ps = <2200>;
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8173-elm.dtsi40 startup-delay-us = <1000>;
100 off-on-delay-us = <500000>;
111 regulator-enable-ramp-delay = <2000>;
319 regulator-ramp-delay = <10000>;
331 regulator-ramp-delay = <10000>;
388 hs400-ds-delay = <0x14015>;
953 regulator-ramp-delay = <12500>;
963 regulator-ramp-delay = <12500>;
973 regulator-ramp-delay = <12500>;
982 regulator-ramp-delay = <12500>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am64-thermal.dtsi7 polling-delay-passive = <250>; /* milliSeconds */
8 polling-delay = <500>; /* milliSeconds */
21 polling-delay-passive = <250>; /* milliSeconds */
22 polling-delay = <500>; /* milliSeconds */
H A Dk3-am62-thermal.dtsi7 polling-delay-passive = <250>; /* milliSeconds */
8 polling-delay = <500>; /* milliSeconds */
21 polling-delay-passive = <250>; /* milliSeconds */
22 polling-delay = <500>; /* milliSeconds */
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Darm,pl172.txt67 - mpmc,write-enable-delay: Delay from chip select assertion to write
70 - mpmc,output-enable-delay: Delay from chip select assertion to output
73 - mpmc,write-access-delay: Delay from chip select assertion to write
76 - mpmc,read-access-delay: Delay from chip select assertion to read
79 - mpmc,page-mode-read-delay: Delay for asynchronous page mode sequential
82 - mpmc,turn-round-delay: Delay between access to memory banks in nano
110 mpmc,write-enable-delay = <0>;
111 mpmc,output-enable-delay = <0>;
112 mpmc,read-enable-delay = <70>;
113 mpmc,page-mode-read-delay = <70>;
/freebsd/stand/lua/
H A Dmenu.lua490 local delay = loader.getenv("autoboot_delay")
492 if delay ~= nil and delay:lower() == "no" then
493 delay = nil
495 delay = tonumber(delay) or 10
498 if delay == -1 then
505 if delay ~= nil then
506 autoboot_key = menu.autoboot(delay)
523 function menu.autoboot(delay)
526 local endtime = loader.time() + delay
551 loader.delay(50000)
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dsamsung,ld9040.yaml31 power-on-delay:
33 description: delay after turning regulators on [ms]
35 reset-delay:
37 description: delay after reset sequence [ms]
74 power-on-delay = <10>;
75 reset-delay = <10>;
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
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.
38 active-delay-ms:
42 inactive-delay-ms:
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dlpc32xx-key.txt12 - nxp,debounce-delay-ms: Debounce delay in ms
13 - nxp,scan-delay-ms: Repeated scan period in ms
31 nxp,debounce-delay-ms = <3>;
32 nxp,scan-delay-ms = <34>;
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Drockchip,rk806.yaml164 regulator-ramp-delay = <12500>;
176 regulator-ramp-delay = <12500>;
188 regulator-ramp-delay = <12500>;
201 regulator-ramp-delay = <12500>;
213 regulator-ramp-delay = <12500>;
225 regulator-ramp-delay = <12500>;
237 regulator-ramp-delay = <12500>;
250 regulator-ramp-delay = <12500>;
271 regulator-ramp-delay = <12500>;
284 regulator-ramp-delay = <12500>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-tmu.dtsi14 polling-delay-passive = <0>;
15 polling-delay = <0>;
102 polling-delay-passive = <0>;
103 polling-delay = <0>;
145 polling-delay-passive = <0>;
146 polling-delay = <0>;
188 polling-delay-passive = <0>;
189 polling-delay = <0>;
264 polling-delay-passive = <0>;
265 polling-delay = <0>;

12345678910>>...75