Lines Matching defs:start
189 long clocksperline, start, stop;
196 start = 0;
199 start += delay;
202 if (start < 0)
203 start += clocksperline;
204 else if (start >= clocksperline)
205 start -= clocksperline;
212 sync->hsync = (stop << 16) | start;
311 * Video frame line numbers start at 1, y starts at 0.
312 * In interlaced modes the start line is the field line number of the odd
396 vtg->regs = devm_ioremap(dev, res->start, resource_size(res));