Home
last modified time | relevance | path

Searched refs:freqbase (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/audio/
H A Dfmopl.h60 double freqbase; /* frequency base */ member
H A Dfmopl.c580 rate = OPL->freqbase; /* frequency rate */ in init_timetables()
728 OPL->freqbase = (OPL->rate) ? ((double)OPL->clock / OPL->rate) / 72 : 0; in OPL_initialize()
736 OPL->FN_TABLE[fn] = OPL->freqbase * fn * FREQ_RATE * (1<<7) / 2; in OPL_initialize()