Lines Matching refs:EHCI
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;
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.