Searched refs:GEMINI_TIMER_BASE (Results 1 – 3 of 3) sorted by relevance
29 #define GEMINI_TIMER_BASE 0x43000000 macro60 #define GEMINI_TIMER1_BASE GEMINI_TIMER_BASE61 #define GEMINI_TIMER2_BASE (GEMINI_TIMER_BASE + 0x10)62 #define GEMINI_TIMER3_BASE (GEMINI_TIMER_BASE + 0x20)
32 .virtual = IO_ADDRESS(GEMINI_TIMER_BASE),33 .pfn = __phys_to_pfn(GEMINI_TIMER_BASE),
88 __raw_writel(TIMER_2_CR_ENABLE | TIMER_2_CR_INT, TIMER_CR(IO_ADDRESS(GEMINI_TIMER_BASE))); in gemini_timer_init()