Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-dove/include/mach/
Ddove.h47 #define DOVE_SB_REGS_VIRT_BASE 0xfde00000 macro
71 #define DOVE_UART0_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x12000)
73 #define DOVE_UART1_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x12100)
75 #define DOVE_UART2_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x12200)
77 #define DOVE_UART3_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x12300)
82 #define BRIDGE_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x20000)
88 #define DOVE_PCIE0_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x40000)
96 #define DOVE_XOR0_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x60800)
98 #define DOVE_XOR0_HIGH_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x60A00)
102 #define DOVE_XOR1_VIRT_BASE (DOVE_SB_REGS_VIRT_BASE | 0x60900)
[all …]
Dhardware.h23 DOVE_SB_REGS_VIRT_BASE)))
24 #define __PREG(x) (((u32)&(x)) - DOVE_SB_REGS_VIRT_BASE + \
Ddebug-macro.S13 ldr \rv, =DOVE_SB_REGS_VIRT_BASE
/linux-2.6.39/arch/arm/mach-dove/
Dcommon.c45 .virtual = DOVE_SB_REGS_VIRT_BASE,