Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/pci/hotplug/
Dpciehp_hpc.c1088 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1090 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1092 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1094 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1096 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()
1484 if (class != PCI_CLASS_BRIDGE_PCI) { in unconfigure_boot_card()
1498 if (class != PCI_CLASS_BRIDGE_PCI) { in unconfigure_boot_card()
/Linux-v6.1/drivers/firmware/efi/libstub/
Dpci.c96 if (status != EFI_SUCCESS || class != PCI_CLASS_BRIDGE_PCI) in efi_pci_disable_bridge_busmaster()
/Linux-v6.1/arch/x86/kernel/
Dpci-dma.c227 PCI_CLASS_BRIDGE_PCI, 8, via_no_dac);
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 },
/Linux-v6.1/drivers/pci/
Dquirks.c1837 DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_VENDOR_ID_HUAWEI, 0x1610, PCI_CLASS_BRIDGE_PCI, 8, quirk_pcie_mch…
2727 PCI_CLASS_BRIDGE_PCI, 8,
2730 PCI_CLASS_BRIDGE_PCI, 8,
2733 PCI_CLASS_BRIDGE_PCI, 8,
2736 PCI_CLASS_BRIDGE_PCI, 8,
2739 PCI_CLASS_BRIDGE_PCI, 8,
2742 PCI_CLASS_BRIDGE_PCI, 8,
2745 PCI_CLASS_BRIDGE_PCI, 8,
2748 PCI_CLASS_BRIDGE_PCI, 8,
2751 PCI_CLASS_BRIDGE_PCI, 8,
[all …]
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()
Dvpd.c568 PCI_CLASS_BRIDGE_PCI, 8, quirk_blacklist_vpd);
/Linux-v6.1/arch/parisc/kernel/
Dpci.c171 if (!dev || (dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pcibios_init_bridge()
/Linux-v6.1/arch/xtensa/lib/
Dpci-auto.c274 if ((pci_class >> 16) == PCI_CLASS_BRIDGE_PCI) { in pciauto_bus_scan()
/Linux-v6.1/arch/x86/pci/
Dfixup.c160 PCI_CLASS_BRIDGE_PCI, 8, pci_fixup_transparent_bridge);
651 PCI_CLASS_BRIDGE_PCI, 8, quirk_no_aersid);
/Linux-v6.1/arch/mips/pci/
Dpci-legacy.c295 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
/Linux-v6.1/arch/powerpc/kernel/
Dpci_32.c94 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in make_one_node_map()
Dpci_dn.c426 if (dn->child && ((class >> 8) == PCI_CLASS_BRIDGE_PCI || in pci_traverse_device_nodes()
/Linux-v6.1/arch/alpha/kernel/
Dpci.c259 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
/Linux-v6.1/drivers/parisc/
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-v6.1/arch/arm/kernel/
Dbios32.c300 case PCI_CLASS_BRIDGE_PCI: in pcibios_fixup_bus()
/Linux-v6.1/drivers/pci/controller/cadence/
Dpcie-cadence-host.c186 cdns_pcie_rp_writew(pcie, PCI_CLASS_DEVICE, PCI_CLASS_BRIDGE_PCI); in cdns_pcie_host_init_root_port()
/Linux-v6.1/arch/powerpc/platforms/maple/
Dpci.c44 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in fixup_one_level_bus_range()
/Linux-v6.1/arch/powerpc/platforms/pseries/
Dmsi.c232 if ((class >> 8) != PCI_CLASS_BRIDGE_PCI) in count_non_bridge_devices()
Deeh_pseries.c412 if ((pdn->class_code >> 8) == PCI_CLASS_BRIDGE_PCI) { in pseries_eeh_init_edev()
/Linux-v6.1/drivers/pci/controller/dwc/
Dpcie-designware-host.c761 dw_pcie_writew_dbi(pci, PCI_CLASS_DEVICE, PCI_CLASS_BRIDGE_PCI); in dw_pcie_setup_rc()
Dpci-imx6.c1399 PCI_CLASS_BRIDGE_PCI, 8, imx6_pcie_quirk);
/Linux-v6.1/drivers/pci/controller/
Dvmd.c526 PCI_CLASS_BRIDGE_PCI)) in vmd_domain_reset()
/Linux-v6.1/arch/powerpc/platforms/powermac/
Dpci.c69 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in fixup_one_level_bus_range()

12