Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/mips/pci/
Dfixup-sb1250.c29 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in quirk_sb1250_ht()
Dpci-legacy.c297 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
Dpci-bcm63xx.c189 val |= (PCI_CLASS_BRIDGE_PCI << IDVAL3_SUBCLASS_SHIFT); in bcm63xx_register_pcie()
/Linux-v4.19/drivers/pci/controller/dwc/
Dpci-keystone.c48 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in quirk_limit_mrrs()
50 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in quirk_limit_mrrs()
52 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in quirk_limit_mrrs()
/Linux-v4.19/drivers/pci/controller/
Dpcie-iproc-bcma.c21 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in bcma_pcie2_fixup_class()
Dpcie-tango.c322 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in tango_fixup_class()
Dpcie-cadence-host.c131 cdns_pcie_rp_writew(pcie, PCI_CLASS_DEVICE, PCI_CLASS_BRIDGE_PCI); in cdns_pcie_host_init_root_port()
/Linux-v4.19/arch/x86/kernel/
Dpci-dma.c195 PCI_CLASS_BRIDGE_PCI, 8, via_no_dac);
Dearly-quirks.c683 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, nvidia_bugs },
685 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, via_bugs },
/Linux-v4.19/drivers/pci/pcie/
Dportdrv_pci.c182 PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0),
/Linux-v4.19/drivers/pci/
Dsetup-bus.c707 if ((bridge->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_claim_bridge_resource()
1229 case PCI_CLASS_BRIDGE_PCI: in __pci_bus_size_bridges()
1245 case PCI_CLASS_BRIDGE_PCI: in __pci_bus_size_bridges()
1395 case PCI_CLASS_BRIDGE_PCI: in __pci_bus_assign_resources()
1502 case PCI_CLASS_BRIDGE_PCI: in __pci_bridge_assign_resources()
1607 if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
1618 if ((bus->self->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
/Linux-v4.19/arch/parisc/kernel/
Dpci.c182 if (!dev || (dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pcibios_init_bridge()
/Linux-v4.19/drivers/pci/hotplug/
Dpciehp_hpc.c954 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
956 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
958 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()
1485 if (class != PCI_CLASS_BRIDGE_PCI) { in unconfigure_boot_card()
1499 if (class != PCI_CLASS_BRIDGE_PCI) { in unconfigure_boot_card()
Dshpchp_core.c335 {PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0)},
/Linux-v4.19/arch/xtensa/lib/
Dpci-auto.c278 if ((pci_class >> 16) == PCI_CLASS_BRIDGE_PCI) { in pciauto_bus_scan()
/Linux-v4.19/arch/powerpc/kernel/
Dpci_32.c95 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in make_one_node_map()
Dpci_dn.c403 if (dn->child && ((class >> 8) == PCI_CLASS_BRIDGE_PCI || in pci_traverse_device_nodes()
/Linux-v4.19/arch/unicore32/kernel/
Dpci.c203 case PCI_CLASS_BRIDGE_PCI: in pcibios_fixup_bus()
/Linux-v4.19/arch/alpha/kernel/
Dpci.c259 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
/Linux-v4.19/drivers/parisc/
Ddino.c517 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in dino_card_fixup()
605 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in dino_fixup_bus()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dmsi.c243 if ((class >> 8) != PCI_CLASS_BRIDGE_PCI) in count_non_bridge_devices()
/Linux-v4.19/arch/sh/drivers/pci/
Dpcie-sh7786.c318 pci_write_reg(chan, PCI_CLASS_BRIDGE_PCI << 16, SH4A_PCIEIDSETR1); in pcie_init()
/Linux-v4.19/arch/arm/kernel/
Dbios32.c317 case PCI_CLASS_BRIDGE_PCI: in pcibios_fixup_bus()
/Linux-v4.19/arch/x86/pci/
Dfixup.c160 PCI_CLASS_BRIDGE_PCI, 8, pci_fixup_transparent_bridge);

12