Home
last modified time | relevance | path

Searched refs:ORION5X_PCI_REG (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-orion5x/
Dpci.c199 #define PCI_MODE ORION5X_PCI_REG(0xd00)
200 #define PCI_CMD ORION5X_PCI_REG(0xc00)
201 #define PCI_P2P_CONF ORION5X_PCI_REG(0x1d14)
202 #define PCI_CONF_ADDR ORION5X_PCI_REG(0xc78)
203 #define PCI_CONF_DATA ORION5X_PCI_REG(0xc7c)
245 #define PCI_BAR_SIZE_DDR_CS(n) (((n) == 0) ? ORION5X_PCI_REG(0xc08) : \
246 ((n) == 1) ? ORION5X_PCI_REG(0xd08) : \
247 ((n) == 2) ? ORION5X_PCI_REG(0xc0c) : \
248 ((n) == 3) ? ORION5X_PCI_REG(0xd0c) : 0)
249 #define PCI_BAR_REMAP_DDR_CS(n) (((n) == 0) ? ORION5X_PCI_REG(0xc48) : \
[all …]
/arch/arm/mach-orion5x/include/mach/
Dorion5x.h104 #define ORION5X_PCI_REG(x) (ORION5X_PCI_VIRT_BASE | (x)) macro