Symbol: PCI_CLASS_BRIDGE_PCI_NORMAL
arch/mips/pci/fixup-sb1250.c
78
dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL;
arch/mips/pci/pci-bcm63xx.c
189
val |= PCI_CLASS_BRIDGE_PCI_NORMAL;
arch/powerpc/platforms/powernv/pci.c
756
dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL;
arch/powerpc/sysdev/fsl_pci.c
60
dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL;
arch/powerpc/sysdev/fsl_pci.c
607
class_code |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8;
arch/sh/drivers/pci/pcie-sh7786.c
316
pci_write_reg(chan, PCI_CLASS_BRIDGE_PCI_NORMAL << 8, SH4A_PCIEIDSETR1);
drivers/pci/controller/dwc/pci-keystone.c
537
.class = PCI_CLASS_BRIDGE_PCI_NORMAL, .class_mask = ~0, },
drivers/pci/controller/dwc/pci-keystone.c
539
.class = PCI_CLASS_BRIDGE_PCI_NORMAL, .class_mask = ~0, },
drivers/pci/controller/dwc/pci-keystone.c
541
.class = PCI_CLASS_BRIDGE_PCI_NORMAL, .class_mask = ~0, },
drivers/pci/controller/dwc/pci-keystone.c
543
.class = PCI_CLASS_BRIDGE_PCI_NORMAL, .class_mask = ~0, },
drivers/pci/controller/dwc/pci-meson.c
335
*val |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8;
drivers/pci/controller/dwc/pcie-qcom.c
2151
dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL;
drivers/pci/controller/mobiveil/pcie-mobiveil-host.c
296
value |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8;
drivers/pci/controller/pci-aardvark.c
533
reg |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8;
drivers/pci/controller/pci-loongson.c
58
dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL;
drivers/pci/controller/pci-mvebu.c
298
dev_rev |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8;
drivers/pci/controller/pci-tegra.c
731
dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL;
drivers/pci/controller/pcie-iproc-bcma.c
21
dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL;
drivers/pci/controller/pcie-iproc.c
1568
pdev->class = PCI_CLASS_BRIDGE_PCI_NORMAL;
drivers/pci/controller/pcie-iproc.c
798
class |= PCI_CLASS_BRIDGE_PCI_NORMAL;
drivers/pci/controller/pcie-mediatek-gen3.c
454
val |= PCI_CLASS(PCI_CLASS_BRIDGE_PCI_NORMAL);
drivers/pci/controller/pcie-rcar-host.c
448
rcar_pci_write_reg(pcie, PCI_CLASS_BRIDGE_PCI_NORMAL << 8, IDSETR1);
drivers/pci/controller/pcie-rockchip-host.c
369
PCI_CLASS_BRIDGE_PCI_NORMAL << 8,
drivers/pci/hotplug/shpchp_core.c
311
{PCI_DEVICE_CLASS(PCI_CLASS_BRIDGE_PCI_NORMAL, ~0)},
drivers/pci/pci-bridge-emul.c
354
cpu_to_le32(PCI_CLASS_BRIDGE_PCI_NORMAL << 8);
drivers/pci/pcie/portdrv.c
777
{ PCI_DEVICE_CLASS(PCI_CLASS_BRIDGE_PCI_NORMAL, ~0) },