Symbol: PCI_CLASS_BRIDGE
usr/src/lib/fm/topo/modules/common/pcibus/pcibus.c
255
if (class == PCI_CLASS_BRIDGE && subclass == PCI_BRIDGE_PCI) {
usr/src/lib/fm/topo/modules/common/pcibus/pcibus.c
545
if (class == PCI_CLASS_BRIDGE && subclass == PCI_BRIDGE_PCI) {
usr/src/lib/libprtdiag_psr/sparc/opl/common/opl_picl.c
737
mode = (sec_status >> PCI_CLASS_BRIDGE) &
usr/src/uts/common/io/cardbus/cardbus_cfg.c
1869
if (base_class == PCI_CLASS_BRIDGE) {
usr/src/uts/common/io/cardbus/cardbus_cfg.c
2546
(base_class == PCI_CLASS_BRIDGE)) {
usr/src/uts/common/io/cardbus/cardbus_cfg.c
2586
if (base_class == PCI_CLASS_BRIDGE) {
usr/src/uts/common/io/cardbus/cardbus_cfg.c
830
if (base_class == PCI_CLASS_BRIDGE) {
usr/src/uts/common/io/pciex/pci_props.c
200
{ PCI_CLASS_BRIDGE, PCI_BRIDGE_ISA, 0 }
usr/src/uts/common/io/pciex/pci_props.c
204
{ PCI_CLASS_BRIDGE, PCI_BRIDGE_PCI, 0 }
usr/src/uts/common/pcmcia/nexus/pcmcia.c
201
#define PPB_SUBTRACTIVE ((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8) | \
usr/src/uts/common/sys/pcic_var.h
566
#define PCIC_PCI_PCMCIA PCIC_PCI_CLASS(PCI_CLASS_BRIDGE, PCI_BRIDGE_PCMCIA)
usr/src/uts/common/sys/pcic_var.h
567
#define PCIC_PCI_CARDBUS PCIC_PCI_CLASS(PCI_CLASS_BRIDGE, PCI_BRIDGE_CARDBUS)
usr/src/uts/common/sys/pcie_impl.h
46
((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8) | \
usr/src/uts/i86pc/io/consplat.c
235
if (class_code == ((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8)))
usr/src/uts/i86pc/io/gfx_private/gfxp_fb.c
68
if (class_code == ((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8)))
usr/src/uts/i86pc/io/immu_dvma.c
735
if (baseclass == PCI_CLASS_BRIDGE && subclass == PCI_BRIDGE_PCI) {
usr/src/uts/i86pc/io/immu_dvma.c
756
immu_devi->imd_lpc = ((baseclass == PCI_CLASS_BRIDGE) &&
usr/src/uts/i86pc/io/mp_platform_common.c
1435
PCI_CLASS_BRIDGE) && (pci_config_get8(cfg_handle,
usr/src/uts/i86pc/io/pciex/npe_misc.c
300
(cl == PCI_CLASS_BRIDGE && scl == PCI_BRIDGE_HOST)) &&
usr/src/uts/i86pc/io/psm/psm_common.c
352
PCI_CLASS_BRIDGE) && (pci_config_get8(cfg_handle,
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
1382
if ((class != PCI_CLASS_BRIDGE) || (subclass != PCI_BRIDGE_STBRIDGE))
usr/src/uts/intel/io/pci/pci_boot.c
2532
if (baseclass != PCI_CLASS_BRIDGE) {
usr/src/uts/intel/io/pci/pci_boot.c
2542
if (baseclass != PCI_CLASS_BRIDGE)
usr/src/uts/intel/io/pci/pci_boot.c
2637
if (baseclass != PCI_CLASS_BRIDGE) {
usr/src/uts/intel/io/pci/pci_boot.c
2834
if (baseclass != PCI_CLASS_BRIDGE) {
usr/src/uts/sun4/io/pcicfg.c
1453
if ((class != PCI_CLASS_BRIDGE) || (subclass != PCI_BRIDGE_STBRIDGE))
usr/src/uts/sun4u/io/pci/pci_intr.c
193
== PCI_CLASS_BRIDGE) {