Home
last modified time | relevance | path

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

/openbmc/linux/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) { in meson_irtx_prepare_space()
132 } else if (time <= 10 * IRB_MAX_DELAY) { in meson_irtx_prepare_space()
135 } else if (time <= 100 * IRB_MAX_DELAY) { in meson_irtx_prepare_space()
174 if (buf[i] >= max_tb_us * IRB_MAX_DELAY) in meson_irtx_check_buf()