Home
last modified time | relevance | path

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

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