Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Domap-dma.h26 #define OMAP_DMA_BLOCK_IRQ (1 << 5) macro
/linux-6.12.1/arch/arm/mach-omap1/
Domap-dma.c391 chan->enabled_irqs = OMAP_DMA_DROP_IRQ | OMAP_DMA_BLOCK_IRQ; in omap_request_dma()
715 if (likely(csr & OMAP_DMA_BLOCK_IRQ)) in omap1_dma_handle_ch()
/linux-6.12.1/drivers/usb/gadget/udc/
Domap_udc.c767 omap_disable_dma_irq(ep->lch, OMAP_DMA_BLOCK_IRQ); in dma_channel_claim()