Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/plat-pxa/include/plat/
Ddma.h46 #define DCMD_BURST8 (1 << 16) /* 8 byte burst */ macro
/linux-4.4.14/drivers/dma/
Dmmp_pdma.c67 #define DCMD_BURST8 (1 << 16) /* 8 byte burst */ macro
718 chan->dcmd |= DCMD_BURST8; in mmp_pdma_config()
/linux-4.4.14/drivers/media/platform/soc_camera/
Dpxa_camera.c372 DCMD_FLOWSRC | DCMD_BURST8 | DCMD_INCTRGADDR | xfer_len; in pxa_init_dma_channel()
390 pxa_dma->sg_cpu[sglen].dcmd = DCMD_FLOWSRC | DCMD_BURST8 | DCMD_ENDIRQEN; in pxa_init_dma_channel()