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

/linux-master/drivers/media/rc/
H A Dmeson-ir-tx.c38 #define IRB_MAX_DELAY (1 << 10) macro
39 #define IRB_DELAY_MASK (IRB_MAX_DELAY - 1)
129 if (time <= IRB_MAX_DELAY) {
132 } else if (time <= 10 * IRB_MAX_DELAY) {
135 } else if (time <= 100 * IRB_MAX_DELAY) {
174 if (buf[i] >= max_tb_us * IRB_MAX_DELAY)

Completed in 155 milliseconds