Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dsun4i_timer.c40 #define TIMER_SYNC_TICKS 3 macro
55 while ((old - readl(timer_base + TIMER_CNTVAL_REG(1))) < TIMER_SYNC_TICKS) in sun4i_clkevt_sync()
109 sun4i_clkevt_time_setup(0, evt - TIMER_SYNC_TICKS); in sun4i_clkevt_next_event()
200 TIMER_SYNC_TICKS, 0xffffffff); in sun4i_timer_init()
Dtimer-sun5i.c38 #define TIMER_SYNC_TICKS 3 macro
76 while ((old - readl(ce->timer.base + TIMER_CNTVAL_LO_REG(1))) < TIMER_SYNC_TICKS) in sun5i_clkevt_sync()
139 sun5i_clkevt_time_setup(ce, 0, evt - TIMER_SYNC_TICKS); in sun5i_clkevt_next_event()
306 TIMER_SYNC_TICKS, 0xffffffff); in sun5i_setup_clockevent()