Symbol: PCI_CLASS_BRIDGE
sys/arch/algor/pci/pcib.c
141
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
sys/arch/arc/pci/necpb.c
228
if (PCI_CLASS(class) != PCI_CLASS_BRIDGE ||
sys/arch/arm/broadcom/bcm53xx_pax.c
444
return PCI_CLASS_CODE(PCI_CLASS_BRIDGE,
sys/arch/arm/nxp/imxpcie.c
593
PCI_CLASS_CODE(PCI_CLASS_BRIDGE,
sys/arch/arm/rockchip/rk3399_pcie.c
385
PCI_CLASS_BRIDGE << PCI_CLASS_SHIFT |
sys/arch/arm/rockchip/rk3399_pcie.c
391
PCI_CLASS_BRIDGE << PCI_CLASS_SHIFT |
sys/arch/evbarm/iq80310/iq80310_pci.c
183
if (PCI_CLASS(reg) != PCI_CLASS_BRIDGE ||
sys/arch/evbarm/ixm1200/nappi_nppb.c
95
if (PCI_CLASS(class) == PCI_CLASS_BRIDGE &&
sys/arch/evbmips/loongson/dev/gcscpcib_pci.c
71
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_BRIDGE ||
sys/arch/evbmips/loongson/dev/glx.c
378
data = (PCI_CLASS_BRIDGE << PCI_CLASS_SHIFT) |
sys/arch/evbmips/loongson/dev/pcib.c
93
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
sys/arch/evbmips/malta/pci/pchb.c
64
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
sys/arch/evbmips/malta/pci/pcib.c
162
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
sys/arch/hppa/dev/dino.c
312
if (PCI_CLASS(class) == PCI_CLASS_BRIDGE &&
sys/arch/i386/pci/gcscpcib_pci.c
71
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_BRIDGE ||
sys/arch/i386/pci/gscpcib.c
116
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_BRIDGE ||
sys/arch/i386/pci/pceb.c
74
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
sys/arch/i386/pci/pcmb.c
69
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE
sys/arch/i386/pci/piixpcib.c
104
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_BRIDGE ||
sys/arch/macppc/pci/pci_machdep.c
313
if ((PCI_CLASS(cr) == PCI_CLASS_BRIDGE) &&
sys/arch/powerpc/ibm4xx/pci/pchb.c
105
if (PCI_CLASS(class) == PCI_CLASS_BRIDGE &&
sys/arch/powerpc/mpc5200/mpc5200_pci.c
141
if (PCI_CLASS(class) == PCI_CLASS_BRIDGE &&
sys/arch/powerpc/pci/pchb.c
69
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
sys/arch/powerpc/pci/pci_machdep_ofw.c
535
if (PCI_CLASS(class) == PCI_CLASS_BRIDGE &&
sys/arch/powerpc/pci/pcib.c
76
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
sys/arch/prep/pci/pceb.c
75
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
sys/arch/prep/pci/pci_machdep.c
324
if (PCI_CLASS(class) == PCI_CLASS_BRIDGE &&
sys/arch/riscv/starfive/jh7110_pcie.c
467
PCI_CLASS_CODE(PCI_CLASS_BRIDGE,
sys/arch/sandpoint/pci/pci_machdep.c
112
if (PCI_CLASS(dev11) == PCI_CLASS_BRIDGE) {
sys/arch/sandpoint/pci/pci_machdep.c
123
if (PCI_CLASS(dev22) == PCI_CLASS_BRIDGE) {
sys/arch/sh3/dev/shpcic.c
150
PCI_CLASS_CODE(PCI_CLASS_BRIDGE, PCI_SUBCLASS_BRIDGE_HOST, 0x00));
sys/arch/sparc/dev/ebus.c
197
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE
sys/arch/sparc/include/pci_machdep.h
59
(((class >> 16) & 0xff) == PCI_CLASS_BRIDGE && \
sys/arch/sparc64/dev/ebus.c
106
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_BRIDGE)
sys/arch/x86/pci/ichlpcib.c
300
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_BRIDGE ||
sys/arch/x86/pci/pchb.c
87
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
sys/arch/x86/pci/pci_bus_fixup.c
113
if (PCI_CLASS(reg) == PCI_CLASS_BRIDGE &&
sys/arch/x86/pci/pci_machdep.c
450
if (PCI_CLASS(x) == PCI_CLASS_BRIDGE &&
sys/arch/x86/pci/pci_machdep.c
518
if (PCI_CLASS(class) == PCI_CLASS_BRIDGE &&
sys/arch/x86/pci/pci_machdep.c
975
if (PCI_CLASS(reg) == PCI_CLASS_BRIDGE &&
sys/arch/x86/pci/pcib.c
176
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
sys/arch/x86/pci/rdcpcib.c
108
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_BRIDGE ||
sys/arch/x86/pci/tcpcib.c
178
if (PCI_CLASS(pa->pa_class) != PCI_CLASS_BRIDGE ||
sys/dev/cardbus/rbus_ppb.c
120
if(PCI_CLASS(ca->ca_class) == PCI_CLASS_BRIDGE &&
sys/dev/pci/aceride.c
103
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
sys/dev/pci/agp_amd64.c
167
if (PCI_CLASS(reg) != PCI_CLASS_BRIDGE ||
sys/dev/pci/agp_amd64.c
187
if (PCI_CLASS(reg) != PCI_CLASS_BRIDGE ||
sys/dev/pci/if_hme_pci.c
237
if (PCI_CLASS(ebus_cl) == PCI_CLASS_BRIDGE &&
sys/dev/pci/pccbb.c
234
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
sys/dev/pci/pci_resource.c
618
PCI_CLASS(pd->pd_class) == PCI_CLASS_BRIDGE &&
sys/dev/pci/pci_subr.c
634
{ "bridge", PCI_CLASS_BRIDGE,
sys/dev/pci/pciconf.c
1322
if (PCI_CLASS(classreg) != PCI_CLASS_BRIDGE ||
sys/dev/pci/pciconf.c
618
if (PCI_CLASS(classreg) != PCI_CLASS_BRIDGE
sys/dev/pci/ppb.c
91
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&
sys/dev/pci/viaide.c
451
if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE &&