Searched refs:GEMINI_TIMER_BASE (Results 1 – 3 of 3) sorted by relevance
24 #define TIMER1_BASE GEMINI_TIMER_BASE25 #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)
32 .virtual = (unsigned long)IO_ADDRESS(GEMINI_TIMER_BASE),33 .pfn = __phys_to_pfn(GEMINI_TIMER_BASE),
29 #define GEMINI_TIMER_BASE 0x43000000 macro