Searched refs:VT1724_MULTI_FIFO_ERR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | envy24ht.h | 124 #define VT1724_MULTI_FIFO_ERR 0x08 /* DMA FIFO underrun/overrun. */ macro
|
H A D | ice1724.c | 494 if (mtstat & VT1724_MULTI_FIFO_ERR) { in snd_vt1724_interrupt() 497 outb(VT1724_MULTI_FIFO_ERR | inb(ICEMT1724(ice, DMA_INT_MASK)), ICEMT1724(ice, DMA_INT_MASK)); in snd_vt1724_interrupt() 2397 outb(VT1724_MULTI_FIFO_ERR, ICEMT1724(ice, DMA_INT_MASK)); in snd_vt1724_chip_init()
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | envy24ht.h | 124 #define VT1724_MULTI_FIFO_ERR 0x08 /* DMA FIFO underrun/overrun. */ macro
|
H A D | ice1724.c | 475 if (mtstat & VT1724_MULTI_FIFO_ERR) { in snd_vt1724_interrupt() 478 outb(VT1724_MULTI_FIFO_ERR | inb(ICEMT1724(ice, DMA_INT_MASK)), ICEMT1724(ice, DMA_INT_MASK)); in snd_vt1724_interrupt() 2371 outb(VT1724_MULTI_FIFO_ERR, ICEMT1724(ice, DMA_INT_MASK)); in snd_vt1724_chip_init()
|
Completed in 9 milliseconds