Searched defs:hts (Results 1 - 1 of 1) sorted by relevance

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

Completed in 34 milliseconds