Searched refs:owl_dma (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | owl-dma.c | 211 * struct owl_dma - Holder for the Owl DMA controller 224 struct owl_dma { struct 265 static void dma_update(struct owl_dma *od, u32 reg, u32 val, bool state) in dma_update() 279 static void dma_writel(struct owl_dma *od, u32 reg, u32 data) in dma_writel() 284 static u32 dma_readl(struct owl_dma *od, u32 reg) in dma_readl() 289 static inline struct owl_dma *to_owl_dma(struct dma_device *dd) in to_owl_dma() 291 return container_of(dd, struct owl_dma, dma); in to_owl_dma() 341 static void owl_dma_free_lli(struct owl_dma *od, in owl_dma_free_lli() 348 static struct owl_dma_lli *owl_dma_alloc_lli(struct owl_dma *od) in owl_dma_alloc_lli() 387 struct owl_dma *o in owl_dma_cfg_lli() [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | owl-dma.c | 212 * struct owl_dma - Holder for the Owl DMA controller 225 struct owl_dma { struct 266 static void dma_update(struct owl_dma *od, u32 reg, u32 val, bool state) in dma_update() 280 static void dma_writel(struct owl_dma *od, u32 reg, u32 data) in dma_writel() 285 static u32 dma_readl(struct owl_dma *od, u32 reg) in dma_readl() 290 static inline struct owl_dma *to_owl_dma(struct dma_device *dd) in to_owl_dma() 292 return container_of(dd, struct owl_dma, dma); in to_owl_dma() 342 static void owl_dma_free_lli(struct owl_dma *od, in owl_dma_free_lli() 349 static struct owl_dma_lli *owl_dma_alloc_lli(struct owl_dma *od) in owl_dma_alloc_lli() 388 struct owl_dma *o in owl_dma_cfg_lli() [all...] |
Completed in 3 milliseconds