Lines Matching defs:topscan
44 static int topscan;
78 (xstart << 16) | ((ystart + topscan) & 0x3ff);
80 ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff);
151 ystart = ((ystart << 4) + topscan) & 0x3ff;
152 yend = ((yend << 4) + topscan + 15) & 0x3ff;
188 topscan = 0;
189 npregs->cset.topscan = 0x3ff;
353 int ystart = ((sy << 4) + topscan) & 0x3ff;
354 int yend = (((sy + height) << 4) + topscan - 1) & 0x3ff;
391 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff);
432 (xpos << 16) | ((ypos + topscan) & 0x3ff);
469 topscan = 0;
470 npregs->cset.topscan = 0x3ff;
588 topscan = (topscan + (lines << 4)) & 0x3ff;
593 topscan = (topscan + (-lines << 4)) & 0x3ff;
597 npregs->cset.topscan = (topscan - 1) & 0x3ff;