Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/controller/dwc/
Dpci-keystone.c49 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in quirk_limit_mrrs()
51 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in quirk_limit_mrrs()
53 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in quirk_limit_mrrs()
55 .class = PCI_CLASS_BRIDGE_PCI << 8, .class_mask = ~0, }, in quirk_limit_mrrs()
Dpcie-designware-host.c732 dw_pcie_wr_own_conf(pp, PCI_CLASS_DEVICE, 2, PCI_CLASS_BRIDGE_PCI); in dw_pcie_setup_rc()
Dpcie-qcom.c1196 *val |= PCI_CLASS_BRIDGE_PCI << 16; in qcom_pcie_rd_own_conf()
/linux-4.19.296/drivers/pci/controller/
Dpcie-iproc-bcma.c21 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in bcma_pcie2_fixup_class()
Dpcie-tango.c322 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in tango_fixup_class()
Dpcie-cadence-host.c136 cdns_pcie_rp_writew(pcie, PCI_CLASS_DEVICE, PCI_CLASS_BRIDGE_PCI); in cdns_pcie_host_init_root_port()
Dpcie-iproc.c790 class |= (PCI_CLASS_BRIDGE_PCI << PCI_CLASS_BRIDGE_SHIFT); in iproc_pcie_check_link()
1537 pdev->class = PCI_CLASS_BRIDGE_PCI << 8; in quirk_paxc_bridge()
Dpcie-mobiveil.c577 value |= (PCI_CLASS_BRIDGE_PCI << 16); in mobiveil_host_init()
Dpcie-rockchip-host.c379 PCI_CLASS_BRIDGE_PCI << PCIE_RC_CONFIG_SCC_SHIFT, in rockchip_pcie_host_init_port()
Dpcie-rcar.c589 rcar_pci_write_reg(pcie, PCI_CLASS_BRIDGE_PCI << 16, IDSETR1); in rcar_pcie_hw_init()
Dpci-mvebu.c489 bridge->class = PCI_CLASS_BRIDGE_PCI; in mvebu_sw_pci_bridge_init()
Dpcie-mediatek.c682 val = PCI_CLASS_BRIDGE_PCI; in mtk_pcie_startup_port_v2()
Dpci-tegra.c541 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in tegra_pcie_fixup_class()
/linux-4.19.296/drivers/pci/hotplug/
Dpciehp_hpc.c982 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
984 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
986 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
988 PCI_CLASS_BRIDGE_PCI, 8, quirk_cmd_compl);
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()
Dshpchp_core.c335 {PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0)},
/linux-4.19.296/drivers/pci/pcie/
Dportdrv_pci.c182 PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0),
/linux-4.19.296/drivers/pci/
Dsetup-bus.c707 if ((bridge->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_claim_bridge_resource()
1192 case PCI_CLASS_BRIDGE_PCI: in __pci_bus_size_bridges()
1208 case PCI_CLASS_BRIDGE_PCI: in __pci_bus_size_bridges()
1358 case PCI_CLASS_BRIDGE_PCI: in __pci_bus_assign_resources()
1465 case PCI_CLASS_BRIDGE_PCI: in __pci_bridge_assign_resources()
1570 if ((dev->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
1581 if ((bus->self->class >> 8) != PCI_CLASS_BRIDGE_PCI) in pci_bus_release_bridge_resources()
Dprobe.c1703 if (class == PCI_CLASS_BRIDGE_PCI) in pci_setup_device()
1755 if (class != PCI_CLASS_BRIDGE_PCI) in pci_setup_device()
1900 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in program_hpp_type0()
Dpci.c6020 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pci_reassigndev_resource_alignment()
Dquirks.c1804 DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_VENDOR_ID_HUAWEI, 0x1610, PCI_CLASS_BRIDGE_PCI, 8, quirk_pcie_mch…
/linux-4.19.296/drivers/parisc/
Ddino.c569 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in dino_card_fixup()
657 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in dino_fixup_bus()
Dlba_pci.c831 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in lba_fixup_bus()
/linux-4.19.296/include/linux/
Dpci_ids.h61 #define PCI_CLASS_BRIDGE_PCI 0x0604 macro