Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dgusemu_hal.c182 adr = state->himemaddr + (GUSregd(GUSDRAMPOS24bit) & 0xfffff); in gus_read()
376 GUSregd(GUSDRAMPOS24bit) = in gus_write()
377 (GUSregd(GUSDRAMPOS24bit) & (readmask | 0xff0000)) | writedata; in gus_write()
380 GUSregd(GUSDRAMPOS24bit) = in gus_write()
381 (GUSregd(GUSDRAMPOS24bit) & 0xffff) | ((data & 0x0f) << 16); in gus_write()
476 adr = state->himemaddr + (GUSregd(GUSDRAMPOS24bit) & 0xfffff); in gus_write()
H A Dgustate.h88 #define GUSDRAMPOS24bit (GUS43DRAMIOlo) macro