Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Domap-dma.h26 #define OMAP_DMA_BLOCK_IRQ (1 << 5) macro
/OK3568_Linux_fs/kernel/arch/arm/plat-omap/
H A Ddma.c510 chan->enabled_irqs = OMAP_DMA_DROP_IRQ | OMAP_DMA_BLOCK_IRQ; in omap_request_dma()
838 if (likely(csr & OMAP_DMA_BLOCK_IRQ)) in omap1_dma_handle_ch()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Domap_udc.c766 omap_disable_dma_irq(ep->lch, OMAP_DMA_BLOCK_IRQ); in dma_channel_claim()