Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dfmopl.h61 double TimerBase; /* Timer base time (==sampling time) */ member
H A Dfmopl.c730 OPL->TimerBase = 1.0/((double)OPL->clock / 72.0 ); in OPL_initialize()
790 double interval = st2 ? (double)OPL->T[1]*OPL->TimerBase : 0.0; in OPLWriteReg()
799 double interval = st1 ? (double)OPL->T[0]*OPL->TimerBase : 0.0; in OPLWriteReg()
1208 (double)OPL->T[c] * OPL->TimerBase); in OPLTimerOver()