maxfmode          518 drivers/video/fbdev/amifb.c static u_short maxfmode, chipset;
maxfmode         1374 drivers/video/fbdev/amifb.c 	fconst = 16 << maxfmode << clk_shift;
maxfmode         1382 drivers/video/fbdev/amifb.c 	fsize = ((maxfmode + clk_shift <= 1) ? fconst : 64);
maxfmode         1412 drivers/video/fbdev/amifb.c 	if (maxfmode + clk_shift <= 1) {
maxfmode         1439 drivers/video/fbdev/amifb.c 		par->next_plane = div8(upx(16 << maxfmode, par->vxres));
maxfmode         1446 drivers/video/fbdev/amifb.c 		par->next_line = div8(upx(16 << maxfmode, par->vxres));
maxfmode         1471 drivers/video/fbdev/amifb.c 		par->fmode = bplfetchmode[maxfmode];
maxfmode         1490 drivers/video/fbdev/amifb.c 			if (par->xoffset > upx(16 << maxfmode, par->vxres - par->xres) ||
maxfmode         1601 drivers/video/fbdev/amifb.c 		par->xoffset = upx(16 << maxfmode, par->xoffset);
maxfmode         1603 drivers/video/fbdev/amifb.c 	fconst = 16 << maxfmode << clk_shift;
maxfmode         1604 drivers/video/fbdev/amifb.c 	vshift = modx(16 << maxfmode, par->xoffset);
maxfmode         1608 drivers/video/fbdev/amifb.c 	move = downx(2 << maxfmode, div8(par->xoffset));
maxfmode         1609 drivers/video/fbdev/amifb.c 	if (maxfmode + clk_shift > 1) {
maxfmode         1934 drivers/video/fbdev/amifb.c 	if (fmode > maxfmode)
maxfmode         2152 drivers/video/fbdev/amifb.c 	if (IS_AGA && maxfmode + par->clk_shift == 0)
maxfmode         2174 drivers/video/fbdev/amifb.c 				if (line >= 510 && IS_AGA && maxfmode + par->clk_shift == 0)
maxfmode         2208 drivers/video/fbdev/amifb.c 					if (line > 510 && IS_AGA && maxfmode + par->clk_shift == 0)
maxfmode         2420 drivers/video/fbdev/amifb.c 	info->fix.line_length = div8(upx(16 << maxfmode, par->vxres));
maxfmode         2433 drivers/video/fbdev/amifb.c 			info->fix.xpanstep = 16 << maxfmode;
maxfmode         2549 drivers/video/fbdev/amifb.c 		    upx(16 << maxfmode, info->var.xres_virtual) ||
maxfmode         3573 drivers/video/fbdev/amifb.c 		maxfmode = TAG_FMODE_1;
maxfmode         3586 drivers/video/fbdev/amifb.c 		maxfmode = TAG_FMODE_1;
maxfmode         3608 drivers/video/fbdev/amifb.c 		maxfmode = TAG_FMODE_4;