Searched refs:htot (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | ov5640.c | 382 u32 htot; member 713 .htot = 1896, 731 .htot = 1600, 758 .htot = 1896, 776 .htot = 1600, 803 .htot = 1896, 821 .htot = 1600, 848 .htot = 1896, 866 .htot = 1600, 893 .htot = 1896, [all …]
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_display.c | 386 int htot; in psb_intel_crtc_mode_get() local 395 htot = REG_READ(map->htotal); in psb_intel_crtc_mode_get() 401 htot = p->htotal; in psb_intel_crtc_mode_get() 412 mode->hdisplay = (htot & 0xffff) + 1; in psb_intel_crtc_mode_get() 413 mode->htotal = ((htot & 0xffff0000) >> 16) + 1; in psb_intel_crtc_mode_get()
|
| H A D | cdv_intel_display.c | 924 int htot; in cdv_intel_crtc_mode_get() local 930 htot = REG_READ(map->htotal); in cdv_intel_crtc_mode_get() 936 htot = p->htotal; in cdv_intel_crtc_mode_get() 947 mode->hdisplay = (htot & 0xffff) + 1; in cdv_intel_crtc_mode_get() 948 mode->htotal = ((htot & 0xffff0000) >> 16) + 1; in cdv_intel_crtc_mode_get()
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-dv-timings.c | 301 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/drivers/video/fbdev/ |
| H A D | gxt4500.c | 384 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/drivers/gpu/drm/hisilicon/kirin/ |
| H A D | dw_drm_dsi.c | 456 int htot, vtot; in dsi_set_mode_timing() local 475 htot = mode->htotal; in dsi_set_mode_timing() 490 tmp = (u64)htot * (u64)lane_byte_clk_kHz; in dsi_set_mode_timing() 505 htot, hfp, hbp, hsw); in dsi_set_mode_timing()
|