Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dasc.c121 bool fifo_half_irq_enabled = fs->extregs[ASC_EXTREGS_INTCTRL] & 1; in asc_fifo_get() local
141 if (fs->cnt == 0x1ff && fifo_half_irq_enabled) { in asc_fifo_get()
380 bool fifo_half_irq_enabled = fs->extregs[ASC_EXTREGS_INTCTRL] & 1; in asc_fifo_write() local
397 if (fs->cnt == 0x200 && fifo_half_irq_enabled) { in asc_fifo_write()