Searched refs:PLL_LOCK_TIME (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/arch/arm/mach-davinci/ |
A D | clock.h | 59 #define PLL_LOCK_TIME 20 macro
|
A D | pm.c | 92 udelay(PLL_LOCK_TIME); in davinci_pm_suspend()
|
A D | sleep.S | 22 #define PLL_LOCK_CYCLES (PLL_LOCK_TIME * 25)
|
/linux-6.3-rc2/drivers/phy/ti/ |
A D | phy-am654-serdes.c | 73 #define PLL_LOCK_TIME 100000 /* in microseconds */ macro 256 1000, PLL_LOCK_TIME); in serdes_am654_enable_pll() 321 val, SLEEP_TIME, PLL_LOCK_TIME); in serdes_am654_power_on()
|
A D | phy-ti-pipe3.c | 123 #define PLL_LOCK_TIME 100 /* in milliseconds */ macro 391 timeout = jiffies + msecs_to_jiffies(PLL_LOCK_TIME); in ti_pipe3_dpll_wait_lock()
|
/linux-6.3-rc2/drivers/clk/davinci/ |
A D | pll.c | 94 #define PLL_LOCK_TIME 20 macro 333 udelay(PLL_LOCK_TIME); in davinci_pllen_rate_change()
|
/linux-6.3-rc2/drivers/phy/cadence/ |
A D | phy-cadence-sierra.c | 206 #define PLL_LOCK_TIME 100000 macro 600 val, !val, 1000, PLL_LOCK_TIME); in cdns_sierra_phy_on() 612 1000, PLL_LOCK_TIME); in cdns_sierra_phy_on() 619 val, val, 1000, PLL_LOCK_TIME); in cdns_sierra_phy_on()
|
Completed in 23 milliseconds