Home
last modified time | relevance | path

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

/test/dm/
A Dk210_pll.c52 struct k210_pll_config *theirs) in dm_test_k210_pll_compare() argument
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()
60 struct k210_pll_config ours, theirs; in dm_test_k210_pll() local
63 ut_asserteq(-EINVAL, k210_pll_calc_config(0, 26000000, &theirs)); in dm_test_k210_pll()
66 &theirs)); in dm_test_k210_pll()
68 &theirs)); in dm_test_k210_pll()
70 &theirs)); in dm_test_k210_pll()
72 &theirs)); in dm_test_k210_pll()
77 ut_assertok(k210_pll_calc_config(rate, rate_in, &theirs)); \ in dm_test_k210_pll()
[all …]

Completed in 8 milliseconds