Searched refs:mtk_hsdma_device (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/dma/mediatek/ |
D | mtk-hsdma.c | 231 struct mtk_hsdma_device { struct 248 static struct mtk_hsdma_device *to_hsdma_dev(struct dma_chan *chan) in to_hsdma_dev() argument 250 return container_of(chan->device, struct mtk_hsdma_device, ddev); in to_hsdma_dev() 263 static struct device *hsdma2dev(struct mtk_hsdma_device *hsdma) in hsdma2dev() 268 static u32 mtk_dma_read(struct mtk_hsdma_device *hsdma, u32 reg) in mtk_dma_read() 273 static void mtk_dma_write(struct mtk_hsdma_device *hsdma, u32 reg, u32 val) in mtk_dma_write() 278 static void mtk_dma_rmw(struct mtk_hsdma_device *hsdma, u32 reg, in mtk_dma_rmw() 289 static void mtk_dma_set(struct mtk_hsdma_device *hsdma, u32 reg, u32 val) in mtk_dma_set() 294 static void mtk_dma_clr(struct mtk_hsdma_device *hsdma, u32 reg, u32 val) in mtk_dma_clr() 304 static int mtk_hsdma_busy_wait(struct mtk_hsdma_device *hsdma) in mtk_hsdma_busy_wait() [all …]
|