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

  /src/sys/arch/i386/pci/
gcscehci.c 80 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_SERIALBUS &&
  /src/sys/dev/acpi/
ohci_acpi.c 79 PCI_CLASS_SERIALBUS,
  /src/sys/dev/cardbus/
fwohci_cardbus.c 76 if (PCI_CLASS(ca->ca_class) == PCI_CLASS_SERIALBUS &&
ohci_cardbus.c 94 if (PCI_CLASS(ca->ca_class) == PCI_CLASS_SERIALBUS &&
uhci_cardbus.c 83 if (PCI_CLASS(ca->ca_class) == PCI_CLASS_SERIALBUS &&
ehci_cardbus.c 92 if (PCI_CLASS(ca->ca_class) == PCI_CLASS_SERIALBUS &&
  /src/sys/dev/pci/
fwohci_pci.c 87 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_SERIALBUS &&
uhci_pci.c 79 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_SERIALBUS &&
ohci_pci.c 74 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_SERIALBUS &&
xhci_pci.c 74 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_SERIALBUS &&
ehci_pci.c 108 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_SERIALBUS &&
pcireg.h 175 #define PCI_CLASS_SERIALBUS 0x0c
pci_subr.c 646 { "serial bus", PCI_CLASS_SERIALBUS,
  /src/sys/arch/evbmips/loongson/dev/
glx.c 732 data = (PCI_CLASS_SERIALBUS << PCI_CLASS_SHIFT) |
852 data = (PCI_CLASS_SERIALBUS << PCI_CLASS_SHIFT) |

Completed in 45 milliseconds