Searched refs:hts (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/media/i2c/ |
D | ov8856.c | 94 u32 hts; member 541 .hts = 1928, 553 .hts = 3820, 595 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 597 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 791 h_blank = to_pixels_per_line(ov8856->cur_mode->hts, in ov8856_init_controls() 979 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov8856_set_format()
|
D | ov5675.c | 94 u32 hts; member 449 .hts = 1500, 461 .hts = 1500, 503 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 505 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 700 h_blank = to_pixels_per_line(ov5675->cur_mode->hts, in ov5675_init_controls() 889 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov5675_set_format()
|
D | ov5640.c | 1391 u16 hts; in ov5640_get_hts() local 1394 ret = ov5640_read_reg16(sensor, OV5640_REG_TIMING_HTS, &hts); in ov5640_get_hts() 1397 return hts; in ov5640_get_hts()
|
/Linux-v5.4/drivers/platform/x86/ |
D | intel_ips.c | 700 u32 hts = thm_readl(THM_HTS); in update_turbo_limits() local 702 ips->cpu_turbo_enabled = !(hts & HTS_PCTD_DIS); in update_turbo_limits() 710 ips->gpu_turbo_enabled = !(hts & HTS_GTD_DIS); in update_turbo_limits() 1442 u32 hts; in ips_probe() local 1575 hts = (ips->core_power_limit << HTS_PCPL_SHIFT) | in ips_probe() 1580 thm_writel(THM_HTS, hts); in ips_probe()
|