Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c206 if (class == PCI_CLASS_BRIDGE && subclass == PCI_BRIDGE_PCI) { in pciexfn_declare()
474 if (class == PCI_CLASS_BRIDGE && subclass == PCI_BRIDGE_PCI) { in declare_dev_and_fn()
/titanic_44/usr/src/uts/i86pc/io/
H A Dconsplat.c231 if (class_code == ((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8))) in is_pci_bridge()
H A Dmp_platform_common.c1371 PCI_CONF_SUBCLASS) == PCI_BRIDGE_PCI)) { in apic_handle_pci_pci_bridge()
H A Dimmu_dvma.c734 if (baseclass == PCI_CLASS_BRIDGE && subclass == PCI_BRIDGE_PCI) { in create_immu_devi()
/titanic_44/usr/src/uts/common/sys/
H A Dpci.h318 #define PCI_BRIDGE_PCI 0x4 /* PCI/PCI Bridge */ macro
H A Dpcie_impl.h43 ((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8) | \
/titanic_44/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c353 PCI_CONF_SUBCLASS) == PCI_BRIDGE_PCI)); in psm_is_pci_bridge()
/titanic_44/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c236 if (class_code == ((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8))) in is_pci_bridge()
/titanic_44/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c835 case PCI_BRIDGE_PCI: in cardbus_bridge_assign()
1879 case PCI_BRIDGE_PCI: in cardbus_sum_resources()
2602 case PCI_BRIDGE_PCI: in cardbus_probe_children()
/titanic_44/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c349 if (class_code == ((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8))) in is_pci_bridge()
/titanic_44/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1952 (subcl == PCI_BRIDGE_PCI)) { in process_devfunc()
2043 if ((basecl == PCI_CLASS_BRIDGE) && (subcl == PCI_BRIDGE_PCI)) in process_devfunc()
/titanic_44/usr/src/uts/common/io/pciex/
H A Dpcie.c2386 if ((class == PCI_CLASS_BRIDGE) && (subclass == PCI_BRIDGE_PCI)) { in pcie_check_io_mem_range()
/titanic_44/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c197 #define PPB_SUBTRACTIVE ((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8) | \