Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-imx/mx6/
H A Dclock.c213 u32 div, test_div, pll_num, pll_denom; in decode_pll() local
245 test_div = (div & BM_ANADIG_PLL_AUDIO_TEST_DIV_SELECT) >> in decode_pll()
248 if (test_div == 3) { in decode_pll()
252 test_div = 1 << (2 - test_div); in decode_pll()
254 return infreq * (div + pll_num / pll_denom) / test_div; in decode_pll()
264 test_div = (div & BM_ANADIG_PLL_VIDEO_POST_DIV_SELECT) >> in decode_pll()
267 if (test_div == 3) { in decode_pll()
271 test_div = 1 << (2 - test_div); in decode_pll()
273 return infreq * (div + pll_num / pll_denom) / test_div; in decode_pll()
/openbmc/qemu/tests/tcg/loongarch64/
H A DMakefile.target14 LOONGARCH64_TESTS += test_div
/openbmc/qemu/tests/tcg/openrisc/
H A DMakefile17 TESTCASES += test_div.tst