Lines Matching defs:start
147 * Stop hardware timer and read time elapsed since last start.
153 * The elapsed time since last start in units of 16us.
182 * Stop hardware timer and read timer value and start the timer again.
208 * hwt_wait_time(smc,start,duration)
211 * since the start time.
213 * para start start time
219 void hwt_wait_time(struct s_smc *smc, u_long start, long int duration)
236 diff = (long)(start - hwt_quick_read(smc)) ;
247 if (hwt_quick_read(smc) >= start) {
253 if (hwt_quick_read(smc) < start) {