Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dgusemu_mixer.c63 …unsigned int LoopStart = (GUSvoice(wVSRLoopStartHi) << 16) | GUSvoice(wVSRLoopStartLo); /* 23.9… in gus_mixvoices() local
145 …if ((GUSvoice(wVSRControl) & 0x4000) ? (CurrPos <= LoopStart) : (CurrPos >= LoopEnd)) /* playback … in gus_mixvoices()
157 … CurrPos = (GUSvoice(wVSRControl) & 0x4000) ? LoopEnd : LoopStart; /* unidir. loop */ in gus_mixvoices()