Searched refs:stm32_mdma_device (Results 1 – 1 of 1) sorted by relevance
250 struct stm32_mdma_device { struct263 static struct stm32_mdma_device *stm32_mdma_get_dev( in stm32_mdma_get_dev() argument266 return container_of(chan->vchan.chan.device, struct stm32_mdma_device, in stm32_mdma_get_dev()285 static struct device *mdma2dev(struct stm32_mdma_device *mdma_dev) in mdma2dev()290 static u32 stm32_mdma_read(struct stm32_mdma_device *dmadev, u32 reg) in stm32_mdma_read()295 static void stm32_mdma_write(struct stm32_mdma_device *dmadev, u32 reg, u32 val) in stm32_mdma_write()300 static void stm32_mdma_set_bits(struct stm32_mdma_device *dmadev, u32 reg, in stm32_mdma_set_bits()308 static void stm32_mdma_clr_bits(struct stm32_mdma_device *dmadev, u32 reg, in stm32_mdma_clr_bits()408 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_disable_chan()437 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_stop()[all …]