Home
last modified time | relevance | path

Searched full:settling (Results 1 – 25 of 222) sorted by relevance

123456789

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/adc/
Dti,tsc2046.yaml55 settling-time-us: true
90 settling-time-us = <700>;
98 settling-time-us = <700>;
103 settling-time-us = <700>;
108 settling-time-us = <700>;
Dadi,max11410.yaml109 settling-time-us: true
166 settling-time-us = <100000>;
174 settling-time-us = <50000>;
Dadc.yaml42 settling-time-us:
52 settling time.
/kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/
Dimx6qdl-skov-cpu-revc.dtsi38 settling-time-us = <700>;
44 settling-time-us = <700>;
50 settling-time-us = <700>;
56 settling-time-us = <700>;
Dimx6dl-plym2m.dts241 settling-time-us = <300>;
247 settling-time-us = <700>;
253 settling-time-us = <300>;
259 settling-time-us = <700>;
265 settling-time-us = <700>;
271 settling-time-us = <700>;
279 settling-time-us = <300>;
Dimx6dl-victgo.dts189 settling-time-us = <700>;
195 settling-time-us = <700>;
201 settling-time-us = <700>;
207 settling-time-us = <700>;
Dimx6dl-prtvt7.dts379 settling-time-us = <700>;
385 settling-time-us = <700>;
391 settling-time-us = <700>;
397 settling-time-us = <700>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dregulator.yaml72 regulator-settling-time-us:
73 description: Settling time, in microseconds, for voltage change if regulator
77 regulator-settling-time-up-us:
78 description: Settling time, in microseconds, for voltage increase if
83 regulator-settling-time-down-us:
84 description: Settling time, in microseconds, for voltage decrease if
Dti-abb-regulator.txt20 - ti,settling-time: Settling time in uSecs from SoC documentation for ABB module
23 computing settling time from SoC Documentation for ABB module(clock
78 ti,settling-time = <30>;
98 ti,settling-time = <50>;
125 ti,settling-time = <50>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/
Dti-abb-regulator.txt20 - ti,settling-time: Settling time in uSecs from SoC documentation for ABB module
23 computing settling time from SoC Documentation for ABB module(clock
78 ti,settling-time = <30>;
98 ti,settling-time = <50>;
125 ti,settling-time = <50>;
Dregulator.yaml73 regulator-settling-time-us:
74 description: Settling time, in microseconds, for voltage change if regulator
78 regulator-settling-time-up-us:
79 description: Settling time, in microseconds, for voltage increase if
84 regulator-settling-time-down-us:
85 description: Settling time, in microseconds, for voltage decrease if
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/touchscreen/
Dfsl-mx25-tcq.txt20 - fsl,settling-time-ns: Settling time in nanoseconds. The settling time is before
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dfsl-mx25-tcq.txt20 - fsl,settling-time-ns: Settling time in nanoseconds. The settling time is before
Dstmpe.txt22 - st,settling : Panel driver settling time (recommended is 2)
95 /* 1 ms panel driver settling time */
96 st,settling = <3>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dmxs-lradc.txt19 - fsl,settling: delay between plate switch to next sample. Allowed value is
32 fsl,settling = <10>;
44 fsl,settling = <10>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/
Dmxs-lradc.txt19 - fsl,settling: delay between plate switch to next sample. Allowed value is
32 fsl,settling = <10>;
44 fsl,settling = <10>;
Dst,stmpe.yaml164 st,settling:
168 Panel driver settling time
291 st,settling = <3>;
/kernel/linux/linux-6.6/drivers/input/touchscreen/
Dstmpe-ts.c62 * @settling: Panel driver settling time
80 u8 settling; member
195 STMPE_SETTLING(ts->settling); in stmpe_init_hw()
278 if (!of_property_read_u32(np, "st,settling", &val)) in stmpe_ts_get_platform_info()
279 ts->settling = val; in stmpe_ts_get_platform_info()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dstmpe-ts.c60 * @settling: Panel driver settling time
77 u8 settling; member
193 STMPE_SETTLING(ts->settling); in stmpe_init_hw()
276 if (!of_property_read_u32(np, "st,settling", &val)) in stmpe_ts_get_platform_info()
277 ts->settling = val; in stmpe_ts_get_platform_info()
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/
Datp.h99 inbyte(port + PAR_STATUS); /* Settling time delay */ in read_nibble()
116 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */ in read_byte_mode0()
117 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */ in read_byte_mode0()
130 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */ in read_byte_mode2()
145 /* Read a byte through the data register, double reading to allow settling. */
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
Datp.h99 inbyte(port + PAR_STATUS); /* Settling time delay */ in read_nibble()
116 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */ in read_byte_mode0()
117 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */ in read_byte_mode0()
130 inbyte(ioaddr + PAR_STATUS); /* Settling time delay -- needed! */ in read_byte_mode2()
145 /* Read a byte through the data register, double reading to allow settling. */
/kernel/linux/linux-5.10/drivers/regulator/
Dof_regulator.c93 ret = of_property_read_u32(np, "regulator-settling-time-us", &pval); in of_get_regulation_constraints()
97 ret = of_property_read_u32(np, "regulator-settling-time-up-us", &pval); in of_get_regulation_constraints()
101 …pr_warn("%pOFn: ambiguous configuration for settling time, ignoring 'regulator-settling-time-up-us… in of_get_regulation_constraints()
106 ret = of_property_read_u32(np, "regulator-settling-time-down-us", in of_get_regulation_constraints()
111 …pr_warn("%pOFn: ambiguous configuration for settling time, ignoring 'regulator-settling-time-down-… in of_get_regulation_constraints()
Dti-abb-regulator.c98 * @settling_time: SoC specific settling time for LDO VBB
424 char *pname = "ti,settling-time"; in ti_abb_init_timings()
459 * SR2_WTCNT_VALUE is the settling time for the ABB ldo after a in ti_abb_init_timings()
464 * settling time of ldo in micro-seconds (varies per OMAP family) in ti_abb_init_timings()
469 * ldo settling time (in micro-seconds) in ti_abb_init_timings()
475 * SR2_WTCNT_VALUE = settling time / (# SYS_CLK cycles / SYS_CLK rate)) in ti_abb_init_timings()
478 * "settling time" by 10 such that the final result is the one we want. in ti_abb_init_timings()
/kernel/linux/linux-6.6/drivers/regulator/
Dof_regulator.c149 ret = of_property_read_u32(np, "regulator-settling-time-us", &pval); in of_get_regulation_constraints()
153 ret = of_property_read_u32(np, "regulator-settling-time-up-us", &pval); in of_get_regulation_constraints()
157 …pr_warn("%pOFn: ambiguous configuration for settling time, ignoring 'regulator-settling-time-up-us… in of_get_regulation_constraints()
162 ret = of_property_read_u32(np, "regulator-settling-time-down-us", in of_get_regulation_constraints()
167 …pr_warn("%pOFn: ambiguous configuration for settling time, ignoring 'regulator-settling-time-down-… in of_get_regulation_constraints()
Dti-abb-regulator.c90 * @settling_time: SoC specific settling time for LDO VBB
416 char *pname = "ti,settling-time"; in ti_abb_init_timings()
451 * SR2_WTCNT_VALUE is the settling time for the ABB ldo after a in ti_abb_init_timings()
456 * settling time of ldo in micro-seconds (varies per OMAP family) in ti_abb_init_timings()
461 * ldo settling time (in micro-seconds) in ti_abb_init_timings()
467 * SR2_WTCNT_VALUE = settling time / (# SYS_CLK cycles / SYS_CLK rate)) in ti_abb_init_timings()
470 * "settling time" by 10 such that the final result is the one we want. in ti_abb_init_timings()

123456789