| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | dwc3-omap.c | 149 static u32 dwc3_omap_read_utmi_status(struct dwc3_omap *omap) in dwc3_omap_read_utmi_status() argument 151 return dwc3_omap_readl(omap->base, USBOTGSS_UTMI_OTG_STATUS + in dwc3_omap_read_utmi_status() 152 omap->utmi_otg_offset); in dwc3_omap_read_utmi_status() 155 static void dwc3_omap_write_utmi_status(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_utmi_status() argument 157 dwc3_omap_writel(omap->base, USBOTGSS_UTMI_OTG_STATUS + in dwc3_omap_write_utmi_status() 158 omap->utmi_otg_offset, value); in dwc3_omap_write_utmi_status() 162 static u32 dwc3_omap_read_irq0_status(struct dwc3_omap *omap) in dwc3_omap_read_irq0_status() argument 164 return dwc3_omap_readl(omap->base, USBOTGSS_IRQSTATUS_0 - in dwc3_omap_read_irq0_status() 165 omap->irq0_offset); in dwc3_omap_read_irq0_status() 168 static void dwc3_omap_write_irq0_status(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irq0_status() argument [all …]
|
| H A D | Makefile | 11 obj-$(CONFIG_USB_DWC3_OMAP) += dwc3-omap.o
|
| /rk3399_rockchip-uboot/drivers/usb/phy/ |
| H A D | omap_usb_phy.c | 156 static void omap_enable_usb3_phy(struct omap_xhci *omap) in omap_enable_usb3_phy() argument 163 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() [all …]
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | xhci-omap.c | 28 static struct omap_xhci omap; variable 30 static int omap_xhci_core_init(struct omap_xhci *omap) in omap_xhci_core_init() argument 35 omap_enable_phy(omap); in omap_xhci_core_init() 37 ret = dwc3_core_init(omap->dwc3_reg); in omap_xhci_core_init() 44 dwc3_set_mode(omap->dwc3_reg, DWC3_GCTL_PRTCAP_HOST); in omap_xhci_core_init() 49 static void omap_xhci_core_exit(struct omap_xhci *omap) in omap_xhci_core_exit() argument 56 struct omap_xhci *ctx = &omap; in xhci_hcd_init() 89 struct omap_xhci *ctx = &omap; in xhci_hcd_stop()
|
| H A D | Makefile | 37 obj-$(CONFIG_USB_EHCI_OMAP) += ehci-omap.o 55 obj-$(CONFIG_USB_XHCI_OMAP) += xhci-omap.o
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.omap-ulpi-viewport | 1 Reference code ""drivers/usb/ulpi/omap-ulpi-viewport.c" 4 any ulpi phy port access on omap platform. 6 On omap ehci reg map contains INSNREG05_ULPI 11 omap-ulpi-viewport.c is a low level function 14 To enable and use omap-ulpi-viewport.c 20 omap-ulpi-viewport implementation. 23 omap-ehci driver code requests for ulpi phy reset if
|
| H A D | README.davinci | 149 http://focus.ti.com/docs/prod/folders/print/omap-l138.html 150 http://www.logicpd.com/products/development-kits/zoom-omap-l138-evm-development-kit
|
| /rk3399_rockchip-uboot/board/nokia/rx51/ |
| H A D | rx51.c | 53 static struct tag_omap omap[] = { variable 106 while (omap[i].hdr.tag) { in init_omap_tags() 107 switch (omap[i].hdr.tag) { in init_omap_tags() 109 boot_reason_ptr = omap[i].u.boot_reason.reason_str; in init_omap_tags() 112 component = omap[i].u.version.component; in init_omap_tags() 113 version = omap[i].u.version.version; in init_omap_tags() 254 for (i = 0; omap[i].hdr.tag; i++) { in setup_board_tags() 258 omap[i].hdr.tag == OMAP_TAG_SERIAL_CONSOLE) in setup_board_tags() 261 size = omap[i].hdr.size + sizeof(struct tag_omap_header); in setup_board_tags() 262 memcpy(t, &omap[i], size); in setup_board_tags() [all …]
|
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | Kconfig | 127 bool "Support omap's PIPE3 PHY" 130 Support for the omap PIPE3 phy for sata 132 This PHY is found on omap devices supporting SATA such as dra7, am57x 136 bool "Support omap's PIPE3 PHY in SPL" 139 Support for the omap PIPE3 phy for sata in SPL 141 This PHY is found on omap devices supporting SATA such as dra7, am57x
|
| /rk3399_rockchip-uboot/drivers/usb/ulpi/ |
| H A D | Makefile | 9 obj-$(CONFIG_USB_ULPI_VIEWPORT_OMAP) += omap-ulpi-viewport.o
|
| /rk3399_rockchip-uboot/drivers/timer/ |
| H A D | Makefile | 11 obj-$(CONFIG_OMAP_TIMER) += omap-timer.o
|
| /rk3399_rockchip-uboot/board/samsung/common/ |
| H A D | exynos-uboot-spl.lds | 7 * Based on arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | Makefile | 40 obj-y += omap-cache.o
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/ |
| H A D | u-boot-spl.lds | 6 * Based on omap-common/u-boot-spl.lds:
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | omap5-u-boot.dtsi | 15 compatible = "ti,omap-ocp2scp", "simple-bus";
|
| H A D | am335x-bone-common.dtsi | 302 * For details, see linux-omap mailing list May 2015 thread 305 * http://www.spinics.net/lists/linux-omap/msg118585.html 306 * http://www.spinics.net/lists/linux-omap/msg118615.html
|
| H A D | dra74x.dtsi | 33 clock-latency = <300000>; /* From omap-cpufreq driver */
|
| H A D | omap3.dtsi | 13 #include <dt-bindings/pinctrl/omap.h> 43 clock-latency = <300000>; /* From omap-cpufreq driver */ 59 compatible = "ti,omap-infra"; 124 compatible = "ti,pbias-omap3", "ti,pbias-omap"; 194 compatible = "ti,omap-counter32k"; 720 compatible = "ti,ehci-omap";
|
| H A D | logicpd-torpedo-37xx-devkit.dts | 11 #include "omap-gpmc-smsc9221.dtsi" 56 compatible = "ti,omap-twl4030"; 80 compatible = "ti,omap-dmtimer-pwm";
|
| H A D | logicpd-som-lv-37xx-devkit.dts | 11 #include "omap-gpmc-smsc9221.dtsi" 35 compatible = "ti,omap-twl4030";
|
| H A D | dra7.dtsi | 92 clock-latency = <300000>; /* From omap-cpufreq driver */ 106 compatible = "ti,omap-infra"; 152 compatible = "ti,pbias-dra7", "ti,pbias-omap"; 243 compatible = "ti,omap-counter32k"; 1320 compatible = "ti,omap-ocp2scp"; 1402 compatible = "ti,omap-ocp2scp"; 1410 compatible = "ti,dra7x-usb2", "ti,omap-usb2"; 1422 "ti,omap-usb2"; 1433 compatible = "ti,omap-usb3";
|
| H A D | am4372.dtsi | 42 clock-latency = <300000>; /* From omap-cpufreq driver */ 312 compatible = "ti,am4372-counter32k","ti,omap-counter32k"; 826 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp"; 845 compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp";
|
| H A D | dm816x.dtsi | 8 #include <dt-bindings/pinctrl/omap.h> 47 compatible = "ti,omap-infra";
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/orion5x/ |
| H A D | u-boot-spl.lds | 9 * Based on omap-common/u-boot-spl.lds:
|
| /rk3399_rockchip-uboot/include/linux/usb/ |
| H A D | xhci-omap.h | 142 void omap_enable_phy(struct omap_xhci *omap);
|