Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dspeed.c22 #define MIN_FSYS 58333 /* KHz */ macro
169 if (fsys < MIN_FSYS) in clock_pll()
170 fsys = MIN_FSYS; in clock_pll()
/openbmc/linux/arch/m68k/coldfire/
H A Dm53xx.c250 #define MIN_FSYS 58333 /* KHz */ macro
487 if (fsys < MIN_FSYS) in clock_pll()
488 fsys = MIN_FSYS; in clock_pll()