Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-imx/imx8m/
A Dclock_imx8mm.c221 INTPLL_PRE_DIV_VAL(3) | INTPLL_POST_DIV_VAL(2); in intpll_configure()
226 INTPLL_PRE_DIV_VAL(2) | INTPLL_POST_DIV_VAL(2); in intpll_configure()
231 INTPLL_PRE_DIV_VAL(3) | INTPLL_POST_DIV_VAL(2); in intpll_configure()
236 INTPLL_PRE_DIV_VAL(3) | INTPLL_POST_DIV_VAL(1); in intpll_configure()
241 INTPLL_PRE_DIV_VAL(2) | INTPLL_POST_DIV_VAL(1); in intpll_configure()
246 INTPLL_PRE_DIV_VAL(3) | INTPLL_POST_DIV_VAL(0); in intpll_configure()
/u-boot/arch/arm/include/asm/arch-imx8m/
A Dclock_imx8mm.h558 #define INTPLL_POST_DIV_VAL(n) ((n << 0) & GENMASK(2, 0)) macro

Completed in 7 milliseconds