Searched refs:omap (Results 1 - 25 of 66) sorted by relevance

123

/u-boot/drivers/usb/dwc3/
H A Ddwc3-omap.c3 * dwc3-omap.c - OMAP Specific Glue layer
10 * Taken from Linux Kernel v3.19-rc1 (drivers/usb/dwc3/dwc3-omap.c) and ported
13 * commit 7ee2566ff5 : usb: dwc3: dwc3-omap: get rid of ->prepare()/->complete()
20 #include <dwc3-omap-uboot.h>
23 #include <linux/usb/dwc3-omap.h>
150 static u32 dwc3_omap_read_utmi_status(struct dwc3_omap *omap) argument
152 return dwc3_omap_readl(omap->base, USBOTGSS_UTMI_OTG_STATUS +
153 omap->utmi_otg_offset);
156 static void dwc3_omap_write_utmi_status(struct dwc3_omap *omap, u32 value) argument
158 dwc3_omap_writel(omap
163 dwc3_omap_read_irq0_status(struct dwc3_omap *omap) argument
169 dwc3_omap_write_irq0_status(struct dwc3_omap *omap, u32 value) argument
176 dwc3_omap_read_irqmisc_status(struct dwc3_omap *omap) argument
182 dwc3_omap_write_irqmisc_status(struct dwc3_omap *omap, u32 value) argument
189 dwc3_omap_write_irqmisc_set(struct dwc3_omap *omap, u32 value) argument
196 dwc3_omap_write_irq0_set(struct dwc3_omap *omap, u32 value) argument
202 dwc3_omap_write_irqmisc_clr(struct dwc3_omap *omap, u32 value) argument
208 dwc3_omap_write_irq0_clr(struct dwc3_omap *omap, u32 value) argument
214 dwc3_omap_set_mailbox(struct dwc3_omap *omap, enum omap_dwc3_vbus_id_status status) argument
264 struct dwc3_omap *omap = _omap; local
310 dwc3_omap_enable_irqs(struct dwc3_omap *omap) argument
318 dwc3_omap_disable_irqs(struct dwc3_omap *omap) argument
326 dwc3_omap_map_offset(struct dwc3_omap *omap) argument
345 dwc3_omap_set_utmi_mode(struct dwc3_omap *omap, int utmi_mode) argument
380 struct dwc3_omap *omap; local
417 struct dwc3_omap *omap = NULL; local
441 struct dwc3_omap *omap = NULL; local
[all...]
H A DMakefile9 obj-$(CONFIG_USB_DWC3_OMAP) += dwc3-omap.o
/u-boot/arch/arm/mach-omap2/omap3/
H A Dprcm-regs.c9 #include <asm/arch/omap.h>
H A Dhw_data.c9 #include <asm/arch/omap.h>
/u-boot/arch/arm/include/asm/arch-omap4/
H A Dhardware.h13 #include <asm/arch/omap.h>
H A Dsys_proto.h10 #include <asm/arch/omap.h>
/u-boot/arch/arm/mach-omap2/am33xx/
H A Dhw_data.c9 #include <asm/arch/omap.h>
/u-boot/include/configs/
H A Dbur_am335x_common.h27 #include <asm/arch/omap.h>
H A Dti_am335x_common.h17 #include <asm/arch/omap.h>
H A Dcm_t43.h14 #include <asm/arch/omap.h>
H A Dsniper.h12 #include <asm/arch/omap.h>
H A Dti_omap3_common.h21 #include <asm/arch/omap.h>
H A Dsiemens-am33x-common.h16 #include <asm/arch/omap.h>
H A Dti_omap4_common.h20 #include <asm/arch/omap.h>
H A Dam43xx_evm.h14 #include <asm/arch/omap.h>
/u-boot/arch/arm/include/asm/arch-omap5/
H A Dhardware.h13 #include <asm/arch/omap.h>
/u-boot/drivers/usb/ulpi/
H A DMakefile7 obj-$(CONFIG_USB_ULPI_VIEWPORT_OMAP) += omap-ulpi-viewport.o
/u-boot/drivers/usb/host/
H A Dxhci-omap.c21 #include <linux/usb/xhci-omap.h>
26 static struct omap_xhci omap; variable in typeref:struct:omap_xhci
28 static int omap_xhci_core_init(struct omap_xhci *omap) argument
33 omap_enable_phy(omap);
35 ret = dwc3_core_init(omap->dwc3_reg);
42 dwc3_set_mode(omap->dwc3_reg, DWC3_GCTL_PRTCAP_HOST);
47 static void omap_xhci_core_exit(struct omap_xhci *omap) argument
54 struct omap_xhci *ctx = &omap;
78 debug("omap-xhci: init hccr %x and hcor %x hc_length %d\n",
87 struct omap_xhci *ctx = &omap;
[all...]
H A DMakefile36 obj-$(CONFIG_USB_EHCI_OMAP) += ehci-omap.o
53 obj-$(CONFIG_USB_XHCI_OMAP) += xhci-omap.o
/u-boot/arch/arm/mach-omap2/
H A Dsysinfo-common.c9 #include <asm/arch/omap.h>
H A DMakefile31 obj-y += omap-cache.o
/u-boot/include/
H A Ddwc3-omap-uboot.h12 #include <linux/usb/dwc3-omap.h>
/u-boot/board/ti/am43xx/
H A Dboard.h14 #include <asm/arch/omap.h>
/u-boot/dts/upstream/include/dt-bindings/pinctrl/
H A Ddm814x.h9 #include <dt-bindings/pinctrl/omap.h>
/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dhardware.h14 #include <asm/arch/omap.h>

Completed in 95 milliseconds

123