Lines Matching full:ehci
35 * EHCI driver for Freescale i.MX SoCs which incorporate the USBOH3 controller.
55 #include <dev/usb/controller/ehci.h>
71 * exists for each OTG or EHCI device. There is a single set of non-core
85 * Because the main ehci device cannot access registers in a range that's
92 * separate device for each of the OTG or EHCI cores within the USBOH3. Each of
97 * beginning of the register range, and the standard USB (EHCI or OTG) registers
105 * The following compat strings have been seen for the OTG and EHCI cores. The
242 * This driver needs to start before the ehci driver, but later than the usual
243 * "special" drivers like clocks and cpu. Ehci starts at DEFAULT so
254 * Each EHCI device in the SoC has some SoC-specific per-device registers at an
255 * offset of 0, then the standard EHCI registers begin at an offset of 0x100.
263 struct resource *ehci_mem_res; /* EHCI core regs. */
264 struct resource *ehci_irq_res; /* EHCI core IRQ. */
413 * generic EHCI driver. in imx_ehci_attach()
500 "ehci",