Lines Matching refs:burst
914 dma_addr_t src_addr, dma_addr_t dst_addr, u32 burst, in edma_config_pset() argument
926 if (!burst) in edma_config_pset()
927 burst = 1; in edma_config_pset()
933 if (burst == 1) { in edma_config_pset()
969 bcnt = burst; in edma_config_pset()
1035 u32 burst; in edma_prep_slave_sg() local
1045 burst = echan->cfg.src_maxburst; in edma_prep_slave_sg()
1049 burst = echan->cfg.dst_maxburst; in edma_prep_slave_sg()
1097 dst_addr, burst, dev_width, in edma_prep_slave_sg()
1231 u32 burst; in edma_prep_dma_cyclic() local
1241 burst = echan->cfg.src_maxburst; in edma_prep_dma_cyclic()
1246 burst = echan->cfg.dst_maxburst; in edma_prep_dma_cyclic()
1311 dst_addr, burst, dev_width, period_len, in edma_prep_dma_cyclic()