HomeSort by: relevance | last modified time | path
    Searched refs:PCI_USBREV (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/usb/
uhcireg.h 39 #define PCI_USBREV 0x60 /* USB protocol revision */
ehcireg.h 48 #define PCI_USBREV 0x60 /* RO USB protocol revision */
xhcireg.h 35 #define PCI_USBREV 0x60 /* RO USB protocol revision */
  /src/sys/dev/cardbus/
uhci_cardbus.c 141 switch(Cardbus_conf_read(ct, tag, PCI_USBREV) & PCI_USBREV_MASK) {
  /src/sys/dev/pci/
uhci_pci.c 159 switch (pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK) {
xhci_pci.c 246 usbrev = pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK;
ehci_pci.c 213 switch (pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK) {
  /src/sys/arch/evbmips/loongson/dev/
glx.c 884 case PCI_USBREV:
  /src/sys/arch/arm/nvidia/
tegra_xusb.c 470 val = bus_space_read_4(bst, psc->sc_bsh_fpci, PCI_USBREV)

Completed in 27 milliseconds