Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c87 int low_temp; /* milli degree */ member
275 if (e->lmt.ltemp_limit && temp <= e->lmt.low_temp) in wtemp_dvfs_is_effect()
296 if (e->lmt.ltemp_limit && temp <= e->lmt.low_temp) { in __wtemp_dvfs_apply()
347 e->lmt.low_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()
381 if (e->lmt.low_temp != -ENODATA) in __wtemp_common_ofdata_to_platdata()
484 temp2string(e->lmt.low_temp, s_low, TEMP_STRING_LEN); in print_e_state()