Searched refs:MAX_TABLE_OPS (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c3705 #define MAX_TABLE_OPS 1000 macro
3726 * (and no more than MAX_TABLE_OPS iterations, just in case... )
3728 while ((offset < bios->length) && (count++ < MAX_TABLE_OPS)) {
3768 if (count >= MAX_TABLE_OPS)
3771 "is the bios image corrupt?\n", MAX_TABLE_OPS);

Completed in 52 milliseconds