Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/kernel/
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()
A Dpci_32.c94 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in make_one_node_map()
A Dpci_dn.c426 if (dn->child && ((class >> 8) == PCI_CLASS_BRIDGE_PCI || in pci_traverse_device_nodes()
/linux/drivers/pci/hotplug/
A Dpciehp_hpc.c1086 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
1088 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);
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/drivers/firmware/efi/libstub/
A Dpci.c96 if (status != EFI_SUCCESS || class != PCI_CLASS_BRIDGE_PCI) in efi_pci_disable_bridge_busmaster()
/linux/arch/x86/kernel/
A Dpci-dma.c212 PCI_CLASS_BRIDGE_PCI, 8, via_no_dac);
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/drivers/pci/
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 …]
A Dsetup-bus.c715 if ((bridge->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_claim_bridge_resource()
1582 case PCI_CLASS_BRIDGE_PCI: in __pci_bridge_assign_resources()
1683 if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
1694 if ((bus->self->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
A Dvpd.c598 PCI_CLASS_BRIDGE_PCI, 8, quirk_blacklist_vpd);
/linux/arch/parisc/kernel/
A Dpci.c171 if (!dev || (dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pcibios_init_bridge()
/linux/drivers/pci/controller/plda/
A Dpcie-plda.h235 value |= (PCI_CLASS_BRIDGE_PCI << IDS_CLASS_CODE_SHIFT); in plda_pcie_set_standard_class()
/linux/arch/xtensa/lib/
A Dpci-auto.c276 if ((pci_class >> 16) == PCI_CLASS_BRIDGE_PCI) { in pciauto_bus_scan()
/linux/arch/mips/pci/
A Dpci-legacy.c294 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
/linux/arch/x86/pci/
A Dfixup.c163 PCI_CLASS_BRIDGE_PCI, 8, pci_fixup_transparent_bridge);
654 PCI_CLASS_BRIDGE_PCI, 8, quirk_no_aersid);
/linux/arch/alpha/kernel/
A Dpci.c259 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
/linux/drivers/parisc/
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/arch/arm/kernel/
A Dbios32.c298 case PCI_CLASS_BRIDGE_PCI: in pcibios_fixup_bus()
/linux/drivers/pci/controller/cadence/
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/arch/powerpc/platforms/maple/
A Dpci.c44 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in fixup_one_level_bus_range()
/linux/arch/powerpc/platforms/pseries/
A Dmsi.c233 if ((class >> 8) != PCI_CLASS_BRIDGE_PCI) in count_non_bridge_devices()
A Deeh_pseries.c412 if ((pdn->class_code >> 8) == PCI_CLASS_BRIDGE_PCI) { in pseries_eeh_init_edev()
/linux/drivers/pci/controller/dwc/
A Dpcie-designware-host.c869 dw_pcie_writew_dbi(pci, PCI_CLASS_DEVICE, PCI_CLASS_BRIDGE_PCI); in dw_pcie_setup_rc()
/linux/drivers/pci/controller/
A Dvmd.c529 PCI_CLASS_BRIDGE_PCI)) in vmd_domain_reset()

Completed in 78 milliseconds

12