Lines Matching defs:freq
67 static void bbc_beep_freq(void *arg, int freq);
325 bbc_beep_freq(void *arg, int freq)
335 counter = bbc_beep_hztocounter(freq);
354 "bbc_beep_freq: dip = 0x%p, freq = %d, counter = 0x%x : Done",
355 (void *)dip, freq, (int)counter));
472 * frequency generated = system freq /2^(n+2)
481 bbc_beep_hztocounter(int freq)
515 if (newfreq == freq) {
528 if (newfreq > freq) {
531 /* Input freq is less than the possible min */
541 if ((freq - oldfreq) > (newfreq - freq)) {
556 * Input freq is greater than the possible max;