Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c88 int high_temp; /* milli degree */ member
282 else if (e->lmt.htemp_limit && temp >= e->lmt.high_temp) in wtemp_dvfs_is_effect()
307 } else if (e->lmt.htemp_limit && temp >= e->lmt.high_temp) { in __wtemp_dvfs_apply()
349 e->lmt.high_temp = ofnode_read_s32_default(opp_node, in __wtemp_common_ofdata_to_platdata()
355 e->name, e->lmt.low_temp, e->lmt.high_temp, in __wtemp_common_ofdata_to_platdata()
383 if (e->lmt.high_temp != -ENODATA) in __wtemp_common_ofdata_to_platdata()
485 temp2string(e->lmt.high_temp, s_high, TEMP_STRING_LEN); in print_e_state()