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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Ddpll3xxx.c44 #define MAX_DPLL_WAIT_TRIES 1000000 macro
74 i < MAX_DPLL_WAIT_TRIES) {
79 if (i == MAX_DPLL_WAIT_TRIES) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx5/
H A Dclock-mx51.c42 #define MAX_DPLL_WAIT_TRIES 1000 /* 1000 * udelay(1) = 1ms */ macro
221 } while (++i < MAX_DPLL_WAIT_TRIES);
223 if (i == MAX_DPLL_WAIT_TRIES) {
363 } while (++i < MAX_DPLL_WAIT_TRIES);
365 if (i == MAX_DPLL_WAIT_TRIES) {
434 } while (++i < MAX_DPLL_WAIT_TRIES);
436 if (i == MAX_DPLL_WAIT_TRIES) {

Completed in 115 milliseconds