Searched refs:TIMER1_BASE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/clocksource/
H A Dmoxart_timer.c25 #define TIMER1_BASE 0x00 macro
68 writel(~0, base + TIMER1_BASE + REG_LOAD); moxart_clkevt_mode()
71 writel(clock_count_per_tick, base + TIMER1_BASE + REG_LOAD); moxart_clkevt_mode()
89 u = readl(base + TIMER1_BASE + REG_COUNT) - cycles; moxart_clkevt_next_event()
90 writel(u, base + TIMER1_BASE + REG_MATCH1); moxart_clkevt_next_event()
H A Dtegra20_timer.c43 #define TIMER1_BASE 0x0 macro

Completed in 180 milliseconds