Searched refs:MIN_LPD (Results 1 – 1 of 1) sorted by relevance
33 #define MIN_LPD (0) /* Divider (not encoded) */ macro44 #define MIN_LPD (1 << 0) /* Divider (not encoded) */ macro96 if (div < MIN_LPD) in clock_limp()97 div = MIN_LPD; in clock_limp()
Completed in 2 milliseconds