Home
last modified time | relevance | path

Searched refs:TIME_CONST (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_sir.c80 #define TIME_CONST (10000000ul/115200ul) macro
99 #define TIME_CONST (9000000ul/115200ul) macro
329 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()