Home
last modified time | relevance | path

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

12

/linux-6.15/arch/powerpc/kernel/
H A Dpci-hotplug.c105 if (!((class >> 8) == PCI_CLASS_BRIDGE_PCI)) { in traverse_siblings_and_scan_slot()
118 if ((class >> 8) == PCI_CLASS_BRIDGE_PCI) { in traverse_siblings_and_scan_slot()
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()
/linux-6.15/drivers/pci/hotplug/
H A Dpciehp_hpc.c1089 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1091 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1093 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1095 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1097 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1099 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()
/linux-6.15/drivers/firmware/efi/libstub/
H A Dpci.c79 if (status != EFI_SUCCESS || class != PCI_CLASS_BRIDGE_PCI) in efi_pci_disable_bridge_busmaster()
/linux-6.15/arch/x86/kernel/
H A Dpci-dma.c208 PCI_CLASS_BRIDGE_PCI, 8, via_no_dac);
H A Dearly-quirks.c701 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, nvidia_bugs },
703 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, via_bugs },
/linux-6.15/drivers/pci/
H A Dquirks.c2860 PCI_CLASS_BRIDGE_PCI, 8,
2863 PCI_CLASS_BRIDGE_PCI, 8,
2866 PCI_CLASS_BRIDGE_PCI, 8,
2869 PCI_CLASS_BRIDGE_PCI, 8,
2872 PCI_CLASS_BRIDGE_PCI, 8,
2875 PCI_CLASS_BRIDGE_PCI, 8,
2878 PCI_CLASS_BRIDGE_PCI, 8,
2881 PCI_CLASS_BRIDGE_PCI, 8,
2884 PCI_CLASS_BRIDGE_PCI, 8,
2887 PCI_CLASS_BRIDGE_PCI, 8,
[all …]
H A Dsetup-bus.c816 if ((bridge->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_claim_bridge_resource()
1693 case PCI_CLASS_BRIDGE_PCI: in __pci_bridge_assign_resources()
1793 if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
1804 if ((bus->self->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
H A Dvpd.c598 PCI_CLASS_BRIDGE_PCI, 8, quirk_blacklist_vpd);
/linux-6.15/arch/parisc/kernel/
H A Dpci.c171 if (!dev || (dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pcibios_init_bridge()
/linux-6.15/arch/xtensa/lib/
H A Dpci-auto.c276 if ((pci_class >> 16) == PCI_CLASS_BRIDGE_PCI) { in pciauto_bus_scan()
/linux-6.15/drivers/pci/controller/plda/
H A Dpcie-plda.h237 value |= (PCI_CLASS_BRIDGE_PCI << IDS_CLASS_CODE_SHIFT); in plda_pcie_set_standard_class()
/linux-6.15/arch/mips/pci/
H A Dpci-legacy.c302 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
/linux-6.15/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);
/linux-6.15/arch/alpha/kernel/
H A Dpci.c259 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
/linux-6.15/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()
/linux-6.15/arch/arm/kernel/
H A Dbios32.c298 case PCI_CLASS_BRIDGE_PCI: in pcibios_fixup_bus()
/linux-6.15/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c213 cdns_pcie_rp_writew(pcie, PCI_CLASS_DEVICE, PCI_CLASS_BRIDGE_PCI); in cdns_pcie_host_init_root_port()
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dmsi.c234 if ((class >> 8) != PCI_CLASS_BRIDGE_PCI) in count_non_bridge_devices()
H A Deeh_pseries.c412 if ((pdn->class_code >> 8) == PCI_CLASS_BRIDGE_PCI) { in pseries_eeh_init_edev()
/linux-6.15/drivers/pci/controller/
H A Dvmd.c531 PCI_CLASS_BRIDGE_PCI)) in vmd_domain_reset()
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c898 dw_pcie_writew_dbi(pci, PCI_CLASS_DEVICE, PCI_CLASS_BRIDGE_PCI); in dw_pcie_setup_rc()
/linux-6.15/arch/powerpc/platforms/powermac/
H A Dpci.c69 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in fixup_one_level_bus_range()

12