Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dintel_ips.c711 u32 hts = thm_readl(THM_HTS); in update_turbo_limits() local
713 ips->cpu_turbo_enabled = !(hts & HTS_PCTD_DIS); in update_turbo_limits()
721 ips->gpu_turbo_enabled = !(hts & HTS_GTD_DIS); in update_turbo_limits()
1501 u32 hts; in ips_probe() local
1634 hts = (ips->core_power_limit << HTS_PCPL_SHIFT) | in ips_probe()
1639 thm_writel(THM_HTS, hts); in ips_probe()
/Linux-v4.19/drivers/media/i2c/
Dov5640.c1185 u16 hts; in ov5640_get_hts() local
1188 ret = ov5640_read_reg16(sensor, OV5640_REG_TIMING_HTS, &hts); in ov5640_get_hts()
1191 return hts; in ov5640_get_hts()