Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/armltd/vexpress64/
H A Dpcie.c155 writel(PCI_CLASS_BRIDGE_PCI << 16, XR3_CONFIG_BASE + XR3PCI_BRIDGE_PCI_IDS); in xr3pci_init()
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_auto.c329 case PCI_CLASS_BRIDGE_PCI: in dm_pciauto_config_device()
H A Dpci_auto_old.c336 case PCI_CLASS_BRIDGE_PCI: in pciauto_config_device()
H A Dpcie_dw_mvebu.c501 0xffff << 16, PCI_CLASS_BRIDGE_PCI << 16); in pcie_dw_mvebu_probe()
H A Dpcie_imx.c294 PCI_CLASS_BRIDGE_PCI << 16); in imx_pcie_regions_setup()
H A Dpcie_layerscape.c331 writew(PCI_CLASS_BRIDGE_PCI, pcie->dbi + PCI_CLASS_DEVICE); in ls_pcie_fix_class()
H A Dpci_tegra.c336 value |= PCI_CLASS_BRIDGE_PCI << 16; in pci_tegra_read_config()
H A Dpcie_dw_rockchip.c361 writew(PCI_CLASS_BRIDGE_PCI, rk_pcie->dbi_base + PCI_CLASS_DEVICE); in rk_pcie_setup_host()
H A Dpci-uclass.c799 bridge = (find_id->class >> 8) == PCI_CLASS_BRIDGE_PCI; in pci_find_and_bind_driver()
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Dgw_ventana.c538 if (class == PCI_CLASS_BRIDGE_PCI) in board_pci_fixup_dev()
/rk3399_rockchip-uboot/include/
H A Dpci_ids.h56 #define PCI_CLASS_BRIDGE_PCI 0x0604 macro