Home
last modified time | relevance | path

Searched refs:PLL_IDLE_TIME (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dpipe3-phy.c53 #define PLL_IDLE_TIME 100 /* in milliseconds */ macro
205 int timeout = PLL_IDLE_TIME; in phy_pipe3_power_off()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dti-pipe3-phy.c55 #define PLL_IDLE_TIME 100 /* in milliseconds */ macro
245 int timeout = PLL_IDLE_TIME; in pipe3_exit()
/OK3568_Linux_fs/kernel/drivers/phy/ti/
H A Dphy-ti-pipe3.c122 #define PLL_IDLE_TIME 100 /* in milliseconds */ macro
565 timeout = jiffies + msecs_to_jiffies(PLL_IDLE_TIME); in ti_pipe3_exit()