Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-orion.c31 #define TIMER0_VAL 0x14 macro
42 return ~readl(timer_base + TIMER0_VAL); in orion_read_timer()
60 return ~readl(timer_base + TIMER0_VAL); in orion_read_sched_clock()
153 writel(~0, timer_base + TIMER0_VAL); in orion_timer_init()
159 ret = clocksource_mmio_init(timer_base + TIMER0_VAL, in orion_timer_init()