Lines Matching refs:burst
930 dma_addr_t src_addr, dma_addr_t dst_addr, u32 burst, in edma_config_pset() argument
942 if (!burst) in edma_config_pset()
943 burst = 1; in edma_config_pset()
949 if (burst == 1) { in edma_config_pset()
985 bcnt = burst; in edma_config_pset()
1051 u32 burst; in edma_prep_slave_sg() local
1061 burst = echan->cfg.src_maxburst; in edma_prep_slave_sg()
1065 burst = echan->cfg.dst_maxburst; in edma_prep_slave_sg()
1111 dst_addr, burst, dev_width, in edma_prep_slave_sg()
1260 u32 burst; in edma_prep_dma_cyclic() local
1270 burst = echan->cfg.src_maxburst; in edma_prep_dma_cyclic()
1275 burst = echan->cfg.dst_maxburst; in edma_prep_dma_cyclic()
1308 if (burst == period_len) { in edma_prep_dma_cyclic()
1351 dst_addr, burst, dev_width, period_len, in edma_prep_dma_cyclic()