Searched refs:read_current_timer (Results 1 – 19 of 19) 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);
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
157 int read_current_timer(unsigned long *timer_val);
54 delay_timer.read_current_timer = read_xtal_counter; in tango_clocksource_init()
219 tegra_delay_timer.read_current_timer = in tegra20_init_timer()
244 mtu_delay_timer.read_current_timer = &nmdk_timer_read_current_timer; in nmdk_timer_init()
178 .read_current_timer = msm_read_current_timer,
389 u300_delay_timer.read_current_timer = &u300_read_current_timer; in u300_timer_init_of()
260 .read_current_timer = armada_370_delay_timer_read,
239 exynos4_delay_timer.read_current_timer = &exynos4_read_current_timer; in exynos4_clocksource_init()
172 imx_delay_timer.read_current_timer = &imx_read_current_timer; in mxc_clocksource_init()
142 int read_current_timer(unsigned long *timer_val) in read_current_timer() function
816 int read_current_timer(unsigned long *timer_val) in read_current_timer() function