Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/dvb-frontends/
Dstb0899_algo.c769 static long Log2Int(int number) in Log2Int() function
797 dec_rate = Log2Int(dec_ratio); in stb0899_dvbs2_calc_srate()
848 dec_rate = Log2Int(dec_ratio); in stb0899_dvbs2_set_srate()
904 dec_rate = Log2Int(dec_ratio); in stb0899_dvbs2_set_btr_loopbw()
920 k_direct_shift = Log2Int(k_direct) - Log2Int(10000) - 2; in stb0899_dvbs2_set_btr_loopbw()
925 k_indirect_shift = Log2Int(k_indirect + 15) - 20 /*- 2*/; in stb0899_dvbs2_set_btr_loopbw()