Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/phy/
H A Domap_usb_phy.c66 static void omap_usb_dpll_relock(struct omap_usb3_phy *phy_regs) in omap_usb_dpll_relock()
78 static void omap_usb_dpll_lock(struct omap_usb3_phy *phy_regs) in omap_usb_dpll_lock()
115 static void usb3_phy_partial_powerup(struct omap_usb3_phy *phy_regs) in usb3_phy_partial_powerup()
143 void omap_usb3_phy_init(struct omap_usb3_phy *phy_regs) in omap_usb3_phy_init()
/openbmc/u-boot/include/linux/usb/
H A Dxhci-omap.h121 struct omap_usb3_phy { struct
135 struct omap_usb3_phy *usb3_phy; argument
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-omap.c58 ctx->usb3_phy = (struct omap_usb3_phy *)OMAP_OCP1_SCP_BASE; in xhci_hcd_init()