Home
last modified time | relevance | path

Searched refs:celsius (Results 1 – 4 of 4) sorted by relevance

/u-boot/doc/device-tree-bindings/exynos/
A Dtmu.txt6 - samsung,min-temp : Minimum temperature value (25 degree celsius)
8 - samsung,max-temp : Maximum temperature value (125 degree celsius)
10 - samsung,start-warning : Temperature at which TMU starts giving warning (degree celsius)
11 - samsung,start-tripping : Temperature at which TMU shuts down the system (degree celsius)
13 in case TMU fails to power off (degree celsius)
/u-boot/drivers/thermal/
A Dimx_scu_thermal.c31 s16 celsius; in read_temperature() local
43 &celsius, &tenths); in read_temperature()
49 *temp = celsius * 1000 + tenths * 100; in read_temperature()
/u-boot/arch/arm/include/asm/arch-imx8/sci/
A Dsci.h89 s16 *celsius, s8 *tenths);
/u-boot/drivers/misc/imx8/
A Dscu_api.c457 s16 *celsius, s8 *tenths) in sc_misc_get_temp() argument
475 if (celsius) in sc_misc_get_temp()
476 *celsius = RPC_I16(&msg, 0U); in sc_misc_get_temp()

Completed in 6 milliseconds