Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/cpu/mcf5227x/
H A Dspeed.c19 #define CLOCK_LPD_MIN (1 << 0) /* Divider (decoded) */ macro
35 if (lpdiv < CLOCK_LPD_MIN) in clock_enter_limp()
36 lpdiv = CLOCK_LPD_MIN; in clock_enter_limp()
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dspeed.c19 #define CLOCK_LPD_MIN (1 << 0) /* Divider (decoded) */ macro
35 if (lpdiv < CLOCK_LPD_MIN) in clock_enter_limp()
36 lpdiv = CLOCK_LPD_MIN; in clock_enter_limp()