| /Linux-v6.6/drivers/pci/hotplug/ |
| D | pciehp_hpc.c | 1078 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);
|
| 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() 1484 if (class != PCI_CLASS_BRIDGE_PCI) { in unconfigure_boot_card() 1498 if (class != PCI_CLASS_BRIDGE_PCI) { in unconfigure_boot_card()
|
| /Linux-v6.6/drivers/firmware/efi/libstub/ |
| D | pci.c | 96 if (status != EFI_SUCCESS || class != PCI_CLASS_BRIDGE_PCI) in efi_pci_disable_bridge_busmaster()
|
| /Linux-v6.6/arch/x86/kernel/ |
| D | pci-dma.c | 212 PCI_CLASS_BRIDGE_PCI, 8, via_no_dac);
|
| D | early-quirks.c | 702 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 },
|
| /Linux-v6.6/drivers/pci/ |
| D | quirks.c | 1932 DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_VENDOR_ID_HUAWEI, 0x1610, PCI_CLASS_BRIDGE_PCI, 8, quirk_pcie_mch… 2835 PCI_CLASS_BRIDGE_PCI, 8, 2838 PCI_CLASS_BRIDGE_PCI, 8, 2841 PCI_CLASS_BRIDGE_PCI, 8, 2844 PCI_CLASS_BRIDGE_PCI, 8, 2847 PCI_CLASS_BRIDGE_PCI, 8, 2850 PCI_CLASS_BRIDGE_PCI, 8, 2853 PCI_CLASS_BRIDGE_PCI, 8, 2856 PCI_CLASS_BRIDGE_PCI, 8, 2859 PCI_CLASS_BRIDGE_PCI, 8, [all …]
|
| D | setup-bus.c | 703 if ((bridge->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_claim_bridge_resource() 1497 case PCI_CLASS_BRIDGE_PCI: in __pci_bridge_assign_resources() 1598 if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources() 1609 if ((bus->self->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
|
| D | vpd.c | 598 PCI_CLASS_BRIDGE_PCI, 8, quirk_blacklist_vpd);
|
| D | pci-acpi.c | 162 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in program_hpx_type0()
|
| /Linux-v6.6/arch/parisc/kernel/ |
| D | pci.c | 171 if (!dev || (dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pcibios_init_bridge()
|
| /Linux-v6.6/arch/xtensa/lib/ |
| D | pci-auto.c | 274 if ((pci_class >> 16) == PCI_CLASS_BRIDGE_PCI) { in pciauto_bus_scan()
|
| /Linux-v6.6/arch/mips/pci/ |
| D | pci-legacy.c | 294 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
|
| /Linux-v6.6/arch/powerpc/kernel/ |
| D | pci_32.c | 94 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in make_one_node_map()
|
| D | pci_dn.c | 426 if (dn->child && ((class >> 8) == PCI_CLASS_BRIDGE_PCI || in pci_traverse_device_nodes()
|
| /Linux-v6.6/arch/x86/pci/ |
| D | fixup.c | 161 PCI_CLASS_BRIDGE_PCI, 8, pci_fixup_transparent_bridge); 652 PCI_CLASS_BRIDGE_PCI, 8, quirk_no_aersid);
|
| /Linux-v6.6/arch/alpha/kernel/ |
| D | pci.c | 259 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
|
| /Linux-v6.6/drivers/parisc/ |
| D | dino.c | 564 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()
|
| /Linux-v6.6/arch/arm/kernel/ |
| D | bios32.c | 298 case PCI_CLASS_BRIDGE_PCI: in pcibios_fixup_bus()
|
| /Linux-v6.6/drivers/pci/controller/cadence/ |
| D | pcie-cadence-host.c | 213 cdns_pcie_rp_writew(pcie, PCI_CLASS_DEVICE, PCI_CLASS_BRIDGE_PCI); in cdns_pcie_host_init_root_port()
|
| /Linux-v6.6/arch/powerpc/platforms/maple/ |
| D | pci.c | 44 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in fixup_one_level_bus_range()
|
| /Linux-v6.6/arch/powerpc/platforms/pseries/ |
| D | msi.c | 232 if ((class >> 8) != PCI_CLASS_BRIDGE_PCI) in count_non_bridge_devices()
|
| D | eeh_pseries.c | 412 if ((pdn->class_code >> 8) == PCI_CLASS_BRIDGE_PCI) { in pseries_eeh_init_edev()
|
| /Linux-v6.6/drivers/pci/controller/dwc/ |
| D | pcie-designware-host.c | 801 dw_pcie_writew_dbi(pci, PCI_CLASS_DEVICE, PCI_CLASS_BRIDGE_PCI); in dw_pcie_setup_rc()
|
| /Linux-v6.6/drivers/pci/controller/ |
| D | vmd.c | 541 PCI_CLASS_BRIDGE_PCI)) in vmd_domain_reset()
|
| /Linux-v6.6/arch/powerpc/platforms/powermac/ |
| D | pci.c | 69 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in fixup_one_level_bus_range()
|