Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dasc.c97 #define ASC_FIFO_STATUS_HALF_FULL 1 macro
134 fs->int_status |= ASC_FIFO_STATUS_HALF_FULL; in asc_fifo_get()
137 fs->int_status &= ~ASC_FIFO_STATUS_HALF_FULL; in asc_fifo_get()
266 s->fifos[0].int_status |= ASC_FIFO_STATUS_HALF_FULL | in generate_fifo()
268 s->fifos[1].int_status |= ASC_FIFO_STATUS_HALF_FULL | in generate_fifo()
390 fs->int_status |= ASC_FIFO_STATUS_HALF_FULL; in asc_fifo_write()
393 fs->int_status &= ~ASC_FIFO_STATUS_HALF_FULL; in asc_fifo_write()