Home
last modified time | relevance | path

Searched refs:PLL_IDLE (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/arm/mach-omap2/
Dpipe3-phy.c39 #define PLL_IDLE 0x1 macro
185 if (val & PLL_IDLE) { in phy_pipe3_power_on()
186 val &= ~PLL_IDLE; in phy_pipe3_power_on()
211 val |= PLL_IDLE; in phy_pipe3_power_off()
/external/u-boot/drivers/phy/
Dti-pipe3-phy.c38 #define PLL_IDLE 0x1 macro
209 if (val & PLL_IDLE) { in pipe3_init()
210 val &= ~PLL_IDLE; in pipe3_init()
251 val |= PLL_IDLE; in pipe3_exit()
/external/u-boot/include/linux/usb/
Dxhci-omap.h47 #define PLL_IDLE 0x1 macro
/external/u-boot/drivers/usb/dwc3/
Dti_usb_phy.c51 #define PLL_IDLE 0x1 macro