Home
last modified time | relevance | path

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

12

/openbsd/src/sys/arch/sparc64/dev/
Debus.c118 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && in ebus_match()
125 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && in ebus_match()
132 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && in ebus_match()
139 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && in ebus_match()
/openbsd/src/sys/arch/i386/pci/
Dpci_bus_fixup.c97 if (PCI_CLASS(reg) == PCI_CLASS_BRIDGE && in pci_bus_check()
204 if (PCI_CLASS(reg) == PCI_CLASS_BRIDGE && in pci_bus_assign()
Dpcib.c96 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && in pcibmatch()
Dgscpcib.c74 if (PCI_CLASS(pa->pa_class) != PCI_CLASS_BRIDGE || in gscpcib_match()
Dpchb.c162 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && in pchbmatch()
Dpci_machdep.c253 if (PCI_CLASS(class) != PCI_CLASS_BRIDGE || in pci_attach_hook()
/openbsd/src/sys/arch/amd64/pci/
Dpcib.c92 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && in pcibmatch()
Dpchb.c137 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && in pchbmatch()
Dacpipci.c211 if (PCI_CLASS(class) == PCI_CLASS_BRIDGE && in acpipci_attach_bus()
/openbsd/src/sys/arch/loongson/dev/
Dpcib.c105 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && in pcibmatch()
Dglx.c314 data = (PCI_CLASS_BRIDGE << PCI_CLASS_SHIFT) | in glx_fn0_read()
/openbsd/src/sys/dev/pci/
Dmmuagp.c197 if (PCI_CLASS(reg) != PCI_CLASS_BRIDGE || in mmuagp_nvidia_match()
217 if (PCI_CLASS(reg) != PCI_CLASS_BRIDGE || in mmuagp_via_match()
Dpci_subr.c255 { "bridge", PCI_CLASS_BRIDGE,
Dif_hme_pci.c129 if (PCI_CLASS(cl) != PCI_CLASS_BRIDGE || in hme_pci_enaddr()
Dpcireg.h143 #define PCI_CLASS_BRIDGE 0x06 macro
Dagp.c61 PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && in agpbus_probe()
Dagp_i810.c206 PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && in intagp_gmch_match()
Dppb.c145 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && in ppbmatch()
/openbsd/src/sys/arch/macppc/pci/
Dhpb.c90 if (PCI_CLASS(pa->pa_class) != PCI_CLASS_BRIDGE || in hpb_match()
/openbsd/src/sys/dev/pci/drm/i915/gt/
Dagp_intel_gtt.c41 PCI_CLASS(pa->pa_class) == PCI_CLASS_BRIDGE && in inteldrm_gmch_match()
/openbsd/src/usr.sbin/vmd/
Dpci.c226 PCI_CLASS_BRIDGE, PCI_SUBCLASS_BRIDGE_HOST, in pci_init()
/openbsd/src/sys/dev/fdt/
Drkpcie.c330 PCI_CLASS_BRIDGE << PCI_CLASS_SHIFT | in rkpcie_attach()
/openbsd/src/sys/arch/armv7/marvell/
Dmvpcie.c655 return PCI_CLASS_BRIDGE << PCI_CLASS_SHIFT | in mvpcie_conf_read_bridge()
/openbsd/src/sys/arch/riscv64/dev/
Dstfpcie.c422 PCI_CLASS_BRIDGE << PCI_CLASS_SHIFT | in stfpcie_attach()
/openbsd/src/usr.sbin/pcidump/
Dpcidump.c1343 CLASS(PCI_CLASS_BRIDGE, "Bridge",

12