Home
last modified time | relevance | path

Searched refs:PCIE_BAR_CTRL_OFF (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/plat-orion/
H A Dpcie.c28 #define PCIE_BAR_CTRL_OFF(n) (0x1804 + ((n - 1) * 4)) macro
135 writel(0, base + PCIE_BAR_CTRL_OFF(i)); in orion_pcie_setup_wins()
178 writel(((size - 1) & 0xffff0000) | 1, base + PCIE_BAR_CTRL_OFF(1)); in orion_pcie_setup_wins()
/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c38 #define PCIE_BAR_CTRL_OFF(n) (0x1804 + (((n) - 1) * 4)) macro
233 writel(0, pcie->base + PCIE_BAR_CTRL_OFF(i)); in mvebu_pcie_setup_wins()
272 pcie->base + PCIE_BAR_CTRL_OFF(1)); in mvebu_pcie_setup_wins()
/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c40 #define PCIE_BAR_CTRL_OFF(n) (0x1804 + (((n) - 1) * 4)) macro
181 mvebu_writel(port, 0, PCIE_BAR_CTRL_OFF(i)); in mvebu_pcie_disable_wins()
240 PCIE_BAR_CTRL_OFF(1)); in mvebu_pcie_setup_wins()