Lines Matching full:ehci
36 * The EHCI 1.0 spec can be found at
37 * http://developer.intel.com/technology/usb/download/ehci-r10.pdf
42 /* The low level controller code for EHCI has been split into
43 * PCI probes and EHCI specific code. This was done to facilitate the
77 #include <dev/usb/controller/ehci.h>
240 return ("EHCI (generic) USB 2.0 controller"); in ehci_pci_match()
329 * NOTE: some EHCI USB controllers have the wrong USB in ehci_pci_attach()
423 device_printf(self, "(New EHCI DeviceId=0x%08x)\n", in ehci_pci_attach()
441 /* SB600 and SB700 EHCI quirk */ in ehci_pci_attach()
604 .name = "ehci",
609 DRIVER_MODULE(ehci, pci, ehci_driver, 0, 0);
610 MODULE_DEPEND(ehci, usb, 1, 1, 1);