Searched refs:cur_temp (Results 1 – 1 of 1) sorted by relevance
110 int cur_temp = 0; in get_cur_temp() local120 cur_temp = readl(®->current_temp) & 0xff; in get_cur_temp()121 } while ((cur_temp == 0) || (get_timer(start) > 100)); in get_cur_temp()124 if (cur_temp == 0) in get_cur_temp()125 return cur_temp; in get_cur_temp()128 cur_temp = cur_temp - info->te1 + info->dc_value; in get_cur_temp()130 return cur_temp; in get_cur_temp()141 int cur_temp; in tmu_monitor() local148 cur_temp = get_cur_temp(&gbl_info); in tmu_monitor()150 if (!cur_temp) in tmu_monitor()[all …]