Searched refs:Log2M (Results 1 – 2 of 2) sorted by relevance
62 unsigned int Log2M = __FL1(freq) - __FL1(fref); in __rt_fll_get_mult_div_from_freq() local63 unsigned int D = __MAX(1, (FLL_LOG2_MAXM - Log2M) >> 1); in __rt_fll_get_mult_div_from_freq()
67 unsigned int Log2M = __FL1(freq) - __FL1(fref); in fll_get_mult_div_from_frequency() local68 unsigned int D = __MAX(1, (FLL_LOG2_MAXM - Log2M) >> 1); in fll_get_mult_div_from_frequency()
Completed in 3 milliseconds