Searched refs:temperature (Results 1 – 6 of 6) sorted by relevance
52 int temperature; in read_cpu_temperature() local128 temperature = div_s64_rem(c2 - n_meas * c1 + OFFSET, 1000000, &rem); in read_cpu_temperature()134 return temperature; in read_cpu_temperature()141 int temperature; in read_cpu_temperature() local205 temperature = tmp - (te1 - raw_25c); in read_cpu_temperature()207 return temperature; in read_cpu_temperature()
4 Enable support for temperature-sensing devices. Some SoCs have on-chip5 temperature sensors to permit warnings, speed throttling or even6 automatic power-off when the temperature gets too high or low. Other42 The driver supports reading CPU temperature.48 The driver supports reading CPU temperature.
632 int temperature; in omap_hsmmc_execute_tuning() local706 if (temperature < -20000) in omap_hsmmc_execute_tuning()710 else if (temperature < 20000) in omap_hsmmc_execute_tuning()712 else if (temperature < 40000) in omap_hsmmc_execute_tuning()714 else if (temperature < 70000) in omap_hsmmc_execute_tuning()716 else if (temperature < 90000) in omap_hsmmc_execute_tuning()718 else if (temperature < 120000) in omap_hsmmc_execute_tuning()732 if (temperature < 10000) in omap_hsmmc_execute_tuning()734 else if (temperature < 20000) in omap_hsmmc_execute_tuning()736 else if (temperature < 70000) in omap_hsmmc_execute_tuning()[all …]
145 __u8 temperature[2]; member
194 Real Time Clock (RTC) with temperature compensation.
83 boards to provide a boot watchdog, power control, temperature monitor,
Completed in 23 milliseconds