Lines Matching refs:dma_config
190 unsigned long dma_config; in bfin_crypto_crc_config_dma() local
217 dma_config = DMAFLOW_ARRAY | RESTART | NDSIZE_3 | in bfin_crypto_crc_config_dma()
222 crc->sg_cpu[i].cfg = dma_config; in bfin_crypto_crc_config_dma()
233 dma_config = DMAFLOW_ARRAY | RESTART | NDSIZE_3 | DMAEN | PSIZE_32; in bfin_crypto_crc_config_dma()
239 dma_config |= WDSIZE_32; in bfin_crypto_crc_config_dma()
243 dma_config |= WDSIZE_16; in bfin_crypto_crc_config_dma()
247 dma_config |= WDSIZE_8; in bfin_crypto_crc_config_dma()
252 crc->sg_cpu[i].cfg = dma_config; in bfin_crypto_crc_config_dma()
270 dma_config = DMAFLOW_ARRAY | RESTART | NDSIZE_3 | DMAEN | PSIZE_32 | WDSIZE_32; in bfin_crypto_crc_config_dma()
276 crc->sg_cpu[i].cfg = dma_config; in bfin_crypto_crc_config_dma()
296 set_dma_config(crc->dma_ch, dma_config); in bfin_crypto_crc_config_dma()