Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dgusemu_hal.c87 if (GUSregb(StatRead_2xF) & 0x20) in gus_read()
94 GUSregb(StatRead_2xF) |= 0x80; in gus_read()
101 value_read = (GUSregb(StatRead_2xF) & 0xf9); in gus_read()
247 GUSregb(StatRead_2xF) = 0; /* ToDo: is this identical with GUS classic? */ in gus_write()
H A Dgustate.h105 #define StatRead_2xF (VSRVolRampControl+2+(16*2)*7+3) macro