Home
last modified time | relevance | path

Searched refs:burst_sz (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/dma/
Dmmp_tdma.c112 u32 burst_sz; member
218 switch (tdmac->burst_sz) { in mmp_tdma_config_chan()
259 switch (tdmac->burst_sz) { in mmp_tdma_config_chan()
514 tdmac->burst_sz = dmaengine_cfg->src_maxburst; in mmp_tdma_config_write()
518 tdmac->burst_sz = dmaengine_cfg->dst_maxburst; in mmp_tdma_config_write()
Dpl330.c443 int burst_sz; /* the peripheral fifo width */ member
2197 1 << pch->burst_sz, pch->dir, 0); in pl330_unprep_slave_fifo()
2214 1 << pch->burst_sz, dma_dir, 0); in pl330_prep_slave_fifo()
2245 pch->burst_sz = __ffs(slave_config->dst_addr_width); in pl330_config_write()
2252 pch->burst_sz = __ffs(slave_config->src_addr_width); in pl330_config_write()
2732 desc->rqcfg.brst_size = pch->burst_sz; in pl330_prep_dma_cyclic()
2879 desc->rqcfg.brst_size = pch->burst_sz; in pl330_prep_slave_sg()