Searched refs:burst_sz (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | mmp_tdma.c | 112 u32 burst_sz; member 218 switch (tdmac->burst_sz) { in mmp_tdma_config_chan() 259 switch (tdmac->burst_sz) { in mmp_tdma_config_chan() 524 tdmac->burst_sz = dmaengine_cfg->src_maxburst; in mmp_tdma_config_write() 528 tdmac->burst_sz = dmaengine_cfg->dst_maxburst; in mmp_tdma_config_write()
|
H A D | pl330.c | 450 int burst_sz; /* the peripheral fifo width */ member 2211 1 << pch->burst_sz, pch->dir, 0); in pl330_unprep_slave_fifo() 2228 1 << pch->burst_sz, dma_dir, 0); in pl330_prep_slave_fifo() 2257 pch->burst_sz = __ffs(slave_config->dst_addr_width); in pl330_config_write() 2264 pch->burst_sz = __ffs(slave_config->src_addr_width); in pl330_config_write() 2754 desc->rqcfg.brst_size = pch->burst_sz; in pl330_prep_dma_cyclic() 2901 desc->rqcfg.brst_size = pch->burst_sz; in pl330_prep_slave_sg()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | mmp_tdma.c | 112 u32 burst_sz; member 218 switch (tdmac->burst_sz) { in mmp_tdma_config_chan() 259 switch (tdmac->burst_sz) { in mmp_tdma_config_chan() 524 tdmac->burst_sz = dmaengine_cfg->src_maxburst; in mmp_tdma_config_write() 528 tdmac->burst_sz = dmaengine_cfg->dst_maxburst; in mmp_tdma_config_write()
|
H A D | pl330.c | 450 int burst_sz; /* the peripheral fifo width */ member 2209 1 << pch->burst_sz, pch->dir, 0); in pl330_unprep_slave_fifo() 2226 1 << pch->burst_sz, dma_dir, 0); in pl330_prep_slave_fifo() 2255 pch->burst_sz = __ffs(slave_config->dst_addr_width); in pl330_config_write() 2262 pch->burst_sz = __ffs(slave_config->src_addr_width); in pl330_config_write() 2752 desc->rqcfg.brst_size = pch->burst_sz; in pl330_prep_dma_cyclic() 2896 desc->rqcfg.brst_size = pch->burst_sz; in pl330_prep_slave_sg()
|
/kernel/linux/linux-5.10/drivers/crypto/stm32/ |
H A D | stm32-crc32.c | 220 const unsigned int burst_sz = burst_size; in stm32_crc_update() local 226 if (!burst_sz) in stm32_crc_update() 230 size = min_t(size_t, length, burst_sz + (size_t)d8 - in stm32_crc_update() 233 rem_sz -= size, cur += size, size = min(rem_sz, burst_sz)) { in stm32_crc_update()
|
/kernel/linux/linux-6.6/drivers/crypto/stm32/ |
H A D | stm32-crc32.c | 220 const unsigned int burst_sz = burst_size; in stm32_crc_update() local 226 if (!burst_sz) in stm32_crc_update() 230 size = min_t(size_t, length, burst_sz + (size_t)d8 - in stm32_crc_update() 233 rem_sz -= size, cur += size, size = min(rem_sz, burst_sz)) { in stm32_crc_update()
|
Completed in 13 milliseconds