Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dmmp_tdma.c116 u32 burst_sz; member
217 switch (tdmac->burst_sz) { in mmp_tdma_config_chan()
258 switch (tdmac->burst_sz) { in mmp_tdma_config_chan()
502 tdmac->burst_sz = dmaengine_cfg->src_maxburst; in mmp_tdma_config()
506 tdmac->burst_sz = dmaengine_cfg->dst_maxburst; in mmp_tdma_config()
Dpl330.c442 int burst_sz; /* the peripheral fifo width */ member
2110 pch->burst_sz = __ffs(slave_config->dst_addr_width); in pl330_config()
2117 pch->burst_sz = __ffs(slave_config->src_addr_width); in pl330_config()
2562 desc->rqcfg.brst_size = pch->burst_sz; in pl330_prep_dma_cyclic()
2707 desc->rqcfg.brst_size = pch->burst_sz; in pl330_prep_slave_sg()