Searched refs:temp_limit (Results 1 – 2 of 2) sorted by relevance
601 u32 temp_limit; in mcp_exceeded() local606 temp_limit = ips->mcp_temp_limit * 100; in mcp_exceeded()607 if (ips->mcp_avg_temp > temp_limit) in mcp_exceeded()
987 u64 temp, temp_limit; in cpr_interpolate() local1014 temp_limit = f_diff * fdata->max_volt_scale; in cpr_interpolate()1015 do_div(temp_limit, 1000000); in cpr_interpolate()1017 uV = uV_high - min(temp, temp_limit); in cpr_interpolate()