Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dgusemu_hal.c353 if (!(GUSregb(GUS4cReset) & 0x01)) in gus_write()
449 GUSregb(GUS4cReset) = (uint8_t) data; in gus_write()
450 if (!(GUSregb(GUS4cReset) & 1)) /* reset... */ in gus_write()
464 GUSregb(GUS4cReset) &= 0xf9; /* clear IRQ and DAC enable bits */ in gus_write()
H A Dgusemu_mixer.c50 if (!(GUSregb(GUS4cReset) & 0x01)) /* reset flag active? */ in gus_mixvoices()
230 if (GUSregb(GUS4cReset) & 0x4) /* synth IRQ enable */ in gus_irqgen()
H A Dgustate.h114 #define GUS4cReset (VSRVolRampControl+2+(16*2)*9+2) macro