| /Linux-v5.4/drivers/pci/pcie/ |
| D | portdrv_pci.c | 187 { PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0) }, 189 { PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x01), ~0) },
|
| /Linux-v5.4/drivers/pci/controller/dwc/ |
| D | pci-meson.c | 414 *val = (PCI_CLASS_BRIDGE_PCI << 16) | (*val & 0xffff); in meson_pcie_rd_own_conf() 416 *val = PCI_CLASS_BRIDGE_PCI; in meson_pcie_rd_own_conf() 418 *val = PCI_CLASS_BRIDGE_PCI & 0xff; in meson_pcie_rd_own_conf() 420 *val = (PCI_CLASS_BRIDGE_PCI >> 8) & 0xff; in meson_pcie_rd_own_conf()
|
| D | pci-keystone.c | 540 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in ks_pcie_quirk() 542 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in ks_pcie_quirk() 544 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in ks_pcie_quirk() 546 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in ks_pcie_quirk()
|
| /Linux-v5.4/arch/mips/pci/ |
| D | fixup-sb1250.c | 78 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in quirk_sb1250_ht()
|
| D | pci-bcm63xx.c | 189 val |= (PCI_CLASS_BRIDGE_PCI << IDVAL3_SUBCLASS_SHIFT); in bcm63xx_register_pcie()
|
| D | pci-legacy.c | 298 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
|
| /Linux-v5.4/drivers/pci/hotplug/ |
| D | pciehp_hpc.c | 905 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 907 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 909 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 911 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
|
| D | ibmphp_pci.c | 168 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()
|
| D | shpchp_core.c | 315 {PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0)},
|
| /Linux-v5.4/drivers/pci/controller/ |
| D | pcie-iproc-bcma.c | 21 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in bcma_pcie2_fixup_class()
|
| D | pcie-cadence-host.c | 131 cdns_pcie_rp_writew(pcie, PCI_CLASS_DEVICE, PCI_CLASS_BRIDGE_PCI); in cdns_pcie_host_init_root_port()
|
| D | pcie-tango.c | 322 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in tango_fixup_class()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | pci-dma.c | 161 PCI_CLASS_BRIDGE_PCI, 8, via_no_dac);
|
| D | early-quirks.c | 686 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, nvidia_bugs }, 688 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, via_bugs },
|
| /Linux-v5.4/drivers/pci/ |
| D | quirks.c | 1826 DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_VENDOR_ID_HUAWEI, 0x1610, PCI_CLASS_BRIDGE_PCI, 8, quirk_pcie_mch… 2393 pdev->class = PCI_CLASS_BRIDGE_PCI << 8; in quirk_paxc_bridge() 2608 PCI_CLASS_BRIDGE_PCI, 8, 2611 PCI_CLASS_BRIDGE_PCI, 8, 2614 PCI_CLASS_BRIDGE_PCI, 8, 2617 PCI_CLASS_BRIDGE_PCI, 8, 2620 PCI_CLASS_BRIDGE_PCI, 8, 2623 PCI_CLASS_BRIDGE_PCI, 8, 2626 PCI_CLASS_BRIDGE_PCI, 8, 2629 PCI_CLASS_BRIDGE_PCI, 8, [all …]
|
| D | pci-bridge-emul.c | 273 bridge->conf.class_revision |= PCI_CLASS_BRIDGE_PCI << 16; in pci_bridge_emul_init()
|
| D | setup-bus.c | 704 if ((bridge->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_claim_bridge_resource() 1466 case PCI_CLASS_BRIDGE_PCI: in __pci_bridge_assign_resources() 1567 if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources() 1578 if ((bus->self->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
|
| /Linux-v5.4/arch/parisc/kernel/ |
| D | pci.c | 171 if (!dev || (dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pcibios_init_bridge()
|
| /Linux-v5.4/arch/xtensa/lib/ |
| D | pci-auto.c | 274 if ((pci_class >> 16) == PCI_CLASS_BRIDGE_PCI) { in pciauto_bus_scan()
|
| /Linux-v5.4/arch/x86/pci/ |
| D | fixup.c | 160 PCI_CLASS_BRIDGE_PCI, 8, pci_fixup_transparent_bridge); 636 PCI_CLASS_BRIDGE_PCI, 8, quirk_no_aersid);
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | pci_32.c | 95 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in make_one_node_map()
|
| /Linux-v5.4/arch/unicore32/kernel/ |
| D | pci.c | 199 case PCI_CLASS_BRIDGE_PCI: in pcibios_fixup_bus()
|
| /Linux-v5.4/arch/alpha/kernel/ |
| D | pci.c | 259 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
|
| /Linux-v5.4/drivers/parisc/ |
| D | dino.c | 536 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.4/arch/powerpc/platforms/pseries/ |
| D | msi.c | 239 if ((class >> 8) != PCI_CLASS_BRIDGE_PCI) in count_non_bridge_devices()
|