Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dpipe3-phy.c19 #define PLL_STATUS 0x00000004 macro
93 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in omap_pipe3_wait_lock()
178 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in phy_pipe3_power_on()
218 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in phy_pipe3_power_off()
/rk3399_rockchip-uboot/drivers/phy/
H A Dti-pipe3-phy.c18 #define PLL_STATUS 0x00000004 macro
115 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS); in omap_pipe3_wait_lock()
201 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS); in pipe3_init()
258 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS); in pipe3_exit()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A 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()