Searched refs:vtot (Results 1 – 6 of 6) sorted by relevance
/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 301 u32 htot, vtot; in v4l2_print_dv_timings() local 308 vtot = V4L2_DV_BT_FRAME_HEIGHT(bt); in v4l2_print_dv_timings() 310 vtot /= 2; 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 419 vtot = V4L2_DV_BT_FRAME_HEIGHT(bt); in v4l2_calc_timeperframe() 426 fps = (htot * vtot) > 0 ? div_u64((100 * pclk), (htot * vtot)) : 0; in v4l2_calc_timeperframe()
|
/drivers/gpu/drm/gma500/ |
D | psb_intel_display.c | 381 int vtot; in psb_intel_crtc_mode_get() local 390 vtot = REG_READ(map->vtotal); in psb_intel_crtc_mode_get() 396 vtot = p->vtotal; in psb_intel_crtc_mode_get() 409 mode->vdisplay = (vtot & 0xffff) + 1; in psb_intel_crtc_mode_get() 410 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1; in psb_intel_crtc_mode_get()
|
D | cdv_intel_display.c | 928 int vtot; in cdv_intel_crtc_mode_get() local 934 vtot = REG_READ(map->vtotal); in cdv_intel_crtc_mode_get() 940 vtot = p->vtotal; in cdv_intel_crtc_mode_get() 953 mode->vdisplay = (vtot & 0xffff) + 1; in cdv_intel_crtc_mode_get() 954 mode->vtotal = ((vtot & 0xffff0000) >> 16) + 1; in cdv_intel_crtc_mode_get()
|
/drivers/gpu/drm/hisilicon/kirin/kirin/ |
D | dw_drm_dsi.c | 371 int htot, vtot; in dsi_set_mode_timing() local 391 vtot = mode->vtotal; in dsi_set_mode_timing() 422 vtot, vfp, vbp, vsw); in dsi_set_mode_timing()
|
/drivers/media/i2c/ |
D | ov5640.c | 192 u32 vtot; member 1106 return ov5640_write_reg16(sensor, OV5640_REG_TIMING_VTS, mode->vtot); in ov5640_set_timings() 1552 rate = sensor->current_mode->vtot * sensor->current_mode->htot; in ov5640_calc_pixel_rate()
|
/drivers/media/test-drivers/vivid/ |
D | vivid-core.c | 1237 u32 htot, vtot; in vivid_init_dv_timings() local 1242 vtot = V4L2_DV_BT_FRAME_HEIGHT(bt); in vivid_init_dv_timings() 1245 (u32)bt->pixelclock / (htot * vtot)); in vivid_init_dv_timings()
|