Searched refs:yend (Results 1 - 2 of 2) sorted by last modified time

/drivers/video/console/
H A Dnewport_con.c72 int xend, int yend, int ci)
83 ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff);
135 int yend, int ci)
147 npregs->go.xyendi = (xend << 16) | yend;
150 static inline void newport_clear_lines(int ystart, int yend, int ci) argument
153 yend = ((yend << 4) + topscan + 15) & 0x3ff;
154 newport_clear_screen(0, ystart, 1280 + 63, yend, ci);
355 int yend = (((sy + height) << 4) + topscan - 1) & 0x3ff; local
360 if (ystart < yend) {
71 newport_render_background(int xstart, int ystart, int xend, int yend, int ci) argument
134 newport_clear_screen(int xstart, int ystart, int xend, int yend, int ci) argument
[all...]
/drivers/media/usb/gspca/
H A Dov519.c3915 int qvga, xstart, xend, ystart, yend; local
3961 yend = ystart + gspca_dev->pixfmt.height;
3969 (((yend >> 1) & 3) << 2) | ((ystart >> 1) & 3),
3974 i2c_w(sd, 0x1a, yend >> 3);
4033 yend = 494;
4038 yend = 490;
4051 i2c_w(sd, OV7670_R1A_VSTOP, yend >> 2);
4053 v = (v & 0xc0) | ((yend & 0x3) << 2) | (ystart & 0x03);

Completed in 105 milliseconds