Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/phy/
H A Domap_usb_phy.c163 writel(val, &omap->otg_wrapper->sysconfig); in omap_enable_usb3_phy()
166 val = readl(&omap->otg_wrapper->utmi_otg_status); in omap_enable_usb3_phy()
167 writel(val, &omap->otg_wrapper->utmi_otg_status); in omap_enable_usb3_phy()
170 writel(USBOTGSS_COREIRQ_EN, &omap->otg_wrapper->irqenable_set_0); in omap_enable_usb3_phy()
180 writel(val, &omap->otg_wrapper->irqenable_set_1); in omap_enable_usb3_phy()
183 val = readl(&omap->otg_wrapper->irqstatus_1); in omap_enable_usb3_phy()
184 writel(val, &omap->otg_wrapper->irqstatus_1); in omap_enable_usb3_phy()
185 val = readl(&omap->otg_wrapper->irqstatus_0); in omap_enable_usb3_phy()
186 writel(val, &omap->otg_wrapper->irqstatus_0); in omap_enable_usb3_phy()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-omap.c62 ctx->otg_wrapper = (struct omap_dwc_wrapper *)OMAP_OTG_WRAPPER_BASE; in xhci_hcd_init()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dxhci-omap.h135 struct omap_dwc_wrapper *otg_wrapper; member