Searched refs:cplx_pll (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dfsl_lsch3_speed.c72 u32 c_pll_sel, cplx_pll; local
121 cplx_pll = core_cplx_pll[c_pll_sel];
122 cplx_pll += cc_group[cluster] - 1;
124 freq_c_pll[cplx_pll] / core_cplx_pll_div[c_pll_sel];
H A Dfsl_lsch2_speed.c88 u32 cplx_pll = core_cplx_pll[c_pll_sel]; local
91 freq_c_pll[cplx_pll] / core_cplx_pll_div[c_pll_sel];
/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dclock.c63 u32 cplx_pll = core_cplx_pll[c_pll_sel]; local
66 freq_c_pll[cplx_pll] / core_cplx_pll_div[c_pll_sel];
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dspeed.c177 u32 cplx_pll = core_cplx_PLL[c_pll_sel]; local
178 cplx_pll += cc_group[cluster] - 1;
180 freq_c_pll[cplx_pll] / core_cplx_pll_div[c_pll_sel];
189 u32 cplx_pll = core_cplx_PLL[c_pll_sel]; local
190 cplx_pll += cc_group[dsp_cluster] - 1;
192 freq_c_pll[cplx_pll] / core_cplx_pll_div[c_pll_sel];
454 u32 cplx_pll = core_cplx_PLL[c_pll_sel]; local
457 freq_c_pll[cplx_pll] / core_cplx_pll_div[c_pll_sel];

Completed in 42 milliseconds