Searched refs:TIME_CONST (Results 1 – 1 of 1) sorted by relevance
80 #define TIME_CONST (10000000ul/115200ul) macro99 #define TIME_CONST (9000000ul/115200ul) macro329 if (newval > TIME_CONST/2) in add_read_queue()330 newval -= TIME_CONST/2; in add_read_queue()335 newval += TIME_CONST/2; in add_read_queue()476 if (deltintr > TIME_CONST * threshold) { in sir_interrupt()495 delt-TIME_CONST); in sir_interrupt()499 TIME_CONST); in sir_interrupt()530 long bytes_out = len / TIME_CONST; in send_pulse()