Searched refs:PCI_CLASS_BRIDGE_PCI (Results 1 – 24 of 24) sorted by relevance
/linux-4.19.296/drivers/pci/controller/dwc/ |
D | pci-keystone.c | 49 .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()
|
D | pcie-designware-host.c | 732 dw_pcie_wr_own_conf(pp, PCI_CLASS_DEVICE, 2, PCI_CLASS_BRIDGE_PCI); in dw_pcie_setup_rc()
|
D | pcie-qcom.c | 1196 *val |= PCI_CLASS_BRIDGE_PCI << 16; in qcom_pcie_rd_own_conf()
|
/linux-4.19.296/drivers/pci/controller/ |
D | pcie-iproc-bcma.c | 21 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in bcma_pcie2_fixup_class()
|
D | pcie-tango.c | 322 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in tango_fixup_class()
|
D | pcie-cadence-host.c | 136 cdns_pcie_rp_writew(pcie, PCI_CLASS_DEVICE, PCI_CLASS_BRIDGE_PCI); in cdns_pcie_host_init_root_port()
|
D | pcie-iproc.c | 790 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()
|
D | pcie-mobiveil.c | 577 value |= (PCI_CLASS_BRIDGE_PCI << 16); in mobiveil_host_init()
|
D | pcie-rockchip-host.c | 379 PCI_CLASS_BRIDGE_PCI << PCIE_RC_CONFIG_SCC_SHIFT, in rockchip_pcie_host_init_port()
|
D | pcie-rcar.c | 589 rcar_pci_write_reg(pcie, PCI_CLASS_BRIDGE_PCI << 16, IDSETR1); in rcar_pcie_hw_init()
|
D | pci-mvebu.c | 489 bridge->class = PCI_CLASS_BRIDGE_PCI; in mvebu_sw_pci_bridge_init()
|
D | pcie-mediatek.c | 682 val = PCI_CLASS_BRIDGE_PCI; in mtk_pcie_startup_port_v2()
|
D | pci-tegra.c | 541 dev->class = PCI_CLASS_BRIDGE_PCI << 8; in tegra_pcie_fixup_class()
|
/linux-4.19.296/drivers/pci/hotplug/ |
D | pciehp_hpc.c | 982 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);
|
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()
|
D | shpchp_core.c | 335 {PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0)},
|
/linux-4.19.296/drivers/pci/pcie/ |
D | portdrv_pci.c | 182 PCI_DEVICE_CLASS(((PCI_CLASS_BRIDGE_PCI << 8) | 0x00), ~0),
|
/linux-4.19.296/drivers/pci/ |
D | setup-bus.c | 707 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()
|
D | probe.c | 1703 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()
|
D | pci.c | 6020 (dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in pci_reassigndev_resource_alignment()
|
D | quirks.c | 1804 DECLARE_PCI_FIXUP_CLASS_FINAL(PCI_VENDOR_ID_HUAWEI, 0x1610, PCI_CLASS_BRIDGE_PCI, 8, quirk_pcie_mch…
|
/linux-4.19.296/drivers/parisc/ |
D | dino.c | 569 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()
|
D | lba_pci.c | 831 if ((dev->class >> 8) == PCI_CLASS_BRIDGE_PCI) { in lba_fixup_bus()
|
/linux-4.19.296/include/linux/ |
D | pci_ids.h | 61 #define PCI_CLASS_BRIDGE_PCI 0x0604 macro
|