Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/
Dintel_ips.c601 u32 temp_limit; in mcp_exceeded() local
606 temp_limit = ips->mcp_temp_limit * 100; in mcp_exceeded()
607 if (ips->mcp_avg_temp > temp_limit) in mcp_exceeded()
/linux-6.12.1/drivers/pmdomain/qcom/
Dcpr.c987 u64 temp, temp_limit; in cpr_interpolate() local
1014 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()