/external/u-boot/drivers/usb/musb/ |
D | omap3.c | 45 static struct omap3_otg_regs *otg; variable 71 l = readl(&otg->revision); in musb_db_otg_regs() 73 l = readl(&otg->sysconfig); in musb_db_otg_regs() 75 l = readl(&otg->sysstatus); in musb_db_otg_regs() 77 l = readl(&otg->interfsel); in musb_db_otg_regs() 79 l = readl(&otg->forcestdby); in musb_db_otg_regs() 107 otg = (struct omap3_otg_regs *)OMAP3_OTG_BASE; in musb_platform_init() 111 OMAP3_OTG_SYSCONFIG_NO_IDLE_MODE, &otg->sysconfig); in musb_platform_init() 114 writel(OMAP3_OTG_INTERFSEL_OMAP, &otg->interfsel); in musb_platform_init() 117 stdby = readl(&otg->forcestdby); in musb_platform_init() [all …]
|
/external/u-boot/drivers/usb/host/ |
D | ehci-faraday.c | 23 struct fotg210_regs otg; member 43 spd = OTGCSR_SPD(readl(®s->otg.otgcsr)); in faraday_ehci_get_port_speed() 106 setbits_le32(®s->otg.otgcsr, OTGCSR_A_BUSDROP); in ehci_hcd_init() 108 clrbits_le32(®s->otg.otgcsr, OTGCSR_A_BUSREQ); in ehci_hcd_init() 111 clrbits_le32(®s->otg.otgcsr, OTGCSR_A_BUSDROP); in ehci_hcd_init() 113 setbits_le32(®s->otg.otgcsr, OTGCSR_A_BUSREQ); in ehci_hcd_init() 116 writel(IMR_IRQLH | IMR_OTG | IMR_DEV, ®s->otg.imr); in ehci_hcd_init() 118 writel(ISR_HOST | ISR_OTG | ISR_DEV, ®s->otg.isr); in ehci_hcd_init()
|
D | ohci-lpc32xx.c | 82 static struct otg_regs *otg = (struct otg_regs *)USB_BASE; variable 179 writel(OTG_CLK_I2C_EN, &otg->otg_clk_ctrl); in usb_cpu_init() 180 ret = wait_for_bit_le32(&otg->otg_clk_sts, OTG_CLK_I2C_EN, true, in usb_cpu_init() 199 writel(mask, &otg->otg_clk_ctrl); in usb_cpu_init() 201 ret = wait_for_bit_le32(&otg->otg_clk_sts, mask, true, in usb_cpu_init() 206 setbits_le32(&otg->otg_sts_ctrl, OTG_HOST_EN); in usb_cpu_init() 228 clrbits_le32(&otg->otg_sts_ctrl, OTG_HOST_EN); in usb_cpu_stop()
|
/external/u-boot/arch/arm/dts/ |
D | tegra210-p2371-2180.dts | 42 nvidia,lanes = "otg-1", "otg-2"; 95 dr_mode = "otg";
|
D | stm32f429-disco.dts | 52 /* This turns on vbus for otg for host mode (dwc2) */ 53 vcc5v_otg: vcc5v-otg-regulator {
|
D | stm32f746-disco.dts | 38 /* This turns on vbus for otg fs for host mode (dwc2) */ 39 vcc5v_otg_fs: vcc5v-otg-fs-regulator {
|
D | imx7-colibri-rawnand.dts | 79 * usbotg1 on Colibri iMX7 can function in both host/otg modes. 83 * if dr_mode = "otg")
|
D | imx7-colibri-emmc.dts | 79 * usbotg1 on Colibri iMX7 can function in both host/otg modes. 83 * if dr_mode = "otg")
|
D | dra74x.dtsi | 55 "otg"; 57 dr_mode = "otg";
|
D | stm32f469-disco.dts | 71 /* This turns on vbus for otg for host mode (dwc2) */ 72 vcc5v_otg: vcc5v-otg-regulator {
|
D | bcm283x-rpi-usb-otg.dtsi | 3 dr_mode = "otg";
|
D | imx6ull-dart-6ul.dts | 23 dr_mode = "otg";
|
D | rv1108-elgin-r1.dts | 37 u2phy_otg: otg-port {
|
D | rk3288-veyron-chromebook.dtsi | 67 /* This turns on vbus for otg for host mode (dwc2) */ 68 vcc5v_otg: vcc5v-otg-regulator {
|
D | rk3188-radxarock.dts | 88 vcc_otg: usb-otg-regulator { 94 regulator-name = "otg-vbus"; 349 otg_vbus_drv: otg-vbus-drv {
|
D | tegra210-p2371-0000.dts | 44 dr_mode = "otg";
|
/external/u-boot/doc/device-tree-bindings/usb/ |
D | dwc2.txt | 17 - "amcc,dwc-otg": The DWC2 USB controller instance in AMCC Canyonlands 460EX SoCs; 28 - clock-names: shall be "otg" 35 - dr_mode: shall be one of "host", "peripheral" and "otg" 55 clock-names = "otg";
|
D | tegra-usb.txt | 18 or "otg". Default to "host" if not defined for backward compatibility. 21 otg means it can operate as either ("on the go")
|
/external/u-boot/arch/arm/mach-tegra/tegra210/ |
D | xusb-padctl.c | 74 TEGRA210_LANE("otg-0", 0x004, 0, 0x3, 0, otg), 75 TEGRA210_LANE("otg-1", 0x004, 2, 0x3, 0, otg), 76 TEGRA210_LANE("otg-2", 0x004, 4, 0x3, 0, otg), 77 TEGRA210_LANE("otg-3", 0x004, 6, 0x3, 0, otg), 78 TEGRA210_LANE("usb2-bias", 0x004, 18, 0x3, 0, otg),
|
/external/u-boot/arch/arm/mach-tegra/tegra124/ |
D | xusb-padctl.c | 94 TEGRA124_LANE("otg-0", 0x004, 0, 0x3, 0, otg), 95 TEGRA124_LANE("otg-1", 0x004, 2, 0x3, 0, otg), 96 TEGRA124_LANE("otg-2", 0x004, 4, 0x3, 0, otg),
|
/external/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
D | Makefile | 10 obj-y += clk-usb-otg.o
|
/external/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
D | Makefile | 11 obj-y += clk-usb-otg.o
|
/external/u-boot/drivers/usb/musb-new/ |
D | am35x.c | 231 struct usb_otg *otg = musb->xceiv->otg; in am35x_musb_interrupt() local 308 otg->default_a = 1; in am35x_musb_interrupt() 315 otg->default_a = 0; in am35x_musb_interrupt()
|
/external/u-boot/arch/arm/mach-rockchip/rk3188/ |
D | Kconfig | 6 Rock is a RK3188-based development board with 2 USB and 1 otg
|
/external/cpuinfo/test/dmesg/ |
D | alldocube-iwork8.log | 1124 <6>[ 8.539297] intel-cht-otg intel-cht-otg.0: USB_EVENT_VBUS vbus valid 1129 <6>[ 8.543652] intel-cht-otg intel-cht-otg.0: USB_EVENT_VBUS vbus valid 1133 <6>[ 8.552538] intel-cht-otg intel-cht-otg.0: watchdog started 1479 <6>[ 11.666390] intel-cht-otg intel-cht-otg.0: unknown notification 1482 <6>[ 11.666418] intel-cht-otg intel-cht-otg.0: Draw 1500 mA 1509 <6>[ 11.763419] intel-cht-otg intel-cht-otg.0: unknown notification 1512 <6>[ 11.763435] intel-cht-otg intel-cht-otg.0: Draw 1500 mA 1542 <6>[ 11.913542] intel-cht-otg intel-cht-otg.0: watchdog stopped 1543 <6>[ 11.913544] intel-cht-otg intel-cht-otg.0: unknown notification 1546 <6>[ 11.913555] intel-cht-otg intel-cht-otg.0: Draw 1500 mA [all …]
|