ystart            167 drivers/gpu/drm/sti/sti_vtg.c 	u32 ystart = sti_vtg_get_line_number(*mode, 0);
ystart            172 drivers/gpu/drm/sti/sti_vtg.c 	video_top_field_start = (ystart << 16) | xstart;
ystart           3906 drivers/media/usb/gspca/ov519.c 	int qvga, xstart, xend, ystart, yend;
ystart           3945 drivers/media/usb/gspca/ov519.c 			ystart = (776 - gspca_dev->pixfmt.height) / 2;
ystart           3949 drivers/media/usb/gspca/ov519.c 			ystart = (1544 - gspca_dev->pixfmt.height) / 2;
ystart           3952 drivers/media/usb/gspca/ov519.c 		yend = ystart + gspca_dev->pixfmt.height;
ystart           3960 drivers/media/usb/gspca/ov519.c 			   (((yend >> 1) & 3) << 2) | ((ystart >> 1) & 3),
ystart           3964 drivers/media/usb/gspca/ov519.c 		i2c_w(sd, 0x19, ystart >> 3);
ystart           4023 drivers/media/usb/gspca/ov519.c 			ystart = 14;
ystart           4028 drivers/media/usb/gspca/ov519.c 			ystart = 10;
ystart           4041 drivers/media/usb/gspca/ov519.c 		i2c_w(sd, OV7670_R19_VSTART, ystart >> 2);
ystart           4044 drivers/media/usb/gspca/ov519.c 		v = (v & 0xc0) | ((yend & 0x3) << 2) | (ystart & 0x03);
ystart             72 drivers/video/console/newport_con.c static inline void newport_render_background(int xstart, int ystart,
ystart             82 drivers/video/console/newport_con.c 	    (xstart << 16) | ((ystart + topscan) & 0x3ff);
ystart            135 drivers/video/console/newport_con.c static inline void newport_clear_screen(int xstart, int ystart, int xend,
ystart            147 drivers/video/console/newport_con.c 	npregs->set.xystarti = (xstart << 16) | ystart;
ystart            151 drivers/video/console/newport_con.c static inline void newport_clear_lines(int ystart, int yend, int ci)
ystart            153 drivers/video/console/newport_con.c 	ystart = ((ystart << 4) + topscan) & 0x3ff;
ystart            155 drivers/video/console/newport_con.c 	newport_clear_screen(0, ystart, 1280 + 63, yend, ci);
ystart            355 drivers/video/console/newport_con.c 	int ystart = ((sy << 4) + topscan) & 0x3ff;
ystart            361 drivers/video/console/newport_con.c 	if (ystart < yend) {
ystart            362 drivers/video/console/newport_con.c 		newport_clear_screen(sx << 3, ystart, xend, yend,
ystart            365 drivers/video/console/newport_con.c 		newport_clear_screen(sx << 3, ystart, xend, 1023,
ystart            437 drivers/video/fbdev/omap/hwa742.c 		unsigned int ystart = y;
ystart            442 drivers/video/fbdev/omap/hwa742.c 			ADD_PREQ(x, ystart, xspan, yspan);
ystart            443 drivers/video/fbdev/omap/hwa742.c 			ystart += yspan;
ystart            448 drivers/video/fbdev/omap/hwa742.c 		ADD_PREQ(x, ystart, xspan, yspan);