Searched refs:read_current_timer (Results 1 – 10 of 10) sorted by relevance
42 int read_current_timer(unsigned long *timer_val) in read_current_timer() function47 *timer_val = delay_timer->read_current_timer(); in read_current_timer()50 EXPORT_SYMBOL_GPL(read_current_timer);
16 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; })
19 unsigned long (*read_current_timer)(void); member
30 static inline int read_current_timer(unsigned long *timer_val) in read_current_timer() function
29 arch_delay_timer.read_current_timer = arch_timer_read_counter_long; in arch_timer_delay_timer_register()
23 int read_current_timer(unsigned long *timer_value) in read_current_timer() function
25 int read_current_timer(unsigned long *timer_value) in read_current_timer() function
100 int read_current_timer(unsigned long *timer_val) in read_current_timer() function
140 imx_delay_timer.read_current_timer = &imx_read_current_timer; in mxc_clocksource_init()
846 int read_current_timer(unsigned long *timer_val) in read_current_timer() function