Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/dvb-frontends/
H A Dhorus3a.c176 u8 fc_lpf = 0; in horus3a_set_params() local
258 fc_lpf = 5; in horus3a_set_params()
260 fc_lpf = (u8)DIV_ROUND_UP(symbol_rate * 47, 40000); in horus3a_set_params()
262 fc_lpf = (u8)DIV_ROUND_UP(symbol_rate * 27, 40000) + 5; in horus3a_set_params()
264 if (fc_lpf > 36) in horus3a_set_params()
265 fc_lpf = 36; in horus3a_set_params()
277 fc_lpf = 5; in horus3a_set_params()
279 fc_lpf = (u8)((symbol_rate * 11 + (10000-1)) / 10000); in horus3a_set_params()
281 fc_lpf = (u8)((symbol_rate * 3 + (5000-1)) / 5000 + 5); in horus3a_set_params()
283 if (fc_lpf > 36) in horus3a_set_params()
[all …]