Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dgustate.h56 #define VSRVolRampControl (26) macro
77 #define DataRegLoByte3x4 (VSRVolRampControl+2)
79 #define DataRegHiByte3x5 (VSRVolRampControl+2 +1)
80 #define DMA_2xB (VSRVolRampControl+2+2)
81 #define IRQ_2xB (VSRVolRampControl+2+3)
83 #define RegCtrl_2xF (VSRVolRampControl+2+(16*2))
84 #define Jumper_2xB (VSRVolRampControl+2+(16*2)+1)
85 #define GUS42DMAStart (VSRVolRampControl+2+(16*2)+2)
87 #define GUS43DRAMIOlo (VSRVolRampControl+2+(16*2)*2)
97 #define IRQStatReg2x6 (VSRVolRampControl+2+(16*2)*6)
[all …]
H A Dgusemu_hal.c306 … GUSregb((voice << 5) + VSRVolRampControl) &= 0x7f; /* clear voice volume reg irq bit */ in gus_write()