Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dintel_ips.c707 u32 hts = thm_readl(THM_HTS); in update_turbo_limits() local
709 ips->cpu_turbo_enabled = !(hts & HTS_PCTD_DIS); in update_turbo_limits()
717 ips->gpu_turbo_enabled = !(hts & HTS_GTD_DIS); in update_turbo_limits()
1426 u32 hts; in ips_probe() local
1559 hts = (ips->core_power_limit << HTS_PCPL_SHIFT) | in ips_probe()
1564 thm_writel(THM_HTS, hts); in ips_probe()
/linux/drivers/media/i2c/
H A Dov02c10.c70 u32 hts; member
349 .hts = 2280,
529 h_blank = mode->hts - mode->width; in ov02c10_init_controls()
722 h_blank = mode->hts - mode->width; in ov02c10_set_format()