Searched refs:PCI_CLASS_BRIDGE_PCI (Results 1 – 10 of 10) sorted by relevance
155 writel(PCI_CLASS_BRIDGE_PCI << 16, XR3_CONFIG_BASE + XR3PCI_BRIDGE_PCI_IDS); in xr3pci_init()
330 case PCI_CLASS_BRIDGE_PCI: in dm_pciauto_config_device()
336 case PCI_CLASS_BRIDGE_PCI: in pciauto_config_device()
526 0xffff << 16, PCI_CLASS_BRIDGE_PCI << 16); in pcie_dw_mvebu_probe()
293 PCI_CLASS_BRIDGE_PCI << 16); in imx_pcie_regions_setup()
296 writew(PCI_CLASS_BRIDGE_PCI, pcie->dbi + PCI_CLASS_DEVICE); in ls_pcie_fix_class()
332 value |= PCI_CLASS_BRIDGE_PCI << 16; in pci_tegra_read_config()
699 bridge = (find_id->class >> 8) == PCI_CLASS_BRIDGE_PCI; in pci_find_and_bind_driver()
538 if (class == PCI_CLASS_BRIDGE_PCI) in board_pci_fixup_dev()
56 #define PCI_CLASS_BRIDGE_PCI 0x0604 macro