Home
last modified time | relevance | path

Searched refs:ystart (Results 1 – 4 of 4) sorted by relevance

/drivers/video/console/
Dnewport_con.c71 static inline void newport_render_background(int xstart, int ystart, in newport_render_background() argument
81 (xstart << 16) | ((ystart + topscan) & 0x3ff); in newport_render_background()
134 static inline void newport_clear_screen(int xstart, int ystart, int xend, in newport_clear_screen() argument
146 npregs->set.xystarti = (xstart << 16) | ystart; in newport_clear_screen()
150 static inline void newport_clear_lines(int ystart, int yend, int ci) in newport_clear_lines() argument
152 ystart = ((ystart << 4) + topscan) & 0x3ff; in newport_clear_lines()
154 newport_clear_screen(0, ystart, 1280 + 63, yend, ci); in newport_clear_lines()
354 int ystart = ((sy << 4) + topscan) & 0x3ff; in newport_clear() local
360 if (ystart < yend) { in newport_clear()
361 newport_clear_screen(sx << 3, ystart, xend, yend, in newport_clear()
[all …]
/drivers/media/usb/gspca/
Dov519.c3890 int qvga, xstart, xend, ystart, yend; in mode_init_ov_sensor_regs() local
3929 ystart = (776 - gspca_dev->pixfmt.height) / 2; in mode_init_ov_sensor_regs()
3933 ystart = (1544 - gspca_dev->pixfmt.height) / 2; in mode_init_ov_sensor_regs()
3936 yend = ystart + gspca_dev->pixfmt.height; in mode_init_ov_sensor_regs()
3944 (((yend >> 1) & 3) << 2) | ((ystart >> 1) & 3), in mode_init_ov_sensor_regs()
3948 i2c_w(sd, 0x19, ystart >> 3); in mode_init_ov_sensor_regs()
4007 ystart = 14; in mode_init_ov_sensor_regs()
4012 ystart = 10; in mode_init_ov_sensor_regs()
4025 i2c_w(sd, OV7670_R19_VSTART, ystart >> 2); in mode_init_ov_sensor_regs()
4028 v = (v & 0xc0) | ((yend & 0x3) << 2) | (ystart & 0x03); in mode_init_ov_sensor_regs()
/drivers/gpu/drm/sti/
Dsti_vtg.c184 u32 ystart = sti_vtg_get_line_number(*mode, 0); in vtg_set_output_window() local
189 video_top_field_start = (ystart << 16) | xstart; in vtg_set_output_window()
/drivers/video/fbdev/omap/
Dhwa742.c450 unsigned int ystart = y; in create_req_list() local
455 ADD_PREQ(x, ystart, xspan, yspan); in create_req_list()
456 ystart += yspan; in create_req_list()
461 ADD_PREQ(x, ystart, xspan, yspan); in create_req_list()