Home
last modified time | relevance | path

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

/u-boot/drivers/usb/phy/
A Domap_usb_phy.c164 writel(val, &omap->otg_wrapper->sysconfig); in omap_enable_usb3_phy()
167 val = readl(&omap->otg_wrapper->utmi_otg_status); in omap_enable_usb3_phy()
168 writel(val, &omap->otg_wrapper->utmi_otg_status); in omap_enable_usb3_phy()
171 writel(USBOTGSS_COREIRQ_EN, &omap->otg_wrapper->irqenable_set_0); in omap_enable_usb3_phy()
181 writel(val, &omap->otg_wrapper->irqenable_set_1); in omap_enable_usb3_phy()
184 val = readl(&omap->otg_wrapper->irqstatus_1); in omap_enable_usb3_phy()
185 writel(val, &omap->otg_wrapper->irqstatus_1); in omap_enable_usb3_phy()
186 val = readl(&omap->otg_wrapper->irqstatus_0); in omap_enable_usb3_phy()
187 writel(val, &omap->otg_wrapper->irqstatus_0); in omap_enable_usb3_phy()
/u-boot/drivers/usb/host/
A Dxhci-omap.c60 ctx->otg_wrapper = (struct omap_dwc_wrapper *)OMAP_OTG_WRAPPER_BASE; in xhci_hcd_init()
/u-boot/include/linux/usb/
A Dxhci-omap.h134 struct omap_dwc_wrapper *otg_wrapper; member

Completed in 4 milliseconds