Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-pxa2xx-pxadma.c27 #define DMA_INT_MASK (DCSR_ENDINTR | DCSR_STARTINTR | DCSR_BUSERR) macro
28 #define RESET_DMA_CHANNEL (DCSR_NODESC | DMA_INT_MASK)
211 u32 irq_status = DCSR(channel) & DMA_INT_MASK; in pxa2xx_spi_dma_handler()
/linux-4.1.27/sound/pci/ice1712/
Dice1724.c511 outb(VT1724_MULTI_FIFO_ERR | inb(ICEMT1724(ice, DMA_INT_MASK)), ICEMT1724(ice, DMA_INT_MASK)); in snd_vt1724_interrupt()
2425 outb(VT1724_MULTI_FIFO_ERR, ICEMT1724(ice, DMA_INT_MASK)); in snd_vt1724_chip_init()
2509 outb(0xff, ICEMT1724(ice, DMA_INT_MASK)); in snd_vt1724_free()