/linux-4.4.14/arch/mips/pci/ |
D | fixup-sb1250.c | 29 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in quirk_sb1250_ht()
|
D | pci-bcm63xx.c | 189 val |= (PCI_CLASS_BRIDGE_PCI << IDVAL3_SUBCLASS_SHIFT); in bcm63xx_register_pcie()
|
D | pci.c | 317 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
|
/linux-4.4.14/drivers/pci/host/ |
D | pci-keystone.c | 54 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in quirk_limit_mrrs() 56 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in quirk_limit_mrrs() 58 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in quirk_limit_mrrs()
|
D | pcie-iproc-bcma.c | 29 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in bcma_pcie2_fixup_class()
|
D | pci-layerscape.c | 77 iowrite16(PCI_CLASS_BRIDGE_PCI, pcie->dbi + PCI_CLASS_DEVICE); in ls_pcie_fix_class()
|
D | pcie-iproc.c | 182 class |= (PCI_CLASS_BRIDGE_PCI << PCI_CLASS_BRIDGE_SHIFT); in iproc_pcie_check_link()
|
D | pcie-designware.c | 528 dw_pcie_wr_own_conf(pp, PCI_CLASS_DEVICE, 2, PCI_CLASS_BRIDGE_PCI); in dw_pcie_host_init()
|
D | pcie-rcar.c | 500 rcar_pci_write_reg(pcie, PCI_CLASS_BRIDGE_PCI << 16, IDSETR1); in rcar_pcie_hw_init()
|
D | pci-mvebu.c | 468 bridge->class = PCI_CLASS_BRIDGE_PCI; in mvebu_sw_pci_bridge_init()
|
D | pci-tegra.c | 582 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in tegra_pcie_fixup_class()
|
/linux-4.4.14/drivers/pci/ |
D | setup-bus.c | 716 if ((bridge->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_claim_bridge_resource() 1238 case PCI_CLASS_BRIDGE_PCI: in __pci_bus_size_bridges() 1254 case PCI_CLASS_BRIDGE_PCI: in __pci_bus_size_bridges() 1404 case PCI_CLASS_BRIDGE_PCI: in __pci_bus_assign_resources() 1443 case PCI_CLASS_BRIDGE_PCI: in __pci_bridge_assign_resources() 1545 if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources() 1556 if ((bus->self->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
|
D | probe.c | 1238 if (class == PCI_CLASS_BRIDGE_PCI) in pci_setup_device() 1290 if (class != PCI_CLASS_BRIDGE_PCI) in pci_setup_device() 1400 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in program_hpp_type0()
|
D | pci.c | 4702 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pci_reassigndev_resource_alignment()
|
/linux-4.4.14/arch/x86/kernel/ |
D | pci-dma.c | 287 PCI_CLASS_BRIDGE_PCI, 8, via_no_dac);
|
D | early-quirks.c | 613 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, nvidia_bugs }, 615 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, via_bugs },
|
/linux-4.4.14/arch/xtensa/lib/ |
D | pci-auto.c | 288 if ((pci_class >> 16) == PCI_CLASS_BRIDGE_PCI) { in pciauto_bus_scan()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | pci_32.c | 91 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in make_one_node_map()
|
D | pci_dn.c | 358 if (dn->child && ((class >> 8) == PCI_CLASS_BRIDGE_PCI || in traverse_pci_devices()
|
/linux-4.4.14/drivers/pci/pcie/ |
D | portdrv_pci.c | 295 PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0),
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | pci.c | 203 case PCI_CLASS_BRIDGE_PCI: in pcibios_fixup_bus()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | ibmphp_pci.c | 183 if (class != PCI_CLASS_BRIDGE_PCI) { in ibmphp_configure_card() 251 if (class != PCI_CLASS_BRIDGE_PCI) { in ibmphp_configure_card() 1513 if (class != PCI_CLASS_BRIDGE_PCI) { in unconfigure_boot_card() 1527 if (class != PCI_CLASS_BRIDGE_PCI) { in unconfigure_boot_card()
|
D | shpchp_core.c | 358 {PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0)},
|
/linux-4.4.14/arch/tile/kernel/ |
D | pci.c | 349 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI && in pcibios_init()
|
D | pci_gx.c | 809 (PCI_CLASS_BRIDGE_PCI << 16); in pcibios_init()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | pci.c | 248 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
|
/linux-4.4.14/arch/x86/pci/ |
D | fixup.c | 159 PCI_CLASS_BRIDGE_PCI, 8, pci_fixup_transparent_bridge);
|
/linux-4.4.14/drivers/parisc/ |
D | dino.c | 514 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in dino_card_fixup() 602 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) in dino_fixup_bus()
|
D | lba_pci.c | 793 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) in lba_fixup_bus()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | msi.c | 250 if ((class >> 8) != PCI_CLASS_BRIDGE_PCI) in count_non_bridge_devices()
|
D | eeh_pseries.c | 230 if ((edev->class_code >> 8) == PCI_CLASS_BRIDGE_PCI) { in pseries_eeh_probe()
|
/linux-4.4.14/arch/sh/drivers/pci/ |
D | pcie-sh7786.c | 316 pci_write_reg(chan, PCI_CLASS_BRIDGE_PCI << 16, SH4A_PCIEIDSETR1); in pcie_init()
|
/linux-4.4.14/arch/arm/kernel/ |
D | bios32.c | 316 case PCI_CLASS_BRIDGE_PCI: in pcibios_fixup_bus()
|
/linux-4.4.14/arch/powerpc/platforms/maple/ |
D | pci.c | 47 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in fixup_one_level_bus_range()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | pci.c | 803 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in pnv_p7ioc_rc_quirk()
|
D | eeh-powernv.c | 391 if ((edev->class_code >> 8) == PCI_CLASS_BRIDGE_PCI) { in pnv_eeh_probe()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | pci.c | 72 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in fixup_one_level_bus_range()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | fsl_pci.c | 58 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in quirk_fsl_pcie_early()
|
/linux-4.4.14/include/linux/ |
D | pci_ids.h | 57 #define PCI_CLASS_BRIDGE_PCI 0x0604 macro
|
/linux-4.4.14/drivers/iommu/ |
D | intel-iommu.c | 2766 if (pdev->class >> 8 == PCI_CLASS_BRIDGE_PCI) in iommu_should_identity_map()
|