Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c89 int tz_temp; /* milli degree */ member
278 if (e->lmt.tztemp_limit && temp >= e->lmt.tz_temp) in wtemp_dvfs_is_effect()
302 if (e->lmt.tztemp_limit && temp >= e->lmt.tz_temp) { in __wtemp_dvfs_apply()
481 temp2string(e->lmt.tz_temp, s_tz, TEMP_STRING_LEN); in print_e_state()
500 int ret, tz_temp; in wtemp_dvfs_ofdata_to_platdata() local
564 tz_temp = ofnode_read_s32_default(tz_trip0, "temperature", -ENODATA); in wtemp_dvfs_ofdata_to_platdata()
565 if (tz_temp == -ENODATA) { in wtemp_dvfs_ofdata_to_platdata()
583 priv->cpu->lmt.tz_temp = tz_temp; in wtemp_dvfs_ofdata_to_platdata()
586 priv->dmc->lmt.tz_temp = tz_temp; in wtemp_dvfs_ofdata_to_platdata()