Lines Matching defs:omap
3 * OMAP USB HOST xHCI Controller
20 #include <linux/usb/xhci-omap.h>
25 static struct omap_xhci omap;
27 static int omap_xhci_core_init(struct omap_xhci *omap)
32 omap_enable_phy(omap);
34 ret = dwc3_core_init(omap->dwc3_reg);
41 dwc3_set_mode(omap->dwc3_reg, DWC3_GCTL_PRTCAP_HOST);
46 static void omap_xhci_core_exit(struct omap_xhci *omap)
53 struct omap_xhci *ctx = &omap;
77 debug("omap-xhci: init hccr %x and hcor %x hc_length %d\n",
86 struct omap_xhci *ctx = &omap;