Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-pxa2xx-pxadma.c438 chip->dma_burst_size = DCMD_BURST8; in pxa2xx_spi_set_dma_burst_and_threshold()
439 case DCMD_BURST8: in pxa2xx_spi_set_dma_burst_and_threshold()
451 *burst_code = DCMD_BURST8; in pxa2xx_spi_set_dma_burst_and_threshold()
456 *burst_code = DCMD_BURST8; in pxa2xx_spi_set_dma_burst_and_threshold()
466 *burst_code = DCMD_BURST8; in pxa2xx_spi_set_dma_burst_and_threshold()
/linux-4.1.27/arch/arm/plat-pxa/include/plat/
Ddma.h46 #define DCMD_BURST8 (1 << 16) /* 8 byte burst */ macro
/linux-4.1.27/sound/arm/
Dpxa2xx-pcm-lib.c68 dcmd |= DCMD_BURST8; in __pxa2xx_pcm_hw_params()
/linux-4.1.27/drivers/dma/
Dmmp_pdma.c67 #define DCMD_BURST8 (1 << 16) /* 8 byte burst */ macro
719 chan->dcmd |= DCMD_BURST8; in mmp_pdma_config()
/linux-4.1.27/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()