Searched refs:hisi_dma_update_bit (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/dma/
H A Dhisi_dma.c336 static inline void hisi_dma_update_bit(void __iomem *addr, u32 pos, bool val) function
352 hisi_dma_update_bit(addr, HISI_DMA_Q_CTRL0_QUEUE_PAUSE, pause);
362 hisi_dma_update_bit(addr, HISI_DMA_Q_CTRL0_QUEUE_EN, enable);
409 hisi_dma_update_bit(addr, HISI_DMA_Q_CTRL1_QUEUE_RESET, 1);
652 hisi_dma_update_bit(addr, HISI_DMA_HIP08_Q_CTRL0_SQCQ_DRCT, 0);
658 hisi_dma_update_bit(addr,
667 hisi_dma_update_bit(addr, HISI_DMA_HIP09_Q_CTRL0_SQ_DRCT, 0);
668 hisi_dma_update_bit(addr, HISI_DMA_HIP09_Q_CTRL0_CQ_DRCT, 0);
685 hisi_dma_update_bit(addr, HISI_DMA_HIP09_DMA_FLR_DISABLE_B, 0);
688 hisi_dma_update_bit(add
[all...]

Completed in 216 milliseconds