Home
last modified time | relevance | path

Searched refs:PCI_CLASS_BRIDGE (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h566 #define PCIC_PCI_PCMCIA PCIC_PCI_CLASS(PCI_CLASS_BRIDGE, PCI_BRIDGE_PCMCIA)
567 #define PCIC_PCI_CARDBUS PCIC_PCI_CLASS(PCI_CLASS_BRIDGE, PCI_BRIDGE_CARDBUS)
H A Dpci.h212 #define PCI_CLASS_BRIDGE 0x6 /* Bridge Controller class */ macro
H A Dpcie_impl.h46 ((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8) | \
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe_misc.c300 (cl == PCI_CLASS_BRIDGE && scl == PCI_BRIDGE_HOST)) && in npe_save_htconfig_children()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c200 { PCI_CLASS_BRIDGE, PCI_BRIDGE_ISA, 0 }
204 { PCI_CLASS_BRIDGE, PCI_BRIDGE_PCI, 0 }
/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 Dimmu_dvma.c736 if (baseclass == PCI_CLASS_BRIDGE && subclass == PCI_BRIDGE_PCI) { in create_immu_devi()
757 immu_devi->imd_lpc = ((baseclass == PCI_CLASS_BRIDGE) && in create_immu_devi()
H A Dmp_platform_common.c1435 PCI_CLASS_BRIDGE) && (pci_config_get8(cfg_handle, in apic_handle_pci_pci_bridge()
/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/sun4u/io/pci/
H A Dpci_intr.c193 == PCI_CLASS_BRIDGE) { in map_pcidev_cfg_reg()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2527 if (baseclass != PCI_CLASS_BRIDGE) { in add_bar_reg_props()
2537 if (baseclass != PCI_CLASS_BRIDGE) in add_bar_reg_props()
2632 if (baseclass != PCI_CLASS_BRIDGE) { in add_bar_reg_props()
2824 if (baseclass != PCI_CLASS_BRIDGE) { in add_bar_reg_props()
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c352 PCI_CLASS_BRIDGE) && (pci_config_get8(cfg_handle, in psm_is_pci_bridge()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c830 if (base_class == PCI_CLASS_BRIDGE) { in cardbus_bridge_assign()
1869 if (base_class == PCI_CLASS_BRIDGE) { in cardbus_sum_resources()
2546 (base_class == PCI_CLASS_BRIDGE)) { in cardbus_probe_children()
2586 if (base_class == PCI_CLASS_BRIDGE) { in cardbus_probe_children()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c737 mode = (sec_status >> PCI_CLASS_BRIDGE) & in get_lane_width()
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c1379 if ((class != PCI_CLASS_BRIDGE) || (subclass != PCI_BRIDGE_STBRIDGE)) in pcicfg_is_ntbridge()
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c201 #define PPB_SUBTRACTIVE ((PCI_CLASS_BRIDGE << 16) | (PCI_BRIDGE_PCI << 8) | \
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c1453 if ((class != PCI_CLASS_BRIDGE) || (subclass != PCI_BRIDGE_STBRIDGE)) in pcicfg_is_ntbridge()