min_fstrt         624 drivers/video/fbdev/amifb.c static u_long min_fstrt = 192;
min_fstrt        1384 drivers/video/fbdev/amifb.c 	if (fstrt < min_fstrt) {
min_fstrt        1395 drivers/video/fbdev/amifb.c 	if (fstrt < min_fstrt)
min_fstrt        1414 drivers/video/fbdev/amifb.c 		if (min_fstrt + fsize - 64 > maxfetchstop)
min_fstrt        1418 drivers/video/fbdev/amifb.c 		if (min_fstrt + fsize - 64 > maxfetchstop) {
min_fstrt        1618 drivers/video/fbdev/amifb.c 		if (fstrt < min_fstrt) {
min_fstrt        1619 drivers/video/fbdev/amifb.c 			fstop += min_fstrt - fstrt;
min_fstrt        1620 drivers/video/fbdev/amifb.c 			fstrt = min_fstrt;
min_fstrt        2361 drivers/video/fbdev/amifb.c 			min_fstrt = simple_strtoul(this_opt + 7, NULL, 0);
min_fstrt        2366 drivers/video/fbdev/amifb.c 	if (min_fstrt < 48)
min_fstrt        2367 drivers/video/fbdev/amifb.c 		min_fstrt = 48;