Searched refs:omap (Results 1 – 8 of 8) sorted by relevance
165 omap->irq0_offset); in dwc3_omap_read_irq0_status()178 omap->irqmisc_offset); in dwc3_omap_read_irqmisc_status()270 omap->dma_status = false; in dwc3_omap_interrupt()379 struct dwc3_omap *omap; in dwc3_omap_uboot_init() local381 omap = devm_kzalloc((struct udevice *)dev, sizeof(*omap), GFP_KERNEL); in dwc3_omap_uboot_init()382 if (!omap) in dwc3_omap_uboot_init()388 dwc3_omap_map_offset(omap); in dwc3_omap_uboot_init()419 if (omap->index != index) in dwc3_omap_uboot_exit()423 list_del(&omap->list); in dwc3_omap_uboot_exit()424 kfree(omap); in dwc3_omap_uboot_exit()[all …]
10 obj-$(CONFIG_USB_DWC3_OMAP) += dwc3-omap.o
25 static struct omap_xhci omap; variable27 static int omap_xhci_core_init(struct omap_xhci *omap) in omap_xhci_core_init() argument32 omap_enable_phy(omap); in omap_xhci_core_init()34 ret = dwc3_core_init(omap->dwc3_reg); in omap_xhci_core_init()41 dwc3_set_mode(omap->dwc3_reg, DWC3_GCTL_PRTCAP_HOST); in omap_xhci_core_init()46 static void omap_xhci_core_exit(struct omap_xhci *omap) in omap_xhci_core_exit() argument53 struct omap_xhci *ctx = &omap; in xhci_hcd_init()86 struct omap_xhci *ctx = &omap; in xhci_hcd_stop()
36 obj-$(CONFIG_USB_EHCI_OMAP) += ehci-omap.o54 obj-$(CONFIG_USB_XHCI_OMAP) += xhci-omap.o
122 bool "Support omap's PIPE3 PHY"125 Support for the omap PIPE3 phy for sata127 This PHY is found on omap devices supporting SATA such as dra7, am57x131 bool "Support omap's PIPE3 PHY in SPL"134 Support for the omap PIPE3 phy for sata in SPL136 This PHY is found on omap devices supporting SATA such as dra7, am57x
33 obj-$(CONFIG_OMAP_USB2_PHY) += omap-usb2-phy.o
23 obj-$(CONFIG_OMAP_TIMER) += omap-timer.o
480 Select this to enable a debug UART using the omap ns16550 driver.
Completed in 26 milliseconds