Home
last modified time | relevance | path

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

/drivers/clocksource/
Dtimer-orion.c28 #define TIMER0_VAL 0x14 macro
39 return ~readl(timer_base + TIMER0_VAL); in orion_read_timer()
57 return ~readl(timer_base + TIMER0_VAL); in orion_read_sched_clock()
150 writel(~0, timer_base + TIMER0_VAL); in orion_timer_init()
156 ret = clocksource_mmio_init(timer_base + TIMER0_VAL, in orion_timer_init()