Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dasc.c120 bool fifo_half_irq_enabled = fs->extregs[ASC_EXTREGS_INTCTRL] & 1; in asc_fifo_get() local
140 if (fs->cnt == 0x1ff && fifo_half_irq_enabled) { in asc_fifo_get()
379 bool fifo_half_irq_enabled = fs->extregs[ASC_EXTREGS_INTCTRL] & 1; in asc_fifo_write() local
396 if (fs->cnt == 0x200 && fifo_half_irq_enabled) { in asc_fifo_write()