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

/linux-master/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;
140 delay = (DIV_ROUND_CLOSEST(time, tb_us) - 1) & IRB_DELAY_MASK;

Completed in 214 milliseconds