Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-dove/include/mach/
Ddove.h44 #define DOVE_SB_REGS_PHYS_BASE 0xf1000000 macro
67 #define DOVE_I2C_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x11000)
68 #define DOVE_UART0_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x12000)
70 #define DOVE_UART1_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x12100)
72 #define DOVE_UART2_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x12200)
74 #define DOVE_UART3_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x12300)
76 #define DOVE_SPI0_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x10600)
77 #define DOVE_SPI1_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x14600)
81 #define BRIDGE_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x20000)
84 #define DOVE_CRYPT_PHYS_BASE (DOVE_SB_REGS_PHYS_BASE | 0x30000)
[all …]
Dhardware.h15 #define __REG(x) (*((volatile u32 *)((x) - DOVE_SB_REGS_PHYS_BASE + \
18 DOVE_SB_REGS_PHYS_BASE)
Ddebug-macro.S12 ldr \rp, =DOVE_SB_REGS_PHYS_BASE
/linux-3.4.99/arch/arm/mach-dove/
Dcommon.c44 .pfn = __phys_to_pfn(DOVE_SB_REGS_PHYS_BASE),