q_save            204 drivers/video/console/mdacon.c 	u16 *q, q_save;
q_save            212 drivers/video/console/mdacon.c 	q_save = scr_readw(q);
q_save            241 drivers/video/console/mdacon.c 	scr_writew(q_save, q);
q_save            268 drivers/video/console/mdacon.c 	p_save = q_save = inb_p(mda_status_port) & MDA_STATUS_VSYNC;
q_save            270 drivers/video/console/mdacon.c 	for (count = 0; count < 50000 && p_save == q_save; count++) {
q_save            271 drivers/video/console/mdacon.c 		q_save = inb(mda_status_port) & MDA_STATUS_VSYNC;
q_save            275 drivers/video/console/mdacon.c 	if (p_save != q_save) {
q_save            283 drivers/video/fbdev/hgafb.c 	unsigned short p_save, q_save;
q_save            301 drivers/video/fbdev/hgafb.c 	p_save = readw(p); q_save = readw(q);
q_save            325 drivers/video/fbdev/hgafb.c 	p_save = q_save = inb_p(HGA_STATUS_PORT) & HGA_STATUS_VSYNC;
q_save            327 drivers/video/fbdev/hgafb.c 	for (count=0; count < 50000 && p_save == q_save; count++) {
q_save            328 drivers/video/fbdev/hgafb.c 		q_save = inb(HGA_STATUS_PORT) & HGA_STATUS_VSYNC;
q_save            332 drivers/video/fbdev/hgafb.c 	if (p_save == q_save)