Lines Matching refs:burst
335 dma_addr_t src_addr, dma_addr_t dst_addr, u32 burst, in edma_config_pset() argument
349 if (!burst) in edma_config_pset()
350 burst = 1; in edma_config_pset()
356 if (burst == 1) { in edma_config_pset()
392 bcnt = burst; in edma_config_pset()
458 u32 burst; in edma_prep_slave_sg() local
468 burst = echan->cfg.src_maxburst; in edma_prep_slave_sg()
472 burst = echan->cfg.dst_maxburst; in edma_prep_slave_sg()
521 dst_addr, burst, dev_width, in edma_prep_slave_sg()
593 u32 burst; in edma_prep_dma_cyclic() local
603 burst = echan->cfg.src_maxburst; in edma_prep_dma_cyclic()
608 burst = echan->cfg.dst_maxburst; in edma_prep_dma_cyclic()
674 dst_addr, burst, dev_width, period_len, in edma_prep_dma_cyclic()