Home
last modified time | relevance | path

Searched refs:hw_reboot_trip_point (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/drivers/thermal/mt8189/
H A Dsoc_temp_lvts.c636 .hw_reboot_trip_point = THERMAL_REBOOT_TEMPERATURE,
653 .hw_reboot_trip_point = THERMAL_REBOOT_TEMPERATURE,
670 .hw_reboot_trip_point = THERMAL_REBOOT_TEMPERATURE,
687 .hw_reboot_trip_point = THERMAL_REBOOT_TEMPERATURE,
703 .hw_reboot_trip_point = THERMAL_REBOOT_TEMPERATURE,
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/inc/
H A Dthermal_lvts.h124 int hw_reboot_trip_point; /* -274000: Disable HW reboot */ member
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/src/
H A Dthermal_lvts.c366 trip_point = tc[i].hw_reboot_trip_point; in set_all_tc_hw_reboot()