Searched refs:wVSRControl (Results 1 – 2 of 2) sorted by relevance
55 if (GUSvoice(wVSRControl) & 0x200) in gus_mixvoices()56 GUSvoice(wVSRControl) |= 0x100; /* voice stop request */ in gus_mixvoices()59 …if (!(GUSvoice(wVSRControl) & GUSvoice(wVSRVolRampControl) & 0x100)) /* neither voice nor volume c… 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()145 …if ((GUSvoice(wVSRControl) & 0x4000) ? (CurrPos <= LoopStart) : (CurrPos >= LoopEnd)) /* playback … in gus_mixvoices()147 if (GUSvoice(wVSRControl) & 0x2000) in gus_mixvoices()148 … GUSvoice(wVSRControl) |= 0x8000; /* voice IRQ enabled -> IRQ wait flag */ in gus_mixvoices()149 if (GUSvoice(wVSRControl) & 0x800) /* loop enabled */ in gus_mixvoices()[all …]
60 #define wVSRControl (0) macro61 #define wVSRegsEnd (wVSRControl+wVSRegs + 32*(16))