Home
last modified time | relevance | path

Searched refs:himemaddr (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/audio/
H A Dgusemu_hal.c182 adr = state->himemaddr + (GUSregd(GUSDRAMPOS24bit) & 0xfffff); in gus_read()
476 adr = state->himemaddr + (GUSregd(GUSDRAMPOS24bit) & 0xfffff); in gus_write()
522 destaddr = (char *) state->himemaddr + offset; /* wavetable RAM address */ in gus_dma_transferdata()
H A Dgusemu.h30 …uint8_t *himemaddr; /* 1024*1024 bytes used for storing uploaded samples (+32 additional bytes for… member
H A Dgusemu_mixer.c89 adr = (int8_t *) state->himemaddr + offset; in gus_mixvoices()
97 adr = (int8_t *) state->himemaddr + offset; in gus_mixvoices()
H A Dgus.c285 s->emu.himemaddr = s->himem; in gus_realizefn()
286 s->emu.gusdatapos = s->emu.himemaddr + 1024 * 1024 + 32; in gus_realizefn()