Home
last modified time | relevance | path

Searched refs:PCI_CLASS_BRIDGE_PCI (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c1078 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1080 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1082 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1084 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1086 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1088 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
H A Dibmphp_pci.c168 if (class != PCI_CLASS_BRIDGE_PCI) { in ibmphp_configure_card()
234 if (class != PCI_CLASS_BRIDGE_PCI) { in ibmphp_configure_card()
1484 if (class != PCI_CLASS_BRIDGE_PCI) { in unconfigure_boot_card()
1498 if (class != PCI_CLASS_BRIDGE_PCI) { in unconfigure_boot_card()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dpci.c96 if (status != EFI_SUCCESS || class != PCI_CLASS_BRIDGE_PCI) in efi_pci_disable_bridge_busmaster()
/openbmc/linux/arch/x86/kernel/
H A Dpci-dma.c212 PCI_CLASS_BRIDGE_PCI, 8, via_no_dac);
H A Dearly-quirks.c702 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, nvidia_bugs },
704 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, via_bugs },
/openbmc/linux/drivers/pci/
H A Dquirks.c1950 DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_VENDOR_ID_HUAWEI, 0x1610, PCI_CLASS_BRIDGE_PCI, 8, quirk_pcie_mch…
2853 PCI_CLASS_BRIDGE_PCI, 8,
2856 PCI_CLASS_BRIDGE_PCI, 8,
2859 PCI_CLASS_BRIDGE_PCI, 8,
2862 PCI_CLASS_BRIDGE_PCI, 8,
2865 PCI_CLASS_BRIDGE_PCI, 8,
2868 PCI_CLASS_BRIDGE_PCI, 8,
2871 PCI_CLASS_BRIDGE_PCI, 8,
2874 PCI_CLASS_BRIDGE_PCI, 8,
2877 PCI_CLASS_BRIDGE_PCI, 8,
[all …]
H A Dsetup-bus.c703 if ((bridge->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_claim_bridge_resource()
1495 case PCI_CLASS_BRIDGE_PCI: in __pci_bridge_assign_resources()
1596 if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
1607 if ((bus->self->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
/openbmc/u-boot/board/armltd/vexpress64/
H A Dpcie.c155 writel(PCI_CLASS_BRIDGE_PCI << 16, XR3_CONFIG_BASE + XR3PCI_BRIDGE_PCI_IDS); in xr3pci_init()
/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h65 #define PCI_CLASS_BRIDGE_PCI 0x0604 macro
/openbmc/linux/arch/parisc/kernel/
H A Dpci.c171 if (!dev || (dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pcibios_init_bridge()
/openbmc/linux/arch/xtensa/lib/
H A Dpci-auto.c274 if ((pci_class >> 16) == PCI_CLASS_BRIDGE_PCI) { in pciauto_bus_scan()
/openbmc/linux/arch/powerpc/kernel/
H A Dpci_32.c94 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in make_one_node_map()
H A Dpci_dn.c426 if (dn->child && ((class >> 8) == PCI_CLASS_BRIDGE_PCI || in pci_traverse_device_nodes()
/openbmc/linux/arch/mips/pci/
H A Dpci-legacy.c294 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c147 if (class == PCI_CLASS_BRIDGE_PCI) { in qpci_secondary_buses_rec()
160 if (class != PCI_CLASS_BRIDGE_PCI) { in qpci_secondary_buses_rec()
/openbmc/qemu/hw/pci-bridge/
H A Dpci_bridge_dev.c255 k->class_id = PCI_CLASS_BRIDGE_PCI; in pci_bridge_dev_class_init()
/openbmc/linux/arch/x86/pci/
H A Dfixup.c163 PCI_CLASS_BRIDGE_PCI, 8, pci_fixup_transparent_bridge);
654 PCI_CLASS_BRIDGE_PCI, 8, quirk_no_aersid);
/openbmc/u-boot/drivers/pci/
H A Dpci_auto.c334 case PCI_CLASS_BRIDGE_PCI: in dm_pciauto_config_device()
H A Dpci_auto_old.c336 case PCI_CLASS_BRIDGE_PCI: in pciauto_config_device()
H A Dpcie_dw_mvebu.c528 0xffff << 16, PCI_CLASS_BRIDGE_PCI << 16); in pcie_dw_mvebu_probe()
H A Dpcie_imx.c293 PCI_CLASS_BRIDGE_PCI << 16); in imx_pcie_regions_setup()
/openbmc/linux/arch/alpha/kernel/
H A Dpci.c259 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
/openbmc/linux/drivers/parisc/
H A Ddino.c564 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in dino_card_fixup()
652 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in dino_fixup_bus()
/openbmc/linux/arch/arm/kernel/
H A Dbios32.c298 case PCI_CLASS_BRIDGE_PCI: in pcibios_fixup_bus()
/openbmc/linux/arch/powerpc/platforms/maple/
H A Dpci.c44 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in fixup_one_level_bus_range()

12