Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/rc/
H A Dmeson-ir-tx.c39 #define IRB_DELAY_MASK (IRB_MAX_DELAY - 1) macro
118 delay = (DIV_ROUND_CLOSEST(time, tb_us) - 1) & IRB_DELAY_MASK; in meson_irtx_prepare_pulse()
140 delay = (DIV_ROUND_CLOSEST(time, tb_us) - 1) & IRB_DELAY_MASK; in meson_irtx_prepare_space()