Searched refs:mcp_temp_limit (Results 1 - 1 of 1) sorted by relevance

/drivers/platform/x86/
H A Dintel_ips.c321 u16 mcp_temp_limit; member in struct:ips_driver
616 temp_limit = ips->mcp_temp_limit * 100;
692 if (ips->mcp_temp_limit < ips->limits->core_temp_limit ||
693 ips->mcp_temp_limit < ips->limits->mch_temp_limit ||
694 ips->mcp_temp_limit > 150)
695 ips->mcp_temp_limit = min(ips->limits->core_temp_limit,
728 ips->mcp_temp_limit = thm_readw(THM_PTL);
1202 ips->mcp_temp_limit = (sts & STS_PTL_MASK) >>
1659 (ips->mcp_temp_limit << HTS_PTL_SHIFT) | HTS_NVV;
1668 ips->mcp_temp_limit);
[all...]

Completed in 27 milliseconds