st_yres            91 drivers/video/fbdev/atafb.c static int sttt_xres = 640, st_yres = 400, tt_yres = 480;
st_yres           620 drivers/video/fbdev/atafb.c 			if (xres > sttt_xres / 2 || yres > st_yres / 2) {
st_yres           628 drivers/video/fbdev/atafb.c 				yres = st_yres / 2;
st_yres           632 drivers/video/fbdev/atafb.c 			if (xres > sttt_xres || yres > st_yres / 2)
st_yres           636 drivers/video/fbdev/atafb.c 			yres = st_yres / 2;
st_yres           638 drivers/video/fbdev/atafb.c 		} else if (var->xres > sttt_xres || var->yres > st_yres) {
st_yres           643 drivers/video/fbdev/atafb.c 			yres = st_yres;
st_yres           697 drivers/video/fbdev/atafb.c 		var->yres = st_yres / 2;
st_yres           703 drivers/video/fbdev/atafb.c 		var->yres = st_yres / 2;
st_yres           709 drivers/video/fbdev/atafb.c 		var->yres = st_yres;
st_yres          1828 drivers/video/fbdev/atafb.c 		if (bpp > 1 || xres > sttt_xres || yres > st_yres)
st_yres          1832 drivers/video/fbdev/atafb.c 		yres = st_yres;
st_yres          1835 drivers/video/fbdev/atafb.c 		if (bpp > 4 || xres > sttt_xres || yres > st_yres)
st_yres          1838 drivers/video/fbdev/atafb.c 			if (xres > sttt_xres / 2 || yres > st_yres / 2)
st_yres          1842 drivers/video/fbdev/atafb.c 			yres = st_yres / 2;
st_yres          1845 drivers/video/fbdev/atafb.c 			if (xres > sttt_xres || yres > st_yres / 2)
st_yres          1849 drivers/video/fbdev/atafb.c 			yres = st_yres / 2;
st_yres          1904 drivers/video/fbdev/atafb.c 		var->yres = st_yres / 2;
st_yres          1909 drivers/video/fbdev/atafb.c 		var->yres = st_yres / 2;
st_yres          1914 drivers/video/fbdev/atafb.c 		var->yres = st_yres;
st_yres          1924 drivers/video/fbdev/atafb.c 	ovsc_addlen = linelen * (sttt_yres_virtual - st_yres);
st_yres          2928 drivers/video/fbdev/atafb.c 	tt_yres = st_yres = simple_strtoul(p, NULL, 10);
st_yres          2936 drivers/video/fbdev/atafb.c 	if (ovsc_offset || (sttt_yres_virtual != st_yres))