Searched refs:delay_timer (Results 1 – 4 of 4) sorted by relevance
38 static const struct delay_timer *delay_timer; variable44 if (!delay_timer) in read_current_timer()47 *timer_val = delay_timer->read_current_timer(); in read_current_timer()77 void __init register_current_timer_delay(const struct delay_timer *timer) in register_current_timer_delay()94 delay_timer = timer; in register_current_timer_delay()
46 struct delay_timer { struct95 extern void register_current_timer_delay(const struct delay_timer *timer);
24 static struct delay_timer arch_delay_timer;
197 static struct delay_timer orion_delay_timer = {