Searched refs:tb_us (Results 1 – 1 of 1) sorted by relevance
116 unsigned int tb_us = DIV_ROUND_CLOSEST(USEC_PER_SEC, ir->carrier); in meson_irtx_prepare_pulse() local118 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() local131 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()