Lines Matching defs:start
48 can cause next bpl to start close to a page border. First DMA
239 int dwords, rc, line, maxy, start, end;
287 for (start = 0, skip = 0; start < ov->w.width; start = end) {
291 } else if (start < skips[skip].start) {
293 end = skips[skip].start;
300 ra = addr + (fmt->depth>>3)*start;
304 if (0 == start)
308 ri |= (fmt->depth>>3) * (end-start);
604 /* VDELAY is start of video, end of VBI capturing. */