Home
last modified time | relevance | path

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

/drivers/platform/x86/
Dintel_ips.c714 u32 hts = thm_readl(THM_HTS); in update_turbo_limits() local
716 ips->cpu_turbo_enabled = !(hts & HTS_PCTD_DIS); in update_turbo_limits()
724 ips->gpu_turbo_enabled = !(hts & HTS_GTD_DIS); in update_turbo_limits()
1511 u32 hts; in ips_probe() local
1658 hts = (ips->core_power_limit << HTS_PCPL_SHIFT) | in ips_probe()
1663 thm_writel(THM_HTS, hts); in ips_probe()