HomeSort by relevance Sort by last modified time
    Searched refs:EHCI (Results 1 - 6 of 6) sorted by null

  /external/u-boot/drivers/usb/host/
Kconfig 100 bool "EHCI HCD (USB 2.0) support"
104 The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
109 EHCI controllers are packaged with "companion" host controllers (OHCI
111 will connect to EHCI if the device is high speed, otherwise they
112 connect to a companion controller. If you configure EHCI, you should
117 You may want to read <file:Documentation/usb/ehci.txt>.
122 bool "Support for Atmel on-chip EHCI USB controller"
126 Enables support for the on-chip EHCI controller on Atmel chips.
129 bool "Support for Marvell on-chip EHCI USB controller"
133 Enables support for the on-chip EHCI controller on MVEBU SoCs
    [all...]
ehci-rmobile.c 3 * EHCI HCD (Host Controller Driver) for USB.
11 #include <asm/arch/ehci-rmobile.h>
12 #include "ehci.h"
20 0xEE080000, /* USB0 (EHCI) */
27 0xEE080000, /* USB0 (EHCI) */
31 #error rmobile EHCI USB driver not supported on this platform
44 /* reset ehci */
53 printf("error : ehci(%d) reset failed.\n", index);
110 /* PCI Configuration Registers for EHCI */
ehci-mxc.c 11 #include <usb/ehci-ci.h>
14 #include "ehci.h"
203 #error MXC EHCI USB driver not supported on this platform
213 struct usb_ehci *ehci; local
224 ehci = (struct usb_ehci *)(IMX_USB_BASE +
226 *hccr = (struct ehci_hccr *)((uint32_t)&ehci->caplength);
229 setbits_le32(&ehci->usbmode, CM_HOST);
230 __raw_writel(CONFIG_MXC_USB_PORTSC, &ehci->portsc);
234 __raw_writel(0, &ehci->sbuscfg);
244 * the the EHCI host controller
    [all...]
ehci-hcd.c 21 #include "ehci.h"
28 * EHCI spec page 20 says that the HC may take up to 16 uFrames (= 4ms) to halt.
189 printf("EHCI fail to reset\n");
235 puts("EHCI failed to shut down host controller.\n");
247 debug("EHCI-HCD: Misaligned buffer address (%p)\n", buf);
383 #warning CONFIG_SYS_MALLOC_LEN may be too small for EHCI
397 * Setup QH (3.6 in ehci-r10.pdf)
425 * Setup request qTD (3.5 in ehci-r10.pdf)
478 * Setup request qTD (3.5 in ehci-r10.pdf)
520 * Setup request qTD (3.5 in ehci-r10.pdf
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
QuarkSouthCluster.asi 40 Device (EHCI) // EHCI [Bus 0, Device 20, Function 3]
Platform.asl 182 Notify (\_SB.PCI0.EHCI, 0x02)

Completed in 5960 milliseconds