Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/thermal/
H A Drockchip_thermal.c1275 int ret, i, shut_temp; in rockchip_thermal_probe() local
1324 shut_temp = dev_read_u32_default(dev, "rockchip,hw-tshut-temp", -1); in rockchip_thermal_probe()
1325 if (shut_temp < 0) in rockchip_thermal_probe()
1326 shut_temp = 120000; in rockchip_thermal_probe()
1330 tsadc->set_tshut_temp(dev, i, shut_temp); in rockchip_thermal_probe()