Home
last modified time | relevance | path

Searched refs:DCMD_BURST16 (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/spi/
Dspi-pxa2xx-pxadma.c442 case DCMD_BURST16: in pxa2xx_spi_set_dma_burst_and_threshold()
460 *burst_code = DCMD_BURST16; in pxa2xx_spi_set_dma_burst_and_threshold()
471 *burst_code = DCMD_BURST16; in pxa2xx_spi_set_dma_burst_and_threshold()
/linux-4.1.27/arch/arm/plat-pxa/include/plat/
Ddma.h47 #define DCMD_BURST16 (2 << 16) /* 16 byte burst */ macro
/linux-4.1.27/sound/arm/
Dpxa2xx-pcm-lib.c71 dcmd |= DCMD_BURST16; in __pxa2xx_pcm_hw_params()
/linux-4.1.27/drivers/dma/
Dmmp_pdma.c68 #define DCMD_BURST16 (2 << 16) /* 16 byte burst */ macro
721 chan->dcmd |= DCMD_BURST16; in mmp_pdma_config()