iter_max          732 drivers/gpu/drm/mgag200/mgag200_mode.c 	int iter_max;
iter_max          759 drivers/gpu/drm/mgag200/mgag200_mode.c 	iter_max = 300;
iter_max          760 drivers/gpu/drm/mgag200/mgag200_mode.c 	while (!(tmp & 0x1) && iter_max) {
iter_max          764 drivers/gpu/drm/mgag200/mgag200_mode.c 		iter_max--;
iter_max          771 drivers/gpu/drm/mgag200/mgag200_mode.c 	if (iter_max) {
iter_max          772 drivers/gpu/drm/mgag200/mgag200_mode.c 		iter_max = 300;
iter_max          773 drivers/gpu/drm/mgag200/mgag200_mode.c 		while ((tmp & 0x2) && iter_max) {
iter_max          777 drivers/gpu/drm/mgag200/mgag200_mode.c 			iter_max--;