topscan            48 drivers/video/console/newport_con.c static int topscan;
topscan            82 drivers/video/console/newport_con.c 	    (xstart << 16) | ((ystart + topscan) & 0x3ff);
topscan            84 drivers/video/console/newport_con.c 	    ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff);
topscan           153 drivers/video/console/newport_con.c 	ystart = ((ystart << 4) + topscan) & 0x3ff;
topscan           154 drivers/video/console/newport_con.c 	yend = ((yend << 4) + topscan + 15) & 0x3ff;
topscan           190 drivers/video/console/newport_con.c 	topscan = 0;
topscan           191 drivers/video/console/newport_con.c 	npregs->cset.topscan = 0x3ff;
topscan           355 drivers/video/console/newport_con.c 	int ystart = ((sy << 4) + topscan) & 0x3ff;
topscan           356 drivers/video/console/newport_con.c 	int yend = (((sy + height) << 4) + topscan - 1) & 0x3ff;
topscan           393 drivers/video/console/newport_con.c 	npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff);
topscan           434 drivers/video/console/newport_con.c 		    (xpos << 16) | ((ypos + topscan) & 0x3ff);
topscan           471 drivers/video/console/newport_con.c 	topscan = 0;
topscan           472 drivers/video/console/newport_con.c 	npregs->cset.topscan = 0x3ff;
topscan           589 drivers/video/console/newport_con.c 			topscan = (topscan + (lines << 4)) & 0x3ff;
topscan           594 drivers/video/console/newport_con.c 			topscan = (topscan + (-lines << 4)) & 0x3ff;
topscan           598 drivers/video/console/newport_con.c 		npregs->cset.topscan = (topscan - 1) & 0x3ff;
topscan           242 include/video/newport.h 	npireg_t topscan;
topscan           345 include/video/newport.h 	unsigned int topscan;