| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pci-meson.c | 323 *val = (PCI_CLASS_BRIDGE_PCI << 16) | (*val & 0xffff); in meson_pcie_rd_own_conf() 325 *val = PCI_CLASS_BRIDGE_PCI; in meson_pcie_rd_own_conf() 327 *val = PCI_CLASS_BRIDGE_PCI & 0xff; in meson_pcie_rd_own_conf() 329 *val = (PCI_CLASS_BRIDGE_PCI >> 8) & 0xff; in meson_pcie_rd_own_conf()
|
| H A D | pci-keystone.c | 543 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in ks_pcie_quirk() 545 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in ks_pcie_quirk() 547 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in ks_pcie_quirk() 549 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in ks_pcie_quirk()
|
| /OK3568_Linux_fs/kernel/drivers/pci/pcie/ |
| H A D | portdrv_pci.c | 197 { PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0) }, 199 { PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x01), ~0) },
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | pciehp_hpc.c | 1062 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 1064 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 1066 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 1068 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl); 1070 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
|
| H A D | ibmphp_pci.c | 168 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()
|
| H A D | shpchp_core.c | 315 {PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0)},
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | fixup-sb1250.c | 78 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in quirk_sb1250_ht()
|
| H A D | pci-bcm63xx.c | 189 val |= (PCI_CLASS_BRIDGE_PCI << IDVAL3_SUBCLASS_SHIFT); in bcm63xx_register_pcie()
|
| H A D | pci-legacy.c | 303 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pcie-iproc-bcma.c | 21 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in bcma_pcie2_fixup_class()
|
| H A D | pci-loongson.c | 38 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in bridge_class_quirk()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | pci.c | 96 if (status != EFI_SUCCESS || class != PCI_CLASS_BRIDGE_PCI) in efi_pci_disable_bridge_busmaster()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | pci-dma.c | 155 PCI_CLASS_BRIDGE_PCI, 8, via_no_dac);
|
| H A D | early-quirks.c | 695 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, nvidia_bugs }, 697 PCI_CLASS_BRIDGE_PCI, PCI_ANY_ID, QFLAG_APPLY_ONCE, via_bugs },
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | quirks.c | 1839 DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_VENDOR_ID_HUAWEI, 0x1610, PCI_CLASS_BRIDGE_PCI, 8, quirk_pcie_mch… 2703 PCI_CLASS_BRIDGE_PCI, 8, 2706 PCI_CLASS_BRIDGE_PCI, 8, 2709 PCI_CLASS_BRIDGE_PCI, 8, 2712 PCI_CLASS_BRIDGE_PCI, 8, 2715 PCI_CLASS_BRIDGE_PCI, 8, 2718 PCI_CLASS_BRIDGE_PCI, 8, 2721 PCI_CLASS_BRIDGE_PCI, 8, 2724 PCI_CLASS_BRIDGE_PCI, 8, 2727 PCI_CLASS_BRIDGE_PCI, 8, [all …]
|
| H A D | pci-bridge-emul.c | 287 bridge->conf.class_revision |= cpu_to_le32(PCI_CLASS_BRIDGE_PCI << 16); in pci_bridge_emul_init()
|
| /OK3568_Linux_fs/u-boot/board/armltd/vexpress64/ |
| H A D | pcie.c | 155 writel(PCI_CLASS_BRIDGE_PCI << 16, XR3_CONFIG_BASE + XR3PCI_BRIDGE_PCI_IDS); in xr3pci_init()
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | pci.c | 171 if (!dev || (dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pcibios_init_bridge()
|
| /OK3568_Linux_fs/kernel/arch/x86/pci/ |
| H A D | fixup.c | 160 PCI_CLASS_BRIDGE_PCI, 8, pci_fixup_transparent_bridge); 651 PCI_CLASS_BRIDGE_PCI, 8, quirk_no_aersid);
|
| /OK3568_Linux_fs/kernel/arch/xtensa/lib/ |
| H A D | pci-auto.c | 274 if ((pci_class >> 16) == PCI_CLASS_BRIDGE_PCI) { in pciauto_bus_scan()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | pci_32.c | 95 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in make_one_node_map()
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_auto.c | 329 case PCI_CLASS_BRIDGE_PCI: in dm_pciauto_config_device()
|
| H A D | pcie_dw_mvebu.c | 501 0xffff << 16, PCI_CLASS_BRIDGE_PCI << 16); in pcie_dw_mvebu_probe()
|
| H A D | pci_auto_old.c | 336 case PCI_CLASS_BRIDGE_PCI: in pciauto_config_device()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | pci.c | 259 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
|