dst_bus_width 698 drivers/dma/stm32-dma.c int src_bus_width, dst_bus_width; dst_bus_width 712 drivers/dma/stm32-dma.c dst_bus_width = stm32_dma_get_width(chan, dst_addr_width); dst_bus_width 713 drivers/dma/stm32-dma.c if (dst_bus_width < 0) dst_bus_width 714 drivers/dma/stm32-dma.c return dst_bus_width; dst_bus_width 744 drivers/dma/stm32-dma.c STM32_DMA_SCR_PSIZE(dst_bus_width) | dst_bus_width 777 drivers/dma/stm32-dma.c dst_bus_width = stm32_dma_get_width(chan, dst_addr_width); dst_bus_width 778 drivers/dma/stm32-dma.c if (dst_bus_width < 0) dst_bus_width 779 drivers/dma/stm32-dma.c return dst_bus_width; dst_bus_width 794 drivers/dma/stm32-dma.c STM32_DMA_SCR_MSIZE(dst_bus_width) | dst_bus_width 505 drivers/dma/stm32-mdma.c int src_bus_width, dst_bus_width; dst_bus_width 570 drivers/dma/stm32-mdma.c dst_bus_width = stm32_mdma_get_width(chan, dst_addr_width); dst_bus_width 571 drivers/dma/stm32-mdma.c if (dst_bus_width < 0) dst_bus_width 572 drivers/dma/stm32-mdma.c return dst_bus_width; dst_bus_width 574 drivers/dma/stm32-mdma.c ctcr |= STM32_MDMA_CTCR_DSIZE(dst_bus_width); dst_bus_width 608 drivers/dma/stm32-mdma.c if (dst_bus_width != src_bus_width) dst_bus_width 635 drivers/dma/stm32-mdma.c dst_bus_width = stm32_mdma_get_width(chan, dst_addr_width); dst_bus_width 636 drivers/dma/stm32-mdma.c if (dst_bus_width < 0) dst_bus_width 637 drivers/dma/stm32-mdma.c return dst_bus_width; dst_bus_width 640 drivers/dma/stm32-mdma.c ctcr |= STM32_MDMA_CTCR_DSIZE(dst_bus_width) | dst_bus_width 641 drivers/dma/stm32-mdma.c STM32_MDMA_CTCR_DINCOS(dst_bus_width); dst_bus_width 655 drivers/dma/stm32-mdma.c if (dst_bus_width != src_bus_width) dst_bus_width 923 drivers/dma/stm32-mdma.c int src_bus_width, dst_bus_width; dst_bus_width 1005 drivers/dma/stm32-mdma.c dst_bus_width = stm32_mdma_get_width(chan, max_width); dst_bus_width 1013 drivers/dma/stm32-mdma.c STM32_MDMA_CTCR_DSIZE(dst_bus_width) | dst_bus_width 1014 drivers/dma/stm32-mdma.c STM32_MDMA_CTCR_DINCOS(dst_bus_width); dst_bus_width 1016 drivers/dma/stm32-mdma.c if (dst_bus_width != src_bus_width) dst_bus_width 1060 drivers/dma/stm32-mdma.c dst_bus_width = stm32_mdma_get_width(chan, max_width); dst_bus_width 1069 drivers/dma/stm32-mdma.c STM32_MDMA_CTCR_DSIZE(dst_bus_width) | dst_bus_width 1070 drivers/dma/stm32-mdma.c STM32_MDMA_CTCR_DINCOS(dst_bus_width); dst_bus_width 1072 drivers/dma/stm32-mdma.c if (dst_bus_width != src_bus_width)