Home
last modified time | relevance | path

Searched refs:PLL_LOCK_TIME (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/arm/mach-davinci/
Dclock.h66 #define PLL_LOCK_TIME 20 macro
Dpm.c89 udelay(PLL_LOCK_TIME); in davinci_pm_suspend()
Dsleep.S35 #define PLL_LOCK_CYCLES (PLL_LOCK_TIME * 25)
Dclock.c504 locktime = PLL_LOCK_TIME; in davinci_set_pllrate()
/linux-4.4.14/drivers/phy/
Dphy-ti-pipe3.c65 #define PLL_LOCK_TIME 100 /* in milliseconds */ macro
168 timeout = jiffies + msecs_to_jiffies(PLL_LOCK_TIME); in ti_pipe3_dpll_wait_lock()