Searched refs:pxa_init_dma (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/arm/plat-pxa/include/plat/
H A Ddma.h76 int __init pxa_init_dma(int irq, int num_ch);
/linux-4.4.14/arch/arm/mach-pxa/
H A Dpxa25x.c201 if ((ret = pxa_init_dma(IRQ_DMA, 16))) pxa25x_init()
H A Dpxa27x.c301 if ((ret = pxa_init_dma(IRQ_DMA, 32))) pxa27x_init()
H A Dpxa3xx.c442 if ((ret = pxa_init_dma(IRQ_DMA, 32))) pxa3xx_init()
/linux-4.4.14/arch/arm/mach-mmp/
H A Dmmp2.c113 pxa_init_dma(IRQ_MMP2_DMA_RIQ, 16); mmp2_init()
H A Dpxa168.c58 pxa_init_dma(IRQ_PXA168_DMA_INT0, 32); pxa168_init()
H A Dpxa910.c99 pxa_init_dma(IRQ_PXA910_DMA_INT0, 32); pxa910_init()
/linux-4.4.14/arch/arm/plat-pxa/
H A Ddma.c355 int __init pxa_init_dma(int irq, int num_ch) pxa_init_dma() function

Completed in 128 milliseconds