Searched refs:MAX_LPD (Results 1 – 1 of 1) sorted by relevance
34 #define MAX_LPD (15) /* Divider (not encoded) */ macro45 #define MAX_LPD (1 << 15) /* Divider (not encoded) */ macro98 if (div > MAX_LPD) in clock_limp()99 div = MAX_LPD; in clock_limp()
Completed in 4 milliseconds