Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/rc/
H A Dsir_ir.c25 #define TIME_CONST (9000000ul / 115200ul) macro
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 in add_read_queue()
105 if (val > TIME_CONST / 2) in add_read_queue()
106 val -= TIME_CONST / 2; in add_read_queue()
111 val += TIME_CONST / 2; in add_read_queue()
194 if (deltintr > TIME_CONST * threshold) { in sir_interrupt()
209 * deltintr > 2*TIME_CONST, remember? in sir_interrupt()
213 delt - TIME_CONST); in sir_interrupt()
217 TIME_CONST); in sir_interrupt()
[all...]

Completed in 2 milliseconds