Home
last modified time | relevance | path

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

/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()
368 ASCFIFOState *fs = opaque; in asc_fifo_read()
377 ASCFIFOState *fs = opaque; in asc_fifo_write()
514 ASCFIFOState *fs = opaque; in asc_ext_read()
526 ASCFIFOState *fs = opaque; in asc_ext_write()
561 VMSTATE_INT32(cnt, ASCFIFOState),
562 VMSTATE_INT32(wptr, ASCFIFOState),
563 VMSTATE_INT32(rptr, ASCFIFOState),
565 VMSTATE_INT32(xa_cnt, ASCFIFOState),
[all …]
/qemu/include/hw/audio/
H A Dasc.h35 typedef struct ASCFIFOState { struct
53 } ASCFIFOState; argument
77 ASCFIFOState fifos[2];