Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dgusemu_mixer.c53 for (Voice = 0; Voice <= (GUSregb(NumVoices) & 31); Voice++) in gus_mixvoices()
67 … ((GUSregb(NumVoices) & 31) + 1); /* 6.10 increment/frame to 23.9 increment/sample */ in gus_mixvoices()
75 … = (((VolumeIncrement32 * 44100 / 2) / playback_freq) * 14) / ((GUSregb(NumVoices) & 31) + 1); /* … in gus_mixvoices()
H A Dgusemu_hal.c163 return GUSregb(NumVoices); in gus_read()
362 GUSregb(NumVoices) = (uint8_t) data; in gus_write()
456 GUSregb(NumVoices) = 0xcd; in gus_write()
H A Dgustate.h115 #define NumVoices (VSRVolRampControl+2+(16*2)*9+3) macro