Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf532x/
H A Dspeed.c23 #define MIN_FSYS 58333 /* KHz */ macro
170 if (fsys < MIN_FSYS) in clock_pll()
171 fsys = MIN_FSYS; in clock_pll()
/OK3568_Linux_fs/kernel/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()