Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dgusemu_mixer.c55 if (GUSvoice(wVSRControl) & 0x200) in gus_mixvoices()
56 GUSvoice(wVSRControl) |= 0x100; /* voice stop request */ in gus_mixvoices()
77 if (GUSvoice(wVSRControl) & 0x4000) in gus_mixvoices()
85 if (GUSvoice(wVSRControl) & 0x400) /* 16bit */ in gus_mixvoices()
142 if (!(GUSvoice(wVSRControl) & 0x100)) in gus_mixvoices()
147 if (GUSvoice(wVSRControl) & 0x2000) in gus_mixvoices()
149 if (GUSvoice(wVSRControl) & 0x800) /* loop enabled */ in gus_mixvoices()
151 if (GUSvoice(wVSRControl) & 0x1000) /* pingpong loop */ in gus_mixvoices()
153 GUSvoice(wVSRControl) ^= 0x4000; /* toggle dir */ in gus_mixvoices()
160 … GUSvoice(wVSRControl) |= 0x100; /* loop disabled, rollover check */ in gus_mixvoices()
[all …]
H A Dgustate.h60 #define wVSRControl (0) macro
61 #define wVSRegsEnd (wVSRControl+wVSRegs + 32*(16))