Home
last modified time | relevance | path

Searched refs:PCI_BRIDGE_PCI (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c255 if (class == PCI_CLASS_BRIDGE && subclass == PCI_BRIDGE_PCI) { in pciexfn_declare()
545 if (class == PCI_CLASS_BRIDGE && subclass == PCI_BRIDGE_PCI) { in declare_dev_and_fn()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c235 if (class_code == ((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8))) in is_pci_bridge()
H A Dmp_platform_common.c1436 PCI_CONF_SUBCLASS) == PCI_BRIDGE_PCI)) { in apic_handle_pci_pci_bridge()
H A Dimmu_dvma.c736 if (baseclass == PCI_CLASS_BRIDGE && subclass == PCI_BRIDGE_PCI) { in create_immu_devi()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_fb.c68 if (class_code == ((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8))) in is_pci_bridge()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h323 #define PCI_BRIDGE_PCI 0x4 /* PCI/PCI Bridge */ macro
H A Dpcie_impl.h46 ((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8) | \
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c204 { PCI_CLASS_BRIDGE, PCI_BRIDGE_PCI, 0 }
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c353 PCI_CONF_SUBCLASS) == PCI_BRIDGE_PCI)); in psm_is_pci_bridge()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c836 case PCI_BRIDGE_PCI: in cardbus_bridge_assign()
1875 case PCI_BRIDGE_PCI: in cardbus_sum_resources()
2592 case PCI_BRIDGE_PCI: in cardbus_probe_children()
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c201 #define PPB_SUBTRACTIVE ((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8) | \