Home
last modified time | relevance | path

Searched refs:iter_max (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_bmc.c15 int iter_max; in mgag200_bmc_stop_scanout() local
47 iter_max = 300; in mgag200_bmc_stop_scanout()
48 while (!(tmp & 0x1) && iter_max) { in mgag200_bmc_stop_scanout()
52 iter_max--; in mgag200_bmc_stop_scanout()
60 if (iter_max) { in mgag200_bmc_stop_scanout()
61 iter_max = 300; in mgag200_bmc_stop_scanout()
62 while ((tmp & 0x2) && iter_max) { in mgag200_bmc_stop_scanout()
66 iter_max--; in mgag200_bmc_stop_scanout()