Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c89 int tz_temp; /* milli degree */ member
280 if (e->lmt.tztemp_limit && temp >= e->lmt.tz_temp) in wtemp_dvfs_is_effect()
304 if (e->lmt.tztemp_limit && temp >= e->lmt.tz_temp) { in __wtemp_dvfs_apply()
483 temp2string(e->lmt.tz_temp, s_tz, TEMP_STRING_LEN); in print_e_state()
502 int ret, tz_temp; in wtemp_dvfs_ofdata_to_platdata() local
566 tz_temp = ofnode_read_s32_default(tz_trip0, "temperature", -ENODATA); in wtemp_dvfs_ofdata_to_platdata()
567 if (tz_temp == -ENODATA) { in wtemp_dvfs_ofdata_to_platdata()
585 priv->cpu->lmt.tz_temp = tz_temp; in wtemp_dvfs_ofdata_to_platdata()
588 priv->dmc->lmt.tz_temp = tz_temp; in wtemp_dvfs_ofdata_to_platdata()