Home
last modified time | relevance | path

Searched refs:MVEBU_REG_PCIE_BASE (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/arm/mach-mvebu/include/mach/
Dcpu.h15 #define MVEBU_REG_PCIE_DEVID (MVEBU_REG_PCIE_BASE + 0x00)
16 #define MVEBU_REG_PCIE_REVID (MVEBU_REG_PCIE_BASE + 0x08)
Dsoc.h69 #define MVEBU_REG_PCIE_BASE (MVEBU_REGISTER(0x40000)) macro
/external/u-boot/drivers/pci/
Dpci_mvebu.c94 (MVEBU_REG_PCIE_BASE + 0x4000 * (if - 1)))
122 (MVEBU_REG_PCIE_BASE + ((if) / 4) * 0x40000 + ((if) % 4) * 0x4000) : \
123 (MVEBU_REG_PCIE_BASE + 0x2000 + ((if) % 8) * 0x40000))
/external/u-boot/board/gdsys/a38x/
Dhydra.c95 void __iomem *pcie2_base = (void __iomem *)(MVEBU_REG_PCIE_BASE + in do_hydrate()