Home
last modified time | relevance | path

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

/linux-4.1.27/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.c498 locktime = PLL_LOCK_TIME; in davinci_set_pllrate()
/linux-4.1.27/drivers/phy/
Dphy-ti-pipe3.c62 #define PLL_LOCK_TIME 100 /* in milliseconds */ macro
163 timeout = jiffies + msecs_to_jiffies(PLL_LOCK_TIME); in ti_pipe3_dpll_wait_lock()