Lines Matching +full:100 +full:khz
21 #define MAX_FVCO 500000 /* KHz */
22 #define MAX_FSYS 80000 /* KHz */
23 #define MIN_FSYS 58333 /* KHz */
26 #define FREF 20000 /* KHz */
38 #define FREF 16000 /* KHz */
132 * fref PLL reference clock frequency in KHz
133 * fsys Desired PLL output frequency in KHz
174 * Multiplying by 100 when calculating the temp value, in clock_pll()
175 * and then dividing by 100 to calculate the mfd allows in clock_pll()
179 temp = (100 * fsys) / fref; in clock_pll()
181 mfd = (BUSDIV * temp) / 100; in clock_pll()
187 mfd = (4 * BUSDIV * temp) / 100; in clock_pll()