Searched refs:yend (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/video/console/ |
D | newport_con.c | 69 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 + 1) << 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 …]
|
/linux-6.12.1/drivers/media/usb/gspca/ |
D | ov519.c | 3906 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()
|