Home
last modified time | relevance | path

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

/drivers/clocksource/
Dmoxart_timer.c25 #define TIMER1_BASE 0x00 macro
70 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()
Dtegra20_timer.c43 #define TIMER1_BASE 0x0 macro