Searched refs:PCIE_ATU_ENABLE (Results 1 - 7 of 7) sorted by relevance

/u-boot/drivers/pci/
H A Dpcie_layerscape.c108 dbi_writel(pcie, PCIE_ATU_ENABLE, PCIE_ATU_CR2);
119 dbi_writel(pcie, PCIE_ATU_ENABLE | PCIE_ATU_BAR_MODE_ENABLE |
H A Dpcie_dw_common.h43 #define PCIE_ATU_ENABLE (0x1 << 31) macro
H A Dpcie_layerscape.h53 #define PCIE_ATU_ENABLE (0x1 << 31) macro
H A Dpcie_dw_common.c85 PCIE_ATU_ENABLE);
94 if (val & PCIE_ATU_ENABLE)
H A Dpcie_uniphier.c43 #define PCIE_ATU_ENABLE BIT(31) macro
131 writel(PCIE_ATU_ENABLE, priv->dbi_base + PCIE_ATU_CR2);
H A Dpcie_dw_mvebu.c49 #define PCIE_ATU_ENABLE (0x1 << 31) macro
160 writel(PCIE_ATU_ENABLE, pcie->ctrl_base + PCIE_ATU_CR2);
H A Dpcie_imx.c98 #define PCIE_ATU_ENABLE (0x1 << 31) macro
330 writel(PCIE_ATU_ENABLE, priv->dbi_base + PCIE_ATU_CR2);

Completed in 48 milliseconds