HomeSort by: relevance | last modified time | path
    Searched refs:cfreq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mac68k/obio/
asc.c 315 unsigned long cfreq; local
329 cfreq = 65536 * freq / 466;
332 * cur_beep.freq, (cfreq >> 24) & 0xff, (cfreq >> 16) & 0xff,
333 * (cfreq >> 8) & 0xff, (cfreq) & 0xff); */
336 0x814 + 8 * i, (cfreq >> 24) & 0xff);
338 0x815 + 8 * i, (cfreq >> 16) & 0xff);
340 0x816 + 8 * i, (cfreq >> 8) & 0xff);
342 0x817 + 8 * i, (cfreq) & 0xff)
    [all...]
  /src/sys/arch/sgimips/gio/
newport.c 69 int cfreq; member in struct:newport_monitor_entry
74 /* cfreq > 59MHz */
76 /* cfreq > 119MHz */
459 newport_hw_get_mode_cs_params(int cfreq)
461 if (cfreq > 119)
463 if (cfreq > 59)
502 cs = newport_hw_get_mode_cs_params(newport_monitor_list[id].cfreq);

Completed in 26 milliseconds