Searched refs:od (Results 1 – 1 of 1) sorted by relevance
15 u64 f, r, od, max_r, inv_ratio; in dm_test_k210_pll_calc_config() local26 for (od = 1; od <= 16; od++) { in dm_test_k210_pll_calc_config()33 r * od); in dm_test_k210_pll_calc_config()39 best->od = od; in dm_test_k210_pll_calc_config()54 return (u32)ours->f * theirs->r * theirs->od != in dm_test_k210_pll_compare()55 (u32)theirs->f * ours->r * ours->od; in dm_test_k210_pll_compare()
Completed in 6 milliseconds