Searched refs:ARMCSR_BASE (Results 1 – 6 of 6) sorted by relevance
30 #define ARMCSR_BASE 0xfe000000 macro59 #define UNCACHEABLE_ADDR (ARMCSR_BASE + 0x108)
32 .equ dc21285_high, ARMCSR_BASE & 0xff00000033 .equ dc21285_low, ARMCSR_BASE & 0x00ffffff
14 .equ dc21285_high, ARMCSR_BASE & 0xff00000015 .equ dc21285_low, ARMCSR_BASE & 0x00ffffff
23 #define DC21285_IO(x) ((volatile unsigned long *)(ARMCSR_BASE+(x)))
139 .virtual = ARMCSR_BASE,
50 addr = ARMCSR_BASE; in dc21285_base_address()