Searched refs:tb_us (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/media/rc/
H A Dmeson-ir-tx.c116 unsigned int tb_us = DIV_ROUND_CLOSEST(USEC_PER_SEC, ir->carrier); local
118 delay = (DIV_ROUND_CLOSEST(time, tb_us) - 1) & IRB_DELAY_MASK;
127 unsigned int tb_us = 100; local
131 tb_us = 1;
134 tb_us = 10;
137 tb_us = 100;
140 delay = (DIV_ROUND_CLOSEST(time, tb_us) - 1) & IRB_DELAY_MASK;

Completed in 136 milliseconds