Home
last modified time | relevance | path

Searched refs:PCI_USBREV (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/dev/usb/controller/
Duhcireg.h38 #define PCI_USBREV 0x60 /* USB protocol revision */ macro
Dehcireg.h37 #define PCI_USBREV 0x60 /* RO USB protocol revision */ macro
Duhci_pci.c330 switch (pci_read_config(self, PCI_USBREV, 1) & PCI_USB_REV_MASK) { in uhci_pci_attach()
Dehci_pci.c291 switch (pci_read_config(self, PCI_USBREV, 1) & PCI_USB_REV_MASK) { in ehci_pci_attach()