Lines Matching defs:high
94 * @high: the high frequency value is placed here
100 static int speedstep_smi_get_freqs(unsigned int *low, unsigned int *high)
137 *high = high_mhz * 1000;
232 unsigned int *low, *high;
244 /* detect low and high frequency */
246 high = &speedstep_freqs[SPEEDSTEP_HIGH].frequency;
248 result = speedstep_smi_get_freqs(low, high);
252 pr_debug("could not detect low and high frequencies "
255 low, high,