Lines Matching refs:TIME_CONST
25 #define TIME_CONST (9000000ul / 115200ul)
27 /* timeout for sequences in jiffies (=5/100s), must be longer than TIME_CONST */
100 * statistically, pulses are ~TIME_CONST/2 too long. we could
105 if (val > TIME_CONST / 2)
106 val -= TIME_CONST / 2;
111 val += TIME_CONST / 2;
194 if (deltintr > TIME_CONST * threshold) {
209 * deltintr > 2*TIME_CONST, remember?
213 delt - TIME_CONST);
217 TIME_CONST);
249 long bytes_out = len / TIME_CONST;