Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dfmopl.c60 #define TL_BITS (FREQ_BITS+2) macro
63 #define OPL_OUTSB (TL_BITS+3-16) /* OPL output final shift 16bit */
633 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()