Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-pxa2xx-pxadma.c440 chip->dma_burst_size = DCMD_BURST8; in pxa2xx_spi_set_dma_burst_and_threshold()
441 case DCMD_BURST8: in pxa2xx_spi_set_dma_burst_and_threshold()
453 *burst_code = DCMD_BURST8; in pxa2xx_spi_set_dma_burst_and_threshold()
458 *burst_code = DCMD_BURST8; in pxa2xx_spi_set_dma_burst_and_threshold()
468 *burst_code = DCMD_BURST8; in pxa2xx_spi_set_dma_burst_and_threshold()
/drivers/dma/
Dmmp_pdma.c67 #define DCMD_BURST8 (1 << 16) /* 8 byte burst */ macro
729 chan->dcmd |= DCMD_BURST8; in mmp_pdma_control()
/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()