Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpci-meson.c323 *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 Dpci-keystone.c543 .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 Dportdrv_pci.c197 { 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 Dpciehp_hpc.c1062 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 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()
H A Dshpchp_core.c315 {PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0)},
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dfixup-sb1250.c78 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in quirk_sb1250_ht()
H A Dpci-bcm63xx.c189 val |= (PCI_CLASS_BRIDGE_PCI << IDVAL3_SUBCLASS_SHIFT); in bcm63xx_register_pcie()
H A Dpci-legacy.c303 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-iproc-bcma.c21 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in bcma_pcie2_fixup_class()
H A Dpci-loongson.c38 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in bridge_class_quirk()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dpci.c96 if (status != EFI_SUCCESS || class != PCI_CLASS_BRIDGE_PCI) in efi_pci_disable_bridge_busmaster()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dpci-dma.c155 PCI_CLASS_BRIDGE_PCI, 8, via_no_dac);
H A Dearly-quirks.c695 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 Dquirks.c1839 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 Dpci-bridge-emul.c287 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 Dpcie.c155 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 Dpci.c171 if (!dev || (dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pcibios_init_bridge()
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dfixup.c160 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 Dpci-auto.c274 if ((pci_class >> 16) == PCI_CLASS_BRIDGE_PCI) { in pciauto_bus_scan()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci_32.c95 if (!class_code || ((*class_code >> 8) != PCI_CLASS_BRIDGE_PCI && in make_one_node_map()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_auto.c329 case PCI_CLASS_BRIDGE_PCI: in dm_pciauto_config_device()
H A Dpcie_dw_mvebu.c501 0xffff << 16, PCI_CLASS_BRIDGE_PCI << 16); in pcie_dw_mvebu_probe()
H A Dpci_auto_old.c336 case PCI_CLASS_BRIDGE_PCI: in pciauto_config_device()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dpci.c259 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pcibios_fixup_bus()

123