Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dspeed.c31 #define MIN_LPD (0) /* Divider (not encoded) */ macro
42 #define MIN_LPD (1 << 0) /* Divider (not encoded) */ macro
94 if (div < MIN_LPD) in clock_limp()
95 div = MIN_LPD; in clock_limp()
/openbmc/linux/arch/m68k/coldfire/
H A Dm53xx.c261 #define MIN_LPD (1 << 0) /* Divider (not encoded) */ macro
550 if (div < MIN_LPD) in clock_limp()
551 div = MIN_LPD; in clock_limp()