Lines Matching defs:width
268 enum dma_slave_buswidth width)
270 switch (width) {
278 dev_err(chan2dev(chan), "Dma bus width not supported\n");
305 enum dma_slave_buswidth width)
312 if (width != DMA_SLAVE_BUSWIDTH_UNDEFINED) {
318 remaining = ((STM32_DMA_FIFO_SIZE / width) *
346 enum dma_slave_buswidth width)
353 while ((buf_len < best_burst * width && best_burst > 1) ||
355 width)) {
1301 u32 dma_scr, width, ndtr;
1305 width = FIELD_GET(STM32_DMA_SCR_PSIZE_MASK, dma_scr);
1308 return ndtr << width;