Lines Matching defs:burst
948 * @burst: In units of dev_width, how much to send
954 dma_addr_t src_addr, dma_addr_t dst_addr, u32 burst,
966 if (!burst)
967 burst = 1;
973 if (burst == 1) {
1009 bcnt = burst;
1076 u32 burst;
1086 burst = echan->cfg.src_maxburst;
1090 burst = echan->cfg.dst_maxburst;
1135 dst_addr, burst, dev_width,
1191 * slot and with one burst.
1364 u32 burst;
1374 burst = echan->cfg.src_maxburst;
1379 burst = echan->cfg.dst_maxburst;
1407 * If the burst and period sizes are the same, we can put
1410 * after each burst, which is also after each desired period.
1412 if (burst == period_len) {
1454 dst_addr, burst, dev_width, period_len,