Home
last modified time | relevance | path

Searched refs:omap (Results 1 – 8 of 8) sorted by relevance

/drivers/usb/dwc3/
A Ddwc3-omap.c165 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() local
381 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 …]
A DMakefile10 obj-$(CONFIG_USB_DWC3_OMAP) += dwc3-omap.o
/drivers/usb/host/
A Dxhci-omap.c25 static struct omap_xhci omap; variable
27 static int omap_xhci_core_init(struct omap_xhci *omap) in omap_xhci_core_init() argument
32 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() argument
53 struct omap_xhci *ctx = &omap; in xhci_hcd_init()
86 struct omap_xhci *ctx = &omap; in xhci_hcd_stop()
A DMakefile36 obj-$(CONFIG_USB_EHCI_OMAP) += ehci-omap.o
54 obj-$(CONFIG_USB_XHCI_OMAP) += xhci-omap.o
/drivers/phy/
A DKconfig122 bool "Support omap's PIPE3 PHY"
125 Support for the omap PIPE3 phy for sata
127 This PHY is found on omap devices supporting SATA such as dra7, am57x
131 bool "Support omap's PIPE3 PHY in SPL"
134 Support for the omap PIPE3 phy for sata in SPL
136 This PHY is found on omap devices supporting SATA such as dra7, am57x
A DMakefile33 obj-$(CONFIG_OMAP_USB2_PHY) += omap-usb2-phy.o
/drivers/timer/
A DMakefile23 obj-$(CONFIG_OMAP_TIMER) += omap-timer.o
/drivers/serial/
A DKconfig480 Select this to enable a debug UART using the omap ns16550 driver.

Completed in 26 milliseconds