Home
last modified time | relevance | path

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

12

/Linux-v6.6/drivers/pci/hotplug/
Dpciehp_hpc.c1078 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);
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.6/drivers/firmware/efi/libstub/
Dpci.c96 if (status != EFI_SUCCESS || class != PCI_CLASS_BRIDGE_PCI) in efi_pci_disable_bridge_busmaster()
/Linux-v6.6/arch/x86/kernel/
Dpci-dma.c212 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.6/drivers/pci/
Dquirks.c1932 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 …]
Dsetup-bus.c703 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()
Dvpd.c598 PCI_CLASS_BRIDGE_PCI, 8, quirk_blacklist_vpd);
Dpci-acpi.c162 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in program_hpx_type0()
/Linux-v6.6/arch/parisc/kernel/
Dpci.c171 if (!dev || (dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pcibios_init_bridge()
/Linux-v6.6/arch/xtensa/lib/
Dpci-auto.c274 if ((pci_class >> 16) == PCI_CLASS_BRIDGE_PCI) { in pciauto_bus_scan()
/Linux-v6.6/arch/mips/pci/
Dpci-legacy.c294 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
/Linux-v6.6/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.6/arch/x86/pci/
Dfixup.c161 PCI_CLASS_BRIDGE_PCI, 8, pci_fixup_transparent_bridge);
652 PCI_CLASS_BRIDGE_PCI, 8, quirk_no_aersid);
/Linux-v6.6/arch/alpha/kernel/
Dpci.c259 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
/Linux-v6.6/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.6/arch/arm/kernel/
Dbios32.c298 case PCI_CLASS_BRIDGE_PCI: in pcibios_fixup_bus()
/Linux-v6.6/drivers/pci/controller/cadence/
Dpcie-cadence-host.c213 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/
Dpci.c44 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in fixup_one_level_bus_range()
/Linux-v6.6/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.6/drivers/pci/controller/dwc/
Dpcie-designware-host.c801 dw_pcie_writew_dbi(pci, PCI_CLASS_DEVICE, PCI_CLASS_BRIDGE_PCI); in dw_pcie_setup_rc()
/Linux-v6.6/drivers/pci/controller/
Dvmd.c541 PCI_CLASS_BRIDGE_PCI)) in vmd_domain_reset()
/Linux-v6.6/arch/powerpc/platforms/powermac/
Dpci.c69 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in fixup_one_level_bus_range()

12