stm32_mdma_get_max_width  585 drivers/dma/stm32-mdma.c 		src_addr_width = stm32_mdma_get_max_width(addr, buf_len, tlen);
stm32_mdma_get_max_width  633 drivers/dma/stm32-mdma.c 		dst_addr_width = stm32_mdma_get_max_width(addr, buf_len, tlen);
stm32_mdma_get_max_width  991 drivers/dma/stm32-mdma.c 		max_width = stm32_mdma_get_max_width(src, len, tlen);
stm32_mdma_get_max_width 1004 drivers/dma/stm32-mdma.c 		max_width = stm32_mdma_get_max_width(dest, len, tlen);
stm32_mdma_get_max_width 1045 drivers/dma/stm32-mdma.c 			max_width = stm32_mdma_get_max_width(src, len, tlen);
stm32_mdma_get_max_width 1059 drivers/dma/stm32-mdma.c 			max_width = stm32_mdma_get_max_width(dest, len, tlen);