Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dasc.c117 static uint8_t asc_fifo_get(ASCFIFOState *fs) in asc_fifo_get()
168 ASCFIFOState *fs = &s->fifos[i]; in generate_fifo()
291 ASCFIFOState *fs = &s->fifos[channel >> 1]; in generate_wavetable()
368 ASCFIFOState *fs = opaque; in asc_fifo_read()
377 ASCFIFOState *fs = opaque; in asc_fifo_write()
422 static void asc_fifo_reset(ASCFIFOState *fs);
514 ASCFIFOState *fs = opaque; in asc_ext_read()
526 ASCFIFOState *fs = opaque; in asc_ext_write()
559 VMSTATE_UINT8_ARRAY(fifo, ASCFIFOState, ASC_FIFO_SIZE),
560 VMSTATE_UINT8(int_status, ASCFIFOState),
[all …]
/openbmc/qemu/include/hw/audio/
H A Dasc.h35 typedef struct ASCFIFOState { struct
53 } ASCFIFOState; argument
77 ASCFIFOState fifos[2];