Searched refs:TIMER1_BASE (Results 1 – 2 of 2) sorted by relevance
25 #define TIMER1_BASE 0x00 macro70 writel(~0, base + TIMER1_BASE + REG_LOAD); in moxart_set_oneshot()76 writel(clock_count_per_tick, base + TIMER1_BASE + REG_LOAD); in moxart_set_periodic()88 u = readl(base + TIMER1_BASE + REG_COUNT) - cycles; in moxart_clkevt_next_event()89 writel(u, base + TIMER1_BASE + REG_MATCH1); in moxart_clkevt_next_event()
43 #define TIMER1_BASE 0x0 macro