Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dstm32-mdma.c281 struct stm32_mdma_device { struct
294 static struct stm32_mdma_device *stm32_mdma_get_dev( in stm32_mdma_get_dev() argument
297 return container_of(chan->vchan.chan.device, struct stm32_mdma_device, in stm32_mdma_get_dev()
316 static struct device *mdma2dev(struct stm32_mdma_device *mdma_dev) in mdma2dev()
321 static u32 stm32_mdma_read(struct stm32_mdma_device *dmadev, u32 reg) in stm32_mdma_read()
326 static void stm32_mdma_write(struct stm32_mdma_device *dmadev, u32 reg, u32 val) in stm32_mdma_write()
331 static void stm32_mdma_set_bits(struct stm32_mdma_device *dmadev, u32 reg, in stm32_mdma_set_bits()
339 static void stm32_mdma_clr_bits(struct stm32_mdma_device *dmadev, u32 reg, in stm32_mdma_clr_bits()
439 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_disable_chan()
468 struct stm32_mdma_device *dmadev = stm32_mdma_get_dev(chan); in stm32_mdma_stop()
[all …]