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

  /src/sys/dev/usb/
uhcireg.h 40 #define PCI_USBREV_MASK 0xff
ehcireg.h 49 #define PCI_USBREV_MASK 0xff
xhcireg.h 36 #define PCI_USBREV_MASK 0xFF
  /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/arm/nvidia/
tegra_xusb.c 471 & PCI_USBREV_MASK;

Completed in 25 milliseconds