PCI_CLASS          75 arch/i386/pci/gscpcib.c 	if (PCI_CLASS(pa->pa_class) != PCI_CLASS_BRIDGE ||
PCI_CLASS         162 arch/i386/pci/pchb.c 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
PCI_CLASS         398 arch/i386/pci/pci_addr_fixup.c 	if (PCI_CLASS(class) == PCI_CLASS_DISPLAY) {
PCI_CLASS          99 arch/i386/pci/pci_bus_fixup.c 			if (PCI_CLASS(reg) == PCI_CLASS_BRIDGE &&
PCI_CLASS         206 arch/i386/pci/pci_bus_fixup.c 			if (PCI_CLASS(reg) == PCI_CLASS_BRIDGE &&
PCI_CLASS         100 arch/i386/pci/pcib.c 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
PCI_CLASS         302 dev/acpi/acpiprt.c 		if (PCI_CLASS(reg) == PCI_CLASS_BRIDGE &&
PCI_CLASS         563 dev/pci/ahci.c 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_MASS_STORAGE &&
PCI_CLASS         164 dev/pci/ami_pci.c 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_I2O)
PCI_CLASS         494 dev/pci/autri.c 		if (PCI_CLASS(pa->pa_class) == PCI_CLASS_NETWORK)
PCI_CLASS         355 dev/pci/azalia.c 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_MULTIMEDIA
PCI_CLASS          93 dev/pci/ehci_pci.c 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_SERIALBUS &&
PCI_CLASS         145 dev/pci/if_hme_pci.c 	if (PCI_CLASS(cl) != PCI_CLASS_BRIDGE ||
PCI_CLASS         836 dev/pci/if_nxe.c 	if (PCI_CLASS(pa->pa_class) != PCI_CLASS_NETWORK)
PCI_CLASS         566 dev/pci/if_pcn.c 	    PCI_CLASS(pa->pa_class) == PCI_CLASS_NETWORK)
PCI_CLASS          87 dev/pci/iop_pci.c 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_I2O &&
PCI_CLASS         599 dev/pci/maestro.c 	if (PCI_CLASS(pa->pa_class) != PCI_CLASS_MULTIMEDIA)
PCI_CLASS          88 dev/pci/ohci_pci.c 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_SERIALBUS &&
PCI_CLASS         230 dev/pci/pccbb.c 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
PCI_CLASS         340 dev/pci/pci_subr.c 	class = PCI_CLASS(class_reg);
PCI_CLASS        1224 dev/pci/pciide.c 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_MASS_STORAGE) {
PCI_CLASS        3009 dev/pci/pciide.c 		if (PCI_CLASS(class) != PCI_CLASS_BRIDGE &&
PCI_CLASS          80 dev/pci/ppb.c  	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
PCI_CLASS         111 dev/pci/puc.c  	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_COMMUNICATIONS &&
PCI_CLASS          60 dev/pci/sdhc_pci.c 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_SYSTEM &&
PCI_CLASS          82 dev/pci/uhci_pci.c 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_SERIALBUS &&
PCI_CLASS         121 dev/pci/vga_pci.c 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_PREHISTORIC &&
PCI_CLASS         124 dev/pci/vga_pci.c 	if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY &&
PCI_CLASS          35 dev/pci/vga_pcivar.h 	    (((PCI_CLASS(class) == PCI_CLASS_DISPLAY &&			\
PCI_CLASS          37 dev/pci/vga_pcivar.h 	     (PCI_CLASS(class) == PCI_CLASS_PREHISTORIC &&		\