Searched refs:read_current_timer (Results 1 – 25 of 27) sorted by relevance
12
48 if (read_current_timer(&pre_start) < 0 ) in calibrate_delay_direct()72 read_current_timer(&start); in calibrate_delay_direct()76 read_current_timer(&start); in calibrate_delay_direct()78 read_current_timer(&post_start); in calibrate_delay_direct()85 read_current_timer(&end); in calibrate_delay_direct()87 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; })
47 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()
54 static inline int read_current_timer(unsigned long *timer_val) in read_current_timer() function
26 int read_current_timer(unsigned long *timer_value) in read_current_timer() function
42 delay_timer.read_current_timer = read_xtal_counter; in tango_clocksource_init()
375 fttmr010->delay_timer.read_current_timer = in fttmr010_common_init()378 fttmr010->delay_timer.read_current_timer = in fttmr010_common_init()
141 .read_current_timer = dw_apb_delay_timer_read,
46 .read_current_timer = orion_read_timer,
222 tegra_delay_timer.read_current_timer = in tegra20_init_timer()
247 mtu_delay_timer.read_current_timer = &nmdk_timer_read_current_timer; in nmdk_timer_init()
85 tpm_delay_timer.read_current_timer = &tpm_read_current_timer; in tpm_clocksource_init()
158 .read_current_timer = msm_read_current_timer,
64 .read_current_timer = lpc32xx_delay_timer_read,
235 .read_current_timer = gt_read_long,
399 u300_delay_timer.read_current_timer = &u300_read_current_timer; in u300_timer_init_of()
240 .read_current_timer = armada_370_delay_timer_read,
257 stm32_timer_delay.read_current_timer = stm32_read_delay; in stm32_clocksource_init()
242 exynos4_delay_timer.read_current_timer = &exynos4_read_current_timer; in exynos4_clocksource_init()
157 int read_current_timer(unsigned long *timer_val);
150 int read_current_timer(unsigned long *timer_val) in read_current_timer() function
198 .read_current_timer = orion_delay_timer_read,