Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/pci/pcie/
Dportdrv_pci.c195 { PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0) },
197 { PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x01), ~0) },
/Linux-v5.10/drivers/pci/controller/dwc/
Dpci-meson.c323 *val = (PCI_CLASS_BRIDGE_PCI << 16) | (*val & 0xffff); in meson_pcie_rd_own_conf()
325 *val = PCI_CLASS_BRIDGE_PCI; in meson_pcie_rd_own_conf()
327 *val = PCI_CLASS_BRIDGE_PCI & 0xff; in meson_pcie_rd_own_conf()
329 *val = (PCI_CLASS_BRIDGE_PCI >> 8) & 0xff; in meson_pcie_rd_own_conf()
Dpci-keystone.c543 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in ks_pcie_quirk()
545 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in ks_pcie_quirk()
547 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in ks_pcie_quirk()
549 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in ks_pcie_quirk()
/Linux-v5.10/arch/mips/pci/
Dfixup-sb1250.c78 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in quirk_sb1250_ht()
Dpci-bcm63xx.c189 val |= (PCI_CLASS_BRIDGE_PCI << IDVAL3_SUBCLASS_SHIFT); in bcm63xx_register_pcie()
Dpci-legacy.c298 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
/Linux-v5.10/drivers/pci/controller/
Dpcie-iproc-bcma.c21 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in bcma_pcie2_fixup_class()
Dpci-loongson.c38 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in bridge_class_quirk()
Dpcie-tango.c323 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in tango_fixup_class()
/Linux-v5.10/arch/x86/kernel/
Dpci-dma.c155 PCI_CLASS_BRIDGE_PCI, 8, via_no_dac);
Dearly-quirks.c687 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, nvidia_bugs },
689 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, via_bugs },
/Linux-v5.10/drivers/firmware/efi/libstub/
Dpci.c96 if (status != EFI_SUCCESS || class != PCI_CLASS_BRIDGE_PCI) in efi_pci_disable_bridge_busmaster()
/Linux-v5.10/drivers/pci/hotplug/
Dpciehp_hpc.c1008 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1010 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1012 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1014 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
Dibmphp_pci.c168 if (class != PCI_CLASS_BRIDGE_PCI) { in ibmphp_configure_card()
234 if (class != PCI_CLASS_BRIDGE_PCI) { in ibmphp_configure_card()
1485 if (class != PCI_CLASS_BRIDGE_PCI) { in unconfigure_boot_card()
1499 if (class != PCI_CLASS_BRIDGE_PCI) { in unconfigure_boot_card()
Dshpchp_core.c315 {PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0)},
/Linux-v5.10/drivers/pci/
Dquirks.c1826 DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_VENDOR_ID_HUAWEI, 0x1610, PCI_CLASS_BRIDGE_PCI, 8, quirk_pcie_mch…
2682 PCI_CLASS_BRIDGE_PCI, 8,
2685 PCI_CLASS_BRIDGE_PCI, 8,
2688 PCI_CLASS_BRIDGE_PCI, 8,
2691 PCI_CLASS_BRIDGE_PCI, 8,
2694 PCI_CLASS_BRIDGE_PCI, 8,
2697 PCI_CLASS_BRIDGE_PCI, 8,
2700 PCI_CLASS_BRIDGE_PCI, 8,
2703 PCI_CLASS_BRIDGE_PCI, 8,
2706 PCI_CLASS_BRIDGE_PCI, 8,
[all …]
Dpci-bridge-emul.c263 bridge->conf.class_revision |= cpu_to_le32(PCI_CLASS_BRIDGE_PCI << 16); in pci_bridge_emul_init()
Dsetup-bus.c706 if ((bridge->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_claim_bridge_resource()
1504 case PCI_CLASS_BRIDGE_PCI: in __pci_bridge_assign_resources()
1605 if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
1616 if ((bus->self->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
/Linux-v5.10/arch/parisc/kernel/
Dpci.c171 if (!dev || (dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pcibios_init_bridge()
/Linux-v5.10/arch/xtensa/lib/
Dpci-auto.c274 if ((pci_class >> 16) == PCI_CLASS_BRIDGE_PCI) { in pciauto_bus_scan()
/Linux-v5.10/arch/powerpc/kernel/
Dpci_32.c95 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in make_one_node_map()
/Linux-v5.10/arch/x86/pci/
Dfixup.c160 PCI_CLASS_BRIDGE_PCI, 8, pci_fixup_transparent_bridge);
651 PCI_CLASS_BRIDGE_PCI, 8, quirk_no_aersid);
/Linux-v5.10/arch/alpha/kernel/
Dpci.c259 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
/Linux-v5.10/drivers/parisc/
Ddino.c536 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in dino_card_fixup()
624 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in dino_fixup_bus()
/Linux-v5.10/arch/powerpc/platforms/pseries/
Dmsi.c239 if ((class >> 8) != PCI_CLASS_BRIDGE_PCI) in count_non_bridge_devices()

12