Home
last modified time | relevance | path

Searched refs:stm32_mdma_device (Results 1 – 1 of 1) sorted by relevance

/drivers/dma/
Dstm32-mdma.c271 struct stm32_mdma_device { struct
284 static struct stm32_mdma_device *stm32_mdma_get_dev( in stm32_mdma_get_dev() argument
287 return container_of(chan->vchan.chan.device, struct stm32_mdma_device, in stm32_mdma_get_dev()
306 static struct device *mdma2dev(struct stm32_mdma_device *mdma_dev) in mdma2dev()
311 static u32 stm32_mdma_read(struct stm32_mdma_device *dmadev, u32 reg) in stm32_mdma_read()
316 static void stm32_mdma_write(struct stm32_mdma_device *dmadev, u32 reg, u32 val) in stm32_mdma_write()
321 static void stm32_mdma_set_bits(struct stm32_mdma_device *dmadev, u32 reg, in stm32_mdma_set_bits()
329 static void stm32_mdma_clr_bits(struct stm32_mdma_device *dmadev, u32 reg, in stm32_mdma_clr_bits()
429 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_disable_chan()
458 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_stop()
[all …]