Home
last modified time | relevance | path

Searched refs:ths (Results 1 – 24 of 24) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Dallwinner,sun8i-a83t-ths.yaml16 - allwinner,sun8i-a83t-ths
17 - allwinner,sun8i-h3-ths
18 - allwinner,sun8i-r40-ths
19 - allwinner,sun50i-a64-ths
20 - allwinner,sun50i-h5-ths
21 - allwinner,sun50i-h6-ths
64 const: allwinner,sun50i-h6-ths
86 const: allwinner,sun8i-h3-ths
103 - const: allwinner,sun8i-h3-ths
104 - const: allwinner,sun8i-r40-ths
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dallwinner,sun8i-a33-ths.yaml4 $id: http://devicetree.org/schemas/iio/adc/allwinner,sun8i-a33-ths.yaml#
21 const: allwinner,sun8i-a33-ths
36 ths: ths@1c25000 {
37 compatible = "allwinner,sun8i-a33-ths";
/f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h5.dtsi164 ths: thermal-sensor@1c25000 { label
165 compatible = "allwinner,sun50i-h5-ths";
181 thermal-sensors = <&ths 0>;
211 thermal-sensors = <&ths 1>;
H A Dsun50i-a64.dtsi175 thermal-sensors = <&ths 0>;
222 thermal-sensors = <&ths 1>;
229 thermal-sensors = <&ths 2>;
871 ths: thermal-sensor@1c25000 { label
872 compatible = "allwinner,sun50i-a64-ths";
H A Dsun50i-h6.dtsi968 ths: thermal-sensor@5070400 { label
969 compatible = "allwinner,sun50i-h6-ths";
985 thermal-sensors = <&ths 0>;
1015 thermal-sensors = <&ths 1>;
/f-stack/freebsd/contrib/device-tree/Bindings/ata/
H A Dimx-sata.txt20 - fsl,transmit-atten-16ths : transmit attenuation, in 16ths
/f-stack/freebsd/contrib/device-tree/Bindings/iio/light/
H A Dus5182d.txt11 - upisemi,dark-ths: array of 8 elements containing 16-bit thresholds (adc
42 upisemi,dark-ths = /bits/ 16 <170 200 512 512 800 2000 4000 8000>;
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsun8i-a33.dtsi164 io-channels = <&ths>;
250 ths: ths@1c25000 { label
251 compatible = "allwinner,sun8i-a33-ths";
295 thermal-sensors = <&ths>;
H A Dsun8i-h3.dtsi231 ths: thermal-sensor@1c25000 { label
232 compatible = "allwinner,sun8i-h3-ths";
248 thermal-sensors = <&ths 0>;
H A Dimx6q-dms-ba16.dts114 fsl,transmit-atten-16ths = <12>;
H A Dimx6q-hummingboard.dts58 fsl,transmit-atten-16ths = <9>;
H A Dimx6q-hummingboard-som-v15.dts58 fsl,transmit-atten-16ths = <9>;
H A Dimx6q-cubox-i-som-v15.dts57 fsl,transmit-atten-16ths = <9>;
H A Dimx6q-cubox-i.dts57 fsl,transmit-atten-16ths = <9>;
H A Dimx6q-cubox-i-emmc-som-v15.dts58 fsl,transmit-atten-16ths = <9>;
H A Dimx6q-hummingboard2-emmc-som-v15.dts61 fsl,transmit-atten-16ths = <9>;
H A Dimx6q-hummingboard2.dts59 fsl,transmit-atten-16ths = <9>;
H A Dimx6q-hummingboard2-som-v15.dts60 fsl,transmit-atten-16ths = <9>;
H A Dimx6q-hummingboard-emmc-som-v15.dts59 fsl,transmit-atten-16ths = <9>;
H A Dsun8i-a83t.dtsi1197 ths: thermal-sensor@1f04000 { label
1198 compatible = "allwinner,sun8i-a83t-ths";
1211 thermal-sensors = <&ths 0>;
1241 thermal-sensors = <&ths 1>;
1271 thermal-sensors = <&ths 2>;
H A Dsun8i-r40.dtsi119 thermal-sensors = <&ths 0>;
126 thermal-sensors = <&ths 1>;
582 ths: thermal-sensor@1c24c00 { label
583 compatible = "allwinner,sun8i-r40-ths";
H A Dimx6q-tbs2910.dts171 fsl,transmit-atten-16ths = <16>;
H A Dimx6q-novena.dts466 fsl,transmit-atten-16ths = <8>;
/f-stack/freebsd/kern/
H A Dkern_tc.c87 static struct timehands ths[16] = { variable
97 static struct timehands *volatile timehands = &ths[0];
1931 if (timehands_count > nitems(ths)) in inittimehands()
1932 timehands_count = nitems(ths); in inittimehands()
1933 for (i = 1, thp = &ths[0]; i < timehands_count; thp = &ths[i++]) in inittimehands()
1934 thp->th_next = &ths[i]; in inittimehands()
1935 thp->th_next = &ths[0]; in inittimehands()