Lines Matching defs:width
251 enum dma_slave_buswidth width)
253 switch (width) {
261 dev_err(chan2dev(chan), "Dma bus width not supported\n");
284 enum dma_slave_buswidth width)
291 if (width != DMA_SLAVE_BUSWIDTH_UNDEFINED) {
297 remaining = ((STM32_DMA_FIFO_SIZE / width) *
325 enum dma_slave_buswidth width)
332 while ((buf_len < best_burst * width && best_burst > 1) ||
334 width)) {
1041 u32 dma_scr, width, ndtr;
1045 width = STM32_DMA_SCR_PSIZE_GET(dma_scr);
1048 return ndtr << width;