Home
last modified time | relevance | path

Searched refs:temperature (Results 1 – 25 of 137) sorted by relevance

123456

/u-boot/arch/arm/dts/
A Dam57xx-commercial-grade.dtsi3 temperature = <80000>; /* milliCelsius */
7 temperature = <90000>; /* milliCelsius */
11 temperature = <90000>; /* milliCelsius */
15 temperature = <90000>; /* milliCelsius */
19 temperature = <90000>; /* milliCelsius */
23 temperature = <90000>; /* milliCelsius */
A Dam57xx-industrial-grade.dtsi3 temperature = <90000>; /* milliCelsius */
7 temperature = <105000>; /* milliCelsius */
11 temperature = <105000>; /* milliCelsius */
15 temperature = <105000>; /* milliCelsius */
19 temperature = <105000>; /* milliCelsius */
23 temperature = <105000>; /* milliCelsius */
A Dk3-am654-industrial-thermal.dtsi12 temperature = <125000>; /* milliCelsius */
26 temperature = <125000>; /* milliCelsius */
40 temperature = <125000>; /* milliCelsius */
A Domap4-cpu-thermal.dtsi20 temperature = <100000>; /* millicelsius */
25 temperature = <125000>; /* millicelsius */
A Drk3399-gru-kevin.dts113 temperature = <40000>; /* millicelsius */
119 temperature = <50000>; /* millicelsius */
125 temperature = <90000>; /* millicelsius */
159 temperature = <40000>; /* millicelsius */
165 temperature = <50000>; /* millicelsius */
171 temperature = <90000>; /* millicelsius */
A Drk3288-veyron-mickey.dts76 temperature = <63000>; /* millicelsius */
81 temperature = <65000>; /* millicelsius */
86 temperature = <80000>; /* millicelsius */
91 temperature = <82000>; /* millicelsius */
96 temperature = <84000>; /* millicelsius */
101 temperature = <85000>; /* millicelsius */
106 temperature = <90000>; /* millicelsius */
A Drk3399-gru-bob.dts62 temperature = <65000>;
66 temperature = <70000>;
A Ddra7-dspeve-thermal.dtsi19 temperature = <125000>; /* milliCelsius */
A Ddra7-iva-thermal.dtsi19 temperature = <125000>; /* milliCelsius */
A Dimx6qdl-mba6a.dtsi15 lm75: temperature-sensor@49 {
A Domap5-core-thermal.dtsi20 temperature = <125000>; /* milliCelsius */
A Domap5-gpu-thermal.dtsi20 temperature = <125000>; /* milliCelsius */
A Dam335x-brsmarc1.dts109 temperature = <95000>; /* millicelsius */
152 cputemp: temperature-sensor@48 { /* cpu temperature */
158 basetemp: temperature-sensor@49 { /* baseboard temperature */
A Drk3399-nanopc-t4.dts72 temperature = <55000>;
78 temperature = <65000>;
A Dimx6qdl-mba6b.dtsi25 lm75: temperature-sensor@49 {
A Dam5729-beagleboneai.dts535 temperature = <55000>; /* milliCelsius */
539 temperature = <85000>; /* milliCelsius */
543 temperature = <85000>; /* milliCelsius */
547 temperature = <85000>; /* milliCelsius */
551 temperature = <85000>; /* milliCelsius */
555 temperature = <85000>; /* milliCelsius */
A Dzynqmp-m-a2197-01-revA.dts342 temperature-stability = <50>;
397 temperature-stability = <50>;
411 temperature-stability = <50>;
425 temperature-stability = <50>;
439 temperature-stability = <50>;
453 temperature-stability = <50>;
/u-boot/doc/usage/cmd/
A Dtemperature.rst3 temperature command
11 temperature list
12 temperature get [thermal device name]
17 The *temperature* command is used to list thermal sensors and get their
20 The 'temperature list' command diplays the available thermal devices.
22 The 'temperature get' command is used to get the reading in degrees C from
34 => temperature list
38 => temperature get tmon@610508110
44 The *temperature* command is only available if CONFIG_CMD_TEMPERATURE=y.
/u-boot/doc/device-tree-bindings/exynos/
A Dtmu.txt6 - samsung,min-temp : Minimum temperature value (25 degree celsius)
7 - Current temperature of SoC should be more than this value.
8 - samsung,max-temp : Maximum temperature value (125 degree celsius)
9 - Current temperature of SoC should be less than this value.
27 - This is 25 because temperature measured is always above 25 degrees.
/u-boot/drivers/thermal/
A Dimx_thermal.c53 int temperature; in read_cpu_temperature() local
129 temperature = div_s64_rem(c2 - n_meas * c1 + OFFSET, 1000000, &rem); in read_cpu_temperature()
135 return temperature; in read_cpu_temperature()
142 int temperature; in read_cpu_temperature() local
206 temperature = tmp - (te1 - raw_25c); in read_cpu_temperature()
208 return temperature; in read_cpu_temperature()
A DKconfig4 Enable support for temperature-sensing devices. Some SoCs have on-chip
5 temperature sensors to permit warnings, speed throttling or even
6 automatic power-off when the temperature gets too high or low. Other
42 The driver supports reading CPU temperature.
/u-boot/doc/device-tree-bindings/thermal/
A Dti_soc_thermal.txt4 and a temperature sensor feature that are gathered in the band
5 gap voltage and temperature sensor (VBGAPTS) module. The band
9 to the silicon temperature.
A Drockchip-thermal.txt16 - rockchip,hw-tshut-temp : The hardware-controlled shutdown temperature value.
49 temperature = <70000>; /* millicelsius */
54 temperature = <90000>; /* millicelsius */
/u-boot/drivers/mmc/
A Domap_hsmmc.c635 int temperature; in omap_hsmmc_execute_tuning() local
709 if (temperature < -20000) in omap_hsmmc_execute_tuning()
713 else if (temperature < 20000) in omap_hsmmc_execute_tuning()
715 else if (temperature < 40000) in omap_hsmmc_execute_tuning()
717 else if (temperature < 70000) in omap_hsmmc_execute_tuning()
719 else if (temperature < 90000) in omap_hsmmc_execute_tuning()
721 else if (temperature < 120000) in omap_hsmmc_execute_tuning()
735 if (temperature < 10000) in omap_hsmmc_execute_tuning()
737 else if (temperature < 20000) in omap_hsmmc_execute_tuning()
739 else if (temperature < 70000) in omap_hsmmc_execute_tuning()
[all …]
/u-boot/test/cmd/
A DMakefile27 obj-$(CONFIG_CMD_TEMPERATURE) += temperature.o

Completed in 38 milliseconds

123456