Home
last modified time | relevance | path

Searched refs:yend (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/video/console/
H A Dnewport_con.c69 int xend, int yend, int ci) in newport_render_background() argument
80 ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff); in newport_render_background()
134 int yend, int ci) in newport_clear_screen() argument
146 npregs->go.xyendi = (xend << 16) | yend; in newport_clear_screen()
149 static inline void newport_clear_lines(int ystart, int yend, int ci) in newport_clear_lines() argument
152 yend = ((yend << 4) + topscan + 15) & 0x3ff; in newport_clear_lines()
153 newport_clear_screen(0, ystart, 1280 + 63, yend, ci); in newport_clear_lines()
354 int yend = (((sy + height) << 4) + topscan - 1) & 0x3ff; in newport_clear() local
359 if (ystart < yend) { in newport_clear()
360 newport_clear_screen(sx << 3, ystart, xend, yend, in newport_clear()
[all …]
/openbmc/u-boot/drivers/video/
H A Dconsole_truetype.c317 int xend, int yend, int clr) in console_truetype_erase() argument
326 for (row = ystart; row < yend; row++) { in console_truetype_erase()
/openbmc/linux/drivers/media/usb/gspca/
H A Dov519.c3906 int qvga, xstart, xend, ystart, yend; in mode_init_ov_sensor_regs() local
3952 yend = ystart + gspca_dev->pixfmt.height; in mode_init_ov_sensor_regs()
3960 (((yend >> 1) & 3) << 2) | ((ystart >> 1) & 3), in mode_init_ov_sensor_regs()
3965 i2c_w(sd, 0x1a, yend >> 3); in mode_init_ov_sensor_regs()
4024 yend = 494; in mode_init_ov_sensor_regs()
4029 yend = 490; in mode_init_ov_sensor_regs()
4042 i2c_w(sd, OV7670_R1A_VSTOP, yend >> 2); in mode_init_ov_sensor_regs()
4044 v = (v & 0xc0) | ((yend & 0x3) << 2) | (ystart & 0x03); in mode_init_ov_sensor_regs()