Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/
Dpipe3-phy.c35 #define SET_PLL_GO 0x1 macro
141 omap_pipe3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); in omap_pipe3_dpll_program()
/external/u-boot/drivers/usb/dwc3/
Dti_usb_phy.c47 #define SET_PLL_GO 0x1 macro
183 ti_usb3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); in ti_usb3_dpll_program()
/external/u-boot/drivers/phy/
Dti-pipe3-phy.c34 #define SET_PLL_GO 0x1 macro
163 omap_pipe3_writel(pipe3->pll_ctrl_base, PLL_GO, SET_PLL_GO); in omap_pipe3_dpll_program()
/external/u-boot/include/linux/usb/
Dxhci-omap.h44 #define SET_PLL_GO 0x1 macro
/external/u-boot/drivers/usb/phy/
Domap_usb_phy.c70 writel(SET_PLL_GO, &phy_regs->pll_go); in omap_usb_dpll_relock()