Searched refs:read_current_timer (Results 1 – 17 of 17) sorted by relevance
47 if (read_current_timer(&pre_start) < 0 ) in calibrate_delay_direct()71 read_current_timer(&start); in calibrate_delay_direct()75 read_current_timer(&start); in calibrate_delay_direct()77 read_current_timer(&post_start); in calibrate_delay_direct()84 read_current_timer(&end); in calibrate_delay_direct()86 read_current_timer(&post_end); in calibrate_delay_direct()
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);
30 static inline int read_current_timer(unsigned long *timer_val) in read_current_timer() function
16 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; })
19 unsigned long (*read_current_timer)(void); member
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
157 int read_current_timer(unsigned long *timer_val);
100 int read_current_timer(unsigned long *timer_val) in read_current_timer() function
216 tegra_delay_timer.read_current_timer = in tegra20_init_timer()
242 mtu_delay_timer.read_current_timer = &nmdk_timer_read_current_timer; in nmdk_timer_init()
390 u300_delay_timer.read_current_timer = &u300_read_current_timer; in u300_timer_init_of()
190 .read_current_timer = msm_read_current_timer,
239 exynos4_delay_timer.read_current_timer = &exynos4_read_current_timer; in exynos4_clocksource_init()
140 imx_delay_timer.read_current_timer = &imx_read_current_timer; in mxc_clocksource_init()
843 int read_current_timer(unsigned long *timer_val) in read_current_timer() function