Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dsata_mv.c250 DMA_IRQ = (1 << 0), /* shift by port # */ enumerator
1090 hc_irq_cause = ~((DEV_IRQ | DMA_IRQ) << hardport); in mv_clear_and_enable_port_irqs()
2947 ack_irqs |= (DMA_IRQ | DEV_IRQ) << p; in mv_host_intr()
3693 hc_irq_cause = ~((DEV_IRQ | DMA_IRQ) << hardport); in mv_eh_thaw()
/linux-4.1.27/arch/cris/arch-v32/drivers/
Dcryptocop.c42 #define DMA_IRQ DMA9_INTR_VECT macro
48 #define DMA_IRQ DMA3_INTR_VECT macro
1962 if (request_irq(DMA_IRQ, dma_done_interrupt, 0, in init_cryptocop()
2020 free_irq(DMA_IRQ, NULL); in release_cryptocop()