Searched refs:mtime_lo (Results 1 – 4 of 4) sorted by relevance
11 static unsigned long mtime_lo(void) in mtime_lo() function27 uint32_t lo = mtime_lo(); in get_timer_value()37 return mtime_lo(); in get_timer_value()121 uint32_t now = mtime_lo(); in use_pll()122 while (mtime_lo() - now < 4) ; in use_pll()147 unsigned long tmp = mtime_lo(); in measure_cpu_freq()149 start_mtime = mtime_lo(); in measure_cpu_freq()155 delta_mtime = mtime_lo() - start_mtime; in measure_cpu_freq()
12 static unsigned long mtime_lo(void) in mtime_lo() function28 uint32_t lo = mtime_lo(); in get_timer_value()38 return mtime_lo(); in get_timer_value()122 uint32_t now = mtime_lo(); in use_pll()123 while (mtime_lo() - now < 4) ; in use_pll()148 unsigned long tmp = mtime_lo(); in measure_cpu_freq()150 start_mtime = mtime_lo(); in measure_cpu_freq()156 delta_mtime = mtime_lo() - start_mtime; in measure_cpu_freq()
42 uint32_t mtime_lo(void) in mtime_lo() function57 uint32_t lo = mtime_lo(); in get_timer_value()108 uint32_t tmp = mtime_lo(); in measure_cpu_freq()110 start_mtime = mtime_lo(); in measure_cpu_freq()120 delta_mtime = mtime_lo() - start_mtime; in measure_cpu_freq()
23 uint32_t mtime_lo(void);
Completed in 15 milliseconds