| /OK3568_Linux_fs/kernel/init/ |
| H A D | calibrate.c | 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | delay.c | 30 int read_current_timer(unsigned long *timer_val) in read_current_timer() function 35 *timer_val = delay_timer->read_current_timer(); in read_current_timer() 38 EXPORT_SYMBOL_GPL(read_current_timer);
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | timex.h | 17 static inline int read_current_timer(unsigned long *timer_val) in read_current_timer() function
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | timex.h | 13 #define get_cycles() ({ cycles_t c; read_current_timer(&c) ? 0 : c; })
|
| H A D | delay.h | 47 unsigned long (*read_current_timer)(void); member
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | arch_timer.c | 27 arch_delay_timer.read_current_timer = arch_timer_read_counter_long; in arch_timer_delay_timer_register()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/lib/ |
| H A D | delay.c | 23 int read_current_timer(unsigned long *timer_value) in read_current_timer() function
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-tango-xtal.c | 42 delay_timer.read_current_timer = read_xtal_counter; in tango_clocksource_init()
|
| H A D | timer-fttmr010.c | 412 fttmr010->delay_timer.read_current_timer = in fttmr010_common_init() 415 fttmr010->delay_timer.read_current_timer = in fttmr010_common_init()
|
| H A D | dw_apb_timer_of.c | 142 .read_current_timer = dw_apb_delay_timer_read,
|
| H A D | timer-orion.c | 46 .read_current_timer = orion_read_timer,
|
| H A D | timer-meson6.c | 65 .read_current_timer = meson6_read_current_timer,
|
| H A D | timer-imx-tpm.c | 150 tpm_delay_timer.read_current_timer = &tpm_read_current_timer; in tpm_clocksource_init()
|
| H A D | timer-atmel-tcb.c | 463 tc_delay_timer.read_current_timer = tc_delay_timer_read32; in tcb_clksrc_init() 476 tc_delay_timer.read_current_timer = tc_delay_timer_read; in tcb_clksrc_init()
|
| H A D | nomadik-mtu.c | 242 mtu_delay_timer.read_current_timer = &nmdk_timer_read_current_timer; in nmdk_timer_init()
|
| H A D | timer-qcom.c | 149 .read_current_timer = msm_read_current_timer,
|
| H A D | timer-ixp4xx.c | 234 tmr->delay_timer.read_current_timer = ixp4xx_read_timer; in ixp4xx_timer_register()
|
| H A D | arm_global_timer.c | 232 .read_current_timer = gt_read_long,
|
| H A D | timer-lpc32xx.c | 64 .read_current_timer = lpc32xx_delay_timer_read,
|
| H A D | timer-u300.c | 393 u300_delay_timer.read_current_timer = &u300_read_current_timer; in u300_timer_init_of()
|
| H A D | timer-armada-370-xp.c | 240 .read_current_timer = armada_370_delay_timer_read,
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | timex.h | 85 static inline int read_current_timer(unsigned long *timer_val) in read_current_timer() function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | timex.h | 167 int read_current_timer(unsigned long *timer_val);
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | delay.c | 192 int read_current_timer(unsigned long *timer_val) in read_current_timer() function
|
| /OK3568_Linux_fs/kernel/arch/arm/plat-orion/ |
| H A D | time.c | 192 .read_current_timer = orion_delay_timer_read,
|