Home
last modified time | relevance | path

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

/u-boot/arch/m68k/cpu/mcf532x/
A Dspeed.c140 int clock_pll(int fsys, int flags) in clock_pll() argument
152 if (fsys == 0) { in clock_pll()
168 if (fsys > MAX_FSYS) in clock_pll()
169 fsys = MAX_FSYS; in clock_pll()
171 if (fsys < MIN_FSYS) in clock_pll()
172 fsys = MIN_FSYS; in clock_pll()
180 temp = (100 * fsys) / fref; in clock_pll()
/u-boot/arch/arm/dts/
A Dimx6qdl.dtsi398 clock-names = "core", "mem", "extal", "fsys", "spba";
A Dimx6sx.dtsi344 "fsys", "spba";

Completed in 6 milliseconds