Home
last modified time | relevance | path

Searched refs:IOP3XX_PERIPHERAL_VIRT_BASE (Results 1 – 5 of 5) sorted by relevance

/arch/arm/mach-iop33x/include/mach/
Diop33x.h21 #define IOP3XX_GPIO_REG(reg) (IOP3XX_PERIPHERAL_VIRT_BASE + 0x1780 + (reg))
22 #define IOP3XX_TIMER_REG(reg) (IOP3XX_PERIPHERAL_VIRT_BASE + 0x07d0 + (reg))
28 #define IOP33X_UART0_VIRT (IOP3XX_PERIPHERAL_VIRT_BASE + 0x1700)
30 #define IOP33X_UART1_VIRT (IOP3XX_PERIPHERAL_VIRT_BASE + 0x1740)
/arch/arm/mach-iop32x/include/mach/
Diop32x.h22 #define IOP3XX_GPIO_REG(reg) (IOP3XX_PERIPHERAL_VIRT_BASE + 0x07c4 + (reg))
23 #define IOP3XX_TIMER_REG(reg) (IOP3XX_PERIPHERAL_VIRT_BASE + 0x07e0 + (reg))
/arch/arm/plat-iop/
Dsetup.c24 .virtual = IOP3XX_PERIPHERAL_VIRT_BASE,
Dio.c50 case IOP3XX_PERIPHERAL_VIRT_BASE ... IOP3XX_PERIPHERAL_UPPER_VA: in __iop3xx_iounmap()
/arch/arm/include/asm/hardware/
Diop3xx.h40 #define IOP3XX_PERIPHERAL_VIRT_BASE 0xfeffe000 macro
44 #define IOP3XX_PERIPHERAL_UPPER_VA (IOP3XX_PERIPHERAL_VIRT_BASE +\
48 - IOP3XX_PERIPHERAL_VIRT_BASE))
49 #define IOP3XX_REG_ADDR(reg) (IOP3XX_PERIPHERAL_VIRT_BASE + (reg))