Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/i2c/
A Dov5640.c383 u32 htot; member
715 .htot = 1896,
733 .htot = 1600,
760 .htot = 1896,
778 .htot = 1600,
805 .htot = 1896,
823 .htot = 1600,
850 .htot = 1896,
868 .htot = 1600,
895 .htot = 1896,
[all …]
A Dtda1997x.c1104 u16 htot, hact, hfront, hsync, hback; in tda1997x_detect_std() local
1121 htot = io_read16(sd, REG_FMT_H_TOT); in tda1997x_detect_std()
1136 htot, hact, hfront, hsync, hback, hsync_pos ? '+' : '-', in tda1997x_detect_std()
1155 timings->bt.pixelclock = (u64)htot * vtot * 27000000; in tda1997x_detect_std()
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-dv-timings.c301 u32 htot, vtot; in v4l2_print_dv_timings() local
307 htot = V4L2_DV_BT_FRAME_WIDTH(bt); in v4l2_print_dv_timings()
312 fps = (htot * vtot) > 0 ? div_u64((100 * (u64)bt->pixelclock), in v4l2_print_dv_timings()
313 (htot * vtot)) : 0; in v4l2_print_dv_timings()
320 fps / 100, fps % 100, htot, vtot); in v4l2_print_dv_timings()
412 u32 htot, vtot, fps; in v4l2_calc_timeperframe() local
418 htot = V4L2_DV_BT_FRAME_WIDTH(bt); in v4l2_calc_timeperframe()
426 fps = (htot * vtot) > 0 ? div_u64((100 * pclk), (htot * vtot)) : 0; in v4l2_calc_timeperframe()
/linux-6.3-rc2/drivers/gpu/drm/gma500/
A Dpsb_intel_display.c385 int htot; in psb_intel_crtc_mode_get() local
394 htot = REG_READ(map->htotal); in psb_intel_crtc_mode_get()
400 htot = p->htotal; in psb_intel_crtc_mode_get()
411 mode->hdisplay = (htot & 0xffff) + 1; in psb_intel_crtc_mode_get()
412 mode->htotal = ((htot & 0xffff0000) >> 16) + 1; in psb_intel_crtc_mode_get()
A Dcdv_intel_display.c923 int htot; in cdv_intel_crtc_mode_get() local
929 htot = REG_READ(map->htotal); in cdv_intel_crtc_mode_get()
935 htot = p->htotal; in cdv_intel_crtc_mode_get()
946 mode->hdisplay = (htot & 0xffff) + 1; in cdv_intel_crtc_mode_get()
947 mode->htotal = ((htot & 0xffff0000) >> 16) + 1; in cdv_intel_crtc_mode_get()
/linux-6.3-rc2/drivers/video/fbdev/
A Dgxt4500.c384 unsigned int prefetch_pix, htot; in gxt4500_set_par() local
430 htot = var->xres + var->left_margin + var->right_margin + in gxt4500_set_par()
432 writereg(par, DTG_HORIZ_EXTENT, htot - 1); in gxt4500_set_par()
447 if (prefetch_pix >= htot) in gxt4500_set_par()
448 prefetch_pix = htot - 1; in gxt4500_set_par()
449 writereg(par, DTG_VERT_SHORT, htot - prefetch_pix - 1); in gxt4500_set_par()
/linux-6.3-rc2/drivers/gpu/drm/hisilicon/kirin/
A Ddw_drm_dsi.c458 int htot, vtot; in dsi_set_mode_timing() local
477 htot = mode->htotal; in dsi_set_mode_timing()
492 tmp = (u64)htot * (u64)lane_byte_clk_kHz; in dsi_set_mode_timing()
507 htot, hfp, hbp, hsw); in dsi_set_mode_timing()
/linux-6.3-rc2/drivers/media/test-drivers/vivid/
A Dvivid-core.c1307 u32 htot, vtot; in vivid_init_dv_timings() local
1311 htot = V4L2_DV_BT_FRAME_WIDTH(bt); in vivid_init_dv_timings()
1315 (u32)bt->pixelclock / (htot * vtot)); in vivid_init_dv_timings()

Completed in 31 milliseconds