Searched refs:stm32_mdma_device (Results 1 – 1 of 1) sorted by relevance
249 struct stm32_mdma_device { struct262 static struct stm32_mdma_device *stm32_mdma_get_dev( in stm32_mdma_get_dev() argument265 return container_of(chan->vchan.chan.device, struct stm32_mdma_device, in stm32_mdma_get_dev()284 static struct device *mdma2dev(struct stm32_mdma_device *mdma_dev) in mdma2dev()289 static u32 stm32_mdma_read(struct stm32_mdma_device *dmadev, u32 reg) in stm32_mdma_read()294 static void stm32_mdma_write(struct stm32_mdma_device *dmadev, u32 reg, u32 val) in stm32_mdma_write()299 static void stm32_mdma_set_bits(struct stm32_mdma_device *dmadev, u32 reg, in stm32_mdma_set_bits()307 static void stm32_mdma_clr_bits(struct stm32_mdma_device *dmadev, u32 reg, in stm32_mdma_clr_bits()406 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_disable_chan()435 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_stop()[all …]