htot              927 drivers/gpu/drm/gma500/cdv_intel_display.c 	int htot;
htot              933 drivers/gpu/drm/gma500/cdv_intel_display.c 		htot = REG_READ(map->htotal);
htot              939 drivers/gpu/drm/gma500/cdv_intel_display.c 		htot = p->htotal;
htot              950 drivers/gpu/drm/gma500/cdv_intel_display.c 	mode->hdisplay = (htot & 0xffff) + 1;
htot              951 drivers/gpu/drm/gma500/cdv_intel_display.c 	mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
htot              379 drivers/gpu/drm/gma500/psb_intel_display.c 	int htot;
htot              388 drivers/gpu/drm/gma500/psb_intel_display.c 		htot = REG_READ(map->htotal);
htot              394 drivers/gpu/drm/gma500/psb_intel_display.c 		htot = p->htotal;
htot              405 drivers/gpu/drm/gma500/psb_intel_display.c 	mode->hdisplay = (htot & 0xffff) + 1;
htot              406 drivers/gpu/drm/gma500/psb_intel_display.c 	mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
htot              456 drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c 	int htot, vtot;
htot              475 drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c 	htot = mode->htotal;
htot              490 drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c 	tmp = (u64)htot * (u64)lane_byte_clk_kHz;
htot              505 drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c 			 htot, hfp, hbp, hsw);
htot              187 drivers/media/i2c/ov5640.c 	u32 htot;
htot             1089 drivers/media/i2c/ov5640.c 	ret = ov5640_write_reg16(sensor, OV5640_REG_TIMING_HTS, mode->htot);
htot             1826 drivers/media/i2c/ov5640.c 	rate = mode->vtot * mode->htot * 16;
htot              921 drivers/media/platform/vivid/vivid-core.c 		u32 htot, vtot;
htot              925 drivers/media/platform/vivid/vivid-core.c 		htot = V4L2_DV_BT_FRAME_WIDTH(bt);
htot              929 drivers/media/platform/vivid/vivid-core.c 			(u32)bt->pixelclock / (htot * vtot));
htot              279 drivers/media/v4l2-core/v4l2-dv-timings.c 	u32 htot, vtot;
htot              285 drivers/media/v4l2-core/v4l2-dv-timings.c 	htot = V4L2_DV_BT_FRAME_WIDTH(bt);
htot              290 drivers/media/v4l2-core/v4l2-dv-timings.c 	fps = (htot * vtot) > 0 ? div_u64((100 * (u64)bt->pixelclock),
htot              291 drivers/media/v4l2-core/v4l2-dv-timings.c 				  (htot * vtot)) : 0;
htot              298 drivers/media/v4l2-core/v4l2-dv-timings.c 		fps / 100, fps % 100, htot, vtot);
htot              390 drivers/media/v4l2-core/v4l2-dv-timings.c 	u32 htot, vtot, fps;
htot              396 drivers/media/v4l2-core/v4l2-dv-timings.c 	htot = V4L2_DV_BT_FRAME_WIDTH(bt);
htot              404 drivers/media/v4l2-core/v4l2-dv-timings.c 	fps = (htot * vtot) > 0 ? div_u64((100 * pclk), (htot * vtot)) : 0;
htot              383 drivers/video/fbdev/gxt4500.c 	unsigned int prefetch_pix, htot;
htot              429 drivers/video/fbdev/gxt4500.c 	htot = var->xres + var->left_margin + var->right_margin +
htot              431 drivers/video/fbdev/gxt4500.c 	writereg(par, DTG_HORIZ_EXTENT, htot - 1);
htot              446 drivers/video/fbdev/gxt4500.c 	if (prefetch_pix >= htot)
htot              447 drivers/video/fbdev/gxt4500.c 		prefetch_pix = htot - 1;
htot              448 drivers/video/fbdev/gxt4500.c 	writereg(par, DTG_VERT_SHORT, htot - prefetch_pix - 1);