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

/drivers/media/rc/
H A Dite-cir.c391 int max_rle_us, next_rle_us; local
410 max_rle_us =
437 if (remaining_us > max_rle_us)
438 next_rle_us = max_rle_us;
446 val = (ITE_TX_MAX_RLE * next_rle_us) / max_rle_us;
506 remaining_us = (remaining_us * max_rle_us) / (ITE_TX_MAX_RLE);

Completed in 186 milliseconds