Lines Matching defs:start
151 * Stop hardware timer and read time elapsed since last start.
157 * The elapsed time since last start in units of 16us.
186 * Stop hardware timer and read timer value and start the timer again.
212 * hwt_wait_time(smc,start,duration)
215 * since the start time.
217 * para start start time
223 void hwt_wait_time(struct s_smc *smc, u_long start, long int duration)
240 diff = (long)(start - hwt_quick_read(smc)) ;
251 if (hwt_quick_read(smc) >= start) {
257 if (hwt_quick_read(smc) < start) {