Searched refs:dma_update (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | owl-dma.c | 265 static void dma_update(struct owl_dma *od, u32 reg, u32 val, bool state) in dma_update() function 509 dma_update(od, OWL_DMA_IRQ_EN0, (1 << pchan->id), false); in owl_dma_terminate_pchan() 571 dma_update(od, OWL_DMA_IRQ_EN0, (1 << pchan->id), true); in owl_dma_start_next_txd()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | owl-dma.c | 266 static void dma_update(struct owl_dma *od, u32 reg, u32 val, bool state) in dma_update() function 510 dma_update(od, OWL_DMA_IRQ_EN0, (1 << pchan->id), false); in owl_dma_terminate_pchan() 572 dma_update(od, OWL_DMA_IRQ_EN0, (1 << pchan->id), true); in owl_dma_start_next_txd()
|
Completed in 5 milliseconds