Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/
Dpipe3-phy.c18 #define PLL_STATUS 0x00000004 macro
92 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in omap_pipe3_wait_lock()
177 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in phy_pipe3_power_on()
217 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in phy_pipe3_power_off()
/external/u-boot/drivers/phy/
Dti-pipe3-phy.c17 #define PLL_STATUS 0x00000004 macro
114 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS); in omap_pipe3_wait_lock()
200 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS); in pipe3_init()
257 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS); in pipe3_exit()
/external/u-boot/drivers/usb/dwc3/
Dti_usb_phy.c30 #define PLL_STATUS 0x00000004 macro
138 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_STATUS); in ti_usb3_dpll_wait_lock()