Home
last modified time | relevance | path

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

/linux-4.1.27/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()
483 if (deltintrtv > TIME_CONST * threshold) { in sir_interrupt()
505 deltv-TIME_CONST); in sir_interrupt()
508 if (last_tv.tv_usec >= TIME_CONST) { in sir_interrupt()
509 last_tv.tv_usec -= TIME_CONST; in sir_interrupt()
513 TIME_CONST; in sir_interrupt()
[all …]