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

/drivers/video/console/
H A Dnewport_con.c72 int xend, int yend, int ci)
83 ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff);
134 static inline void newport_clear_screen(int xstart, int ystart, int xend, argument
147 npregs->go.xyendi = (xend << 16) | yend;
353 int xend = ((sx + width) << 3) - 1; local
361 newport_clear_screen(sx << 3, ystart, xend, yend,
364 newport_clear_screen(sx << 3, ystart, xend, 1023,
366 newport_clear_screen(sx << 3, 0, xend, yend,
71 newport_render_background(int xstart, int ystart, int xend, int yend, int ci) argument
/drivers/media/usb/gspca/
H A Dov519.c3915 int qvga, xstart, xend, ystart, yend; local
3960 xend = xstart + gspca_dev->pixfmt.width;
3966 (((xend >> 1) & 7) << 3) | ((xstart >> 1) & 7),
3972 i2c_w(sd, 0x18, xend >> 4);
4031 xend = 28;
4036 xend = 14;
4043 i2c_w(sd, OV7670_R18_HSTOP, xend >> 3);
4045 v = (v & 0xc0) | ((xend & 0x7) << 3) | (xstart & 0x07);

Completed in 40 milliseconds