Searched refs:PCI_CLASS_BRIDGE_PCI_NORMAL (Results 1 – 22 of 22) sorted by relevance
/linux-6.1.9/arch/mips/pci/ |
D | fixup-sb1250.c | 78 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in quirk_sb1250_ht()
|
D | pci-bcm63xx.c | 189 val |= PCI_CLASS_BRIDGE_PCI_NORMAL; in bcm63xx_register_pcie()
|
/linux-6.1.9/drivers/pci/controller/ |
D | pcie-iproc-bcma.c | 21 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in bcma_pcie2_fixup_class()
|
D | pci-loongson.c | 53 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in bridge_class_quirk()
|
D | pcie-iproc.c | 798 class |= PCI_CLASS_BRIDGE_PCI_NORMAL; in iproc_pcie_check_link() 1583 pdev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in quirk_paxc_bridge()
|
D | pcie-rockchip-host.c | 373 PCI_CLASS_BRIDGE_PCI_NORMAL << 8, in rockchip_pcie_host_init_port()
|
D | pcie-mediatek-gen3.c | 326 val |= PCI_CLASS(PCI_CLASS_BRIDGE_PCI_NORMAL); in mtk_pcie_startup_port()
|
D | pcie-rcar-host.c | 465 rcar_pci_write_reg(pcie, PCI_CLASS_BRIDGE_PCI_NORMAL << 8, IDSETR1); in rcar_pcie_hw_init()
|
D | pci-mvebu.c | 298 dev_rev |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8; in mvebu_pcie_setup_hw()
|
D | pci-aardvark.c | 534 reg |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8; in advk_pcie_setup_hw()
|
D | pci-tegra.c | 729 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in tegra_pcie_fixup_class()
|
/linux-6.1.9/drivers/pci/pcie/ |
D | portdrv_pci.c | 181 { PCI_DEVICE_CLASS(PCI_CLASS_BRIDGE_PCI_NORMAL, ~0) },
|
/linux-6.1.9/drivers/pci/controller/dwc/ |
D | pci-keystone.c | 534 .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()
|
D | pci-meson.c | 320 *val |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8; in meson_pcie_rd_own_conf()
|
D | pcie-qcom.c | 1755 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in qcom_fixup_class()
|
/linux-6.1.9/drivers/pci/hotplug/ |
D | shpchp_core.c | 315 {PCI_DEVICE_CLASS(PCI_CLASS_BRIDGE_PCI_NORMAL, ~0)},
|
/linux-6.1.9/drivers/pci/ |
D | pci-bridge-emul.c | 354 cpu_to_le32(PCI_CLASS_BRIDGE_PCI_NORMAL << 8); in pci_bridge_emul_init()
|
/linux-6.1.9/arch/sh/drivers/pci/ |
D | pcie-sh7786.c | 317 pci_write_reg(chan, PCI_CLASS_BRIDGE_PCI_NORMAL << 8, SH4A_PCIEIDSETR1); in pcie_init()
|
/linux-6.1.9/arch/powerpc/sysdev/ |
D | fsl_pci.c | 60 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/ |
D | pcie-mobiveil-host.c | 298 value |= PCI_CLASS_BRIDGE_PCI_NORMAL << 8; in mobiveil_host_init()
|
/linux-6.1.9/arch/powerpc/platforms/powernv/ |
D | pci.c | 817 dev->class = PCI_CLASS_BRIDGE_PCI_NORMAL; in pnv_p7ioc_rc_quirk()
|
/linux-6.1.9/include/linux/ |
D | pci_ids.h | 63 #define PCI_CLASS_BRIDGE_PCI_NORMAL 0x060400 macro
|