Searched refs:TIMER_SYNC_TICKS (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/clocksource/ |
D | timer-sun4i.c | 40 #define TIMER_SYNC_TICKS 3 macro 52 while ((old - readl(base + TIMER_CNTVAL_REG(1))) < TIMER_SYNC_TICKS) in sun4i_clkevt_sync() 119 sun4i_clkevt_time_setup(timer_of_base(to), 0, evt - TIMER_SYNC_TICKS); in sun4i_clkevt_next_event() 210 TIMER_SYNC_TICKS, 0xffffffff); in sun4i_timer_init()
|
D | timer-sun5i.c | 36 #define TIMER_SYNC_TICKS 3 macro 74 while ((old - readl(ce->timer.base + TIMER_CNTVAL_LO_REG(1))) < TIMER_SYNC_TICKS) in sun5i_clkevt_sync() 137 sun5i_clkevt_time_setup(ce, 0, evt - TIMER_SYNC_TICKS); in sun5i_clkevt_next_event() 314 TIMER_SYNC_TICKS, 0xffffffff); in sun5i_setup_clockevent()
|
D | timer-mediatek.c | 23 #define TIMER_SYNC_TICKS (3) macro 392 TIMER_SYNC_TICKS, 0xffffffff); in mtk_cpux_init() 413 TIMER_SYNC_TICKS, 0xffffffff); in mtk_syst_init() 447 TIMER_SYNC_TICKS, 0xffffffff); in mtk_gpt_init()
|
D | timer-msc313e.c | 39 #define TIMER_SYNC_TICKS 3 macro 195 TIMER_SYNC_TICKS, 0xffffffff); in msc313e_clkevt_init()
|