Searched refs:fc_lpf (Results 1 – 1 of 1) sorted by relevance
185 u8 fc_lpf = 0; in horus3a_set_params() local267 fc_lpf = 5; in horus3a_set_params()269 fc_lpf = (u8)DIV_ROUND_UP(symbol_rate * 47, 40000); in horus3a_set_params()271 fc_lpf = (u8)DIV_ROUND_UP(symbol_rate * 27, 40000) + 5; in horus3a_set_params()273 if (fc_lpf > 36) in horus3a_set_params()274 fc_lpf = 36; in horus3a_set_params()286 fc_lpf = 5; in horus3a_set_params()288 fc_lpf = (u8)((symbol_rate * 11 + (10000-1)) / 10000); in horus3a_set_params()290 fc_lpf = (u8)((symbol_rate * 3 + (5000-1)) / 5000 + 5); in horus3a_set_params()292 if (fc_lpf > 36) in horus3a_set_params()[all …]