Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5227x/
H A Dspeed.c21 #define CLOCK_LPD_MAX (1 << 15) /* Divider (decoded) */ macro
38 if (lpdiv > CLOCK_LPD_MAX) in clock_enter_limp()
39 lpdiv = CLOCK_LPD_MAX; in clock_enter_limp()
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5445x/
H A Dspeed.c21 #define CLOCK_LPD_MAX (1 << 15) /* Divider (decoded) */ macro
38 if (lpdiv > CLOCK_LPD_MAX) in clock_enter_limp()
39 lpdiv = CLOCK_LPD_MAX; in clock_enter_limp()