Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/imx/
Dclk-pllv2.c71 #define MAX_DPLL_WAIT_TRIES 1000 /* 1000 * udelay(1) = 1ms */ macro
213 } while (++i < MAX_DPLL_WAIT_TRIES); in clk_pllv2_prepare()
215 if (i == MAX_DPLL_WAIT_TRIES) { in clk_pllv2_prepare()
/linux-5.19.10/drivers/clk/ti/
Ddpll3xxx.c35 #define MAX_DPLL_WAIT_TRIES 1000000 macro
74 != state) && i < MAX_DPLL_WAIT_TRIES) { in _omap3_wait_dpll_status()
79 if (i == MAX_DPLL_WAIT_TRIES) { in _omap3_wait_dpll_status()