Searched refs:delay_timer (Results 1 – 4 of 4) sorted by relevance
26 static const struct delay_timer *delay_timer; variable32 if (!delay_timer) in read_current_timer()35 *timer_val = delay_timer->read_current_timer(); in read_current_timer()65 void __init register_current_timer_delay(const struct delay_timer *timer) in register_current_timer_delay()82 delay_timer = timer; in register_current_timer_delay()
46 struct delay_timer { struct95 extern void register_current_timer_delay(const struct delay_timer *timer);
22 static struct delay_timer arch_delay_timer;
191 static struct delay_timer orion_delay_timer = {