scrollback_phys_max 1409 drivers/video/fbdev/core/fbcon.c static int scrollback_phys_max = 0;
scrollback_phys_max 1495 drivers/video/fbdev/core/fbcon.c 	if (scrollback_max > scrollback_phys_max)
scrollback_phys_max 1496 drivers/video/fbdev/core/fbcon.c 		scrollback_max = scrollback_phys_max;
scrollback_phys_max 1538 drivers/video/fbdev/core/fbcon.c 	if (scrollback_max > scrollback_phys_max)
scrollback_phys_max 1539 drivers/video/fbdev/core/fbcon.c 		scrollback_max = scrollback_phys_max;
scrollback_phys_max 1562 drivers/video/fbdev/core/fbcon.c 	if (scrollback_max > scrollback_phys_max)
scrollback_phys_max 1563 drivers/video/fbdev/core/fbcon.c 		scrollback_max = scrollback_phys_max;
scrollback_phys_max 2335 drivers/video/fbdev/core/fbcon.c 		scrollback_phys_max = p->vrows - vc->vc_rows;
scrollback_phys_max 2339 drivers/video/fbdev/core/fbcon.c 		scrollback_phys_max = p->vrows - 2 * vc->vc_rows;
scrollback_phys_max 2340 drivers/video/fbdev/core/fbcon.c 		if (scrollback_phys_max < 0)
scrollback_phys_max 2341 drivers/video/fbdev/core/fbcon.c 			scrollback_phys_max = 0;
scrollback_phys_max 2344 drivers/video/fbdev/core/fbcon.c 		scrollback_phys_max = 0;
scrollback_phys_max 2886 drivers/video/fbdev/core/fbcon.c 	if (!scrollback_phys_max)