Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_bmc.c10 int iter_max; in mgag200_bmc_disable_vidrst() local
42 iter_max = 300; in mgag200_bmc_disable_vidrst()
43 while (!(tmp & 0x1) && iter_max) { in mgag200_bmc_disable_vidrst()
47 iter_max--; in mgag200_bmc_disable_vidrst()
55 if (iter_max) { in mgag200_bmc_disable_vidrst()
56 iter_max = 300; in mgag200_bmc_disable_vidrst()
57 while ((tmp & 0x2) && iter_max) { in mgag200_bmc_disable_vidrst()
61 iter_max--; in mgag200_bmc_disable_vidrst()
/openbmc/qemu/tests/unit/
H A Dcheck-qlist.c66 const int iter_max = 42; in qlist_iter_test() local
75 for (i = 0; i < iter_max; i++) in qlist_iter_test()
88 g_assert(i == iter_max); in qlist_iter_test()