Home
last modified time | relevance | path

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

/external/u-boot/arch/m68k/cpu/mcf532x/
Dspeed.c22 #define MIN_FSYS 58333 /* KHz */ macro
169 if (fsys < MIN_FSYS) in clock_pll()
170 fsys = MIN_FSYS; in clock_pll()