Home
last modified time | relevance | path

Searched refs:TEMPERATURE_MAX (Results 1 – 10 of 10) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3556av100/
Dhisvb.c70 #define TEMPERATURE_MAX 150 macro
318 if (*temperature > TEMPERATURE_MAX) in get_chip_temperature()
319 *temperature = TEMPERATURE_MAX; in get_chip_temperature()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516av300/
Dlowlevel_init_v300.c252 #define TEMPERATURE_MAX 125 macro
394 else if (*temperature > TEMPERATURE_MAX) in get_temperature()
395 *temperature = TEMPERATURE_MAX; in get_temperature()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516cv500/
Dlowlevel_init_v300.c254 #define TEMPERATURE_MAX 125 macro
396 else if (*temperature > TEMPERATURE_MAX) in get_temperature()
397 *temperature = TEMPERATURE_MAX; in get_temperature()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv300/
Dlowlevel_init_v300.c249 #define TEMPERATURE_MAX 125 macro
394 else if (*temperature > TEMPERATURE_MAX) in get_temperature()
395 *temperature = TEMPERATURE_MAX; in get_temperature()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3519av100/
Dlowlevel_init_v300.c286 #define TEMPERATURE_MAX 150 macro
486 if (*temperature > TEMPERATURE_MAX) in get_temperature()
487 *temperature = TEMPERATURE_MAX; in get_temperature()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev200/
Dlowlevel_init_v300.c88 #define TEMPERATURE_MAX 841 macro
223 else if (value >= TEMPERATURE_MAX) in get_temperature()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev300/
Dlowlevel_init_v300.c84 #define TEMPERATURE_MAX 841 macro
219 else if (value >= TEMPERATURE_MAX) in get_temperature()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv200/
Dlowlevel_init_v300.c134 #define TEMPERATURE_MAX 841 macro
222 else if (value >= TEMPERATURE_MAX) in get_temperature()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3518ev300/
Dlowlevel_init_v300.c86 #define TEMPERATURE_MAX 841 macro
223 else if (value >= TEMPERATURE_MAX) in get_temperature()
/third_party/uboot/u-boot-2020.01/drivers/thermal/
Dimx_thermal.c31 #define TEMPERATURE_MAX 125 macro