Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c64 #define TEMP_STRING_LEN 12 macro
392 char s_temp[TEMP_STRING_LEN]; in wtemp_dvfs_apply()
401 temp2string(temp, s_temp, TEMP_STRING_LEN); in wtemp_dvfs_apply()
419 char s_temp[TEMP_STRING_LEN]; in wtemp_dvfs_repeat_apply()
458 temp2string(temp, s_temp, TEMP_STRING_LEN); in wtemp_dvfs_repeat_apply()
471 char s_low[TEMP_STRING_LEN]; in print_e_state()
472 char s_high[TEMP_STRING_LEN]; in print_e_state()
473 char s_tz[TEMP_STRING_LEN]; in print_e_state()
481 temp2string(e->lmt.tz_temp, s_tz, TEMP_STRING_LEN); in print_e_state()
482 temp2string(e->lmt.low_temp, s_low, TEMP_STRING_LEN); in print_e_state()
[all …]