Searched defs:xstart (Results 1 - 2 of 2) sorted by relevance

/drivers/video/console/
H A Dnewport_con.c71 static inline void newport_render_background(int xstart, int ystart, argument
81 (xstart << 16) | ((ystart + topscan) & 0x3ff);
134 static inline void newport_clear_screen(int xstart, int ystart, int xend, argument
146 npregs->set.xystarti = (xstart << 16) | ystart;
/drivers/media/usb/gspca/
H A Dov519.c3915 int qvga, xstart, xend, ystart, yend; local
3952 xstart = (1040 - gspca_dev->pixfmt.width) / 2 +
3956 xstart = (2076 - gspca_dev->pixfmt.width) / 2 +
3960 xend = xstart + gspca_dev->pixfmt.width;
3966 (((xend >> 1) & 7) << 3) | ((xstart >> 1) & 7),
3971 i2c_w(sd, 0x17, xstart >> 4);
4030 xstart = 164;
4035 xstart = 158;
4042 i2c_w(sd, OV7670_R17_HSTART, xstart >> 3);
4045 v = (v & 0xc0) | ((xend & 0x7) << 3) | (xstart
[all...]

Completed in 265 milliseconds