Lines Matching refs:dma_config
170 unsigned long dma_config; in bfin_crypto_crc_config_dma() local
197 dma_config = DMAFLOW_ARRAY | RESTART | NDSIZE_3 | in bfin_crypto_crc_config_dma()
202 crc->sg_cpu[i].cfg = dma_config; in bfin_crypto_crc_config_dma()
213 dma_config = DMAFLOW_ARRAY | RESTART | NDSIZE_3 | DMAEN | PSIZE_32; in bfin_crypto_crc_config_dma()
219 dma_config |= WDSIZE_32; in bfin_crypto_crc_config_dma()
223 dma_config |= WDSIZE_16; in bfin_crypto_crc_config_dma()
227 dma_config |= WDSIZE_8; in bfin_crypto_crc_config_dma()
232 crc->sg_cpu[i].cfg = dma_config; in bfin_crypto_crc_config_dma()
250 dma_config = DMAFLOW_ARRAY | RESTART | NDSIZE_3 | DMAEN | PSIZE_32 | WDSIZE_32; in bfin_crypto_crc_config_dma()
256 crc->sg_cpu[i].cfg = dma_config; in bfin_crypto_crc_config_dma()
276 set_dma_config(crc->dma_ch, dma_config); in bfin_crypto_crc_config_dma()