Home
last modified time | relevance | path

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

/arch/arm/mach-imx/
Dclk-pllv2.c70 #define MAX_DPLL_WAIT_TRIES 1000 /* 1000 * udelay(1) = 1ms */ macro
211 } while (++i < MAX_DPLL_WAIT_TRIES); in clk_pllv2_prepare()
213 if (i == MAX_DPLL_WAIT_TRIES) { in clk_pllv2_prepare()
/arch/arm/mach-omap2/
Ddpll3xxx.c38 #define MAX_DPLL_WAIT_TRIES 1000000 macro
70 != state) && i < MAX_DPLL_WAIT_TRIES) { in _omap3_wait_dpll_status()
75 if (i == MAX_DPLL_WAIT_TRIES) { in _omap3_wait_dpll_status()