Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dgusemu_mixer.c57 if (GUSvoice(wVSRVolRampControl) & 0x200) in gus_mixvoices()
58 GUSvoice(wVSRVolRampControl) |= 0x100; /* Volume ramp stop request */ in gus_mixvoices()
59 …if (!(GUSvoice(wVSRControl) & GUSvoice(wVSRVolRampControl) & 0x100)) /* neither voice nor volume c… in gus_mixvoices()
79 if (GUSvoice(wVSRVolRampControl) & 0x4000) in gus_mixvoices()
107 if (!(GUSvoice(wVSRVolRampControl) & 0x100)) in gus_mixvoices()
110 …if ((GUSvoice(wVSRVolRampControl) & 0x4000) ? (Volume32 <= StartVol32) : (Volume32 >= EndVol32)) /… in gus_mixvoices()
112 if (GUSvoice(wVSRVolRampControl) & 0x2000) in gus_mixvoices()
113 … GUSvoice(wVSRVolRampControl) |= 0x8000; /* volramp IRQ enabled? -> IRQ wait flag */ in gus_mixvoices()
114 if (GUSvoice(wVSRVolRampControl) & 0x800) /* loop enabled */ in gus_mixvoices()
116 if (GUSvoice(wVSRVolRampControl) & 0x1000) /* bidir. loop */ in gus_mixvoices()
[all …]
H A Dgustate.h74 #define wVSRVolRampControl (13) macro