Home
last modified time | relevance | path

Searched refs:GEMINI_TIMER_BASE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm/mach-gemini/
Dtime.c24 #define TIMER1_BASE GEMINI_TIMER_BASE
25 #define TIMER2_BASE (GEMINI_TIMER_BASE + 0x10)
26 #define TIMER3_BASE (GEMINI_TIMER_BASE + 0x20)
32 #define TIMER_CR (IO_ADDRESS(GEMINI_TIMER_BASE) + 0x30)
33 #define TIMER_INTR_STATE (IO_ADDRESS(GEMINI_TIMER_BASE) + 0x34)
34 #define TIMER_INTR_MASK (IO_ADDRESS(GEMINI_TIMER_BASE) + 0x38)
Dmm.c32 .virtual = (unsigned long)IO_ADDRESS(GEMINI_TIMER_BASE),
33 .pfn = __phys_to_pfn(GEMINI_TIMER_BASE),
/linux-4.4.14/arch/arm/mach-gemini/include/mach/
Dhardware.h29 #define GEMINI_TIMER_BASE 0x43000000 macro