Home
last modified time | relevance | path

Searched refs:PCI_CLASS_BRIDGE_PCI_NORMAL (Results 1 – 22 of 22) sorted by relevance

/linux-6.1.9/arch/mips/pci/
Dfixup-sb1250.c78 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in quirk_sb1250_ht()
Dpci-bcm63xx.c189 val |= PCI_CLASS_BRIDGE_PCI_NORMAL; in bcm63xx_register_pcie()
/linux-6.1.9/drivers/pci/controller/
Dpcie-iproc-bcma.c21 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in bcma_pcie2_fixup_class()
Dpci-loongson.c53 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in bridge_class_quirk()
Dpcie-iproc.c798 class |= PCI_CLASS_BRIDGE_PCI_NORMAL; in iproc_pcie_check_link()
1583 pdev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in quirk_paxc_bridge()
Dpcie-rockchip-host.c373 PCI_CLASS_BRIDGE_PCI_NORMAL << 8, in rockchip_pcie_host_init_port()
Dpcie-mediatek-gen3.c326 val |= PCI_CLASS(PCI_CLASS_BRIDGE_PCI_NORMAL); in mtk_pcie_startup_port()
Dpcie-rcar-host.c465 rcar_pci_write_reg(pcie, PCI_CLASS_BRIDGE_PCI_NORMAL << 8, IDSETR1); in rcar_pcie_hw_init()
Dpci-mvebu.c298 dev_rev |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8; in mvebu_pcie_setup_hw()
Dpci-aardvark.c534 reg |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8; in advk_pcie_setup_hw()
Dpci-tegra.c729 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in tegra_pcie_fixup_class()
/linux-6.1.9/drivers/pci/pcie/
Dportdrv_pci.c181 { PCI_DEVICE_CLASS(PCI_CLASS_BRIDGE_PCI_NORMAL, ~0) },
/linux-6.1.9/drivers/pci/controller/dwc/
Dpci-keystone.c534 .class = PCI_CLASS_BRIDGE_PCI_NORMAL, .class_mask = ~0, }, in ks_pcie_quirk()
536 .class = PCI_CLASS_BRIDGE_PCI_NORMAL, .class_mask = ~0, }, in ks_pcie_quirk()
538 .class = PCI_CLASS_BRIDGE_PCI_NORMAL, .class_mask = ~0, }, in ks_pcie_quirk()
540 .class = PCI_CLASS_BRIDGE_PCI_NORMAL, .class_mask = ~0, }, in ks_pcie_quirk()
Dpci-meson.c320 *val |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8; in meson_pcie_rd_own_conf()
Dpcie-qcom.c1755 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in qcom_fixup_class()
/linux-6.1.9/drivers/pci/hotplug/
Dshpchp_core.c315 {PCI_DEVICE_CLASS(PCI_CLASS_BRIDGE_PCI_NORMAL, ~0)},
/linux-6.1.9/drivers/pci/
Dpci-bridge-emul.c354 cpu_to_le32(PCI_CLASS_BRIDGE_PCI_NORMAL << 8); in pci_bridge_emul_init()
/linux-6.1.9/arch/sh/drivers/pci/
Dpcie-sh7786.c317 pci_write_reg(chan, PCI_CLASS_BRIDGE_PCI_NORMAL << 8, SH4A_PCIEIDSETR1); in pcie_init()
/linux-6.1.9/arch/powerpc/sysdev/
Dfsl_pci.c60 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in quirk_fsl_pcie_early()
607 class_code |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8; in fsl_add_bridge()
/linux-6.1.9/drivers/pci/controller/mobiveil/
Dpcie-mobiveil-host.c298 value |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8; in mobiveil_host_init()
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dpci.c817 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in pnv_p7ioc_rc_quirk()
/linux-6.1.9/include/linux/
Dpci_ids.h63 #define PCI_CLASS_BRIDGE_PCI_NORMAL 0x060400 macro