Searched refs:hisi_dma_update_bit (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/dma/ |
D | hisi_dma.c | 336 static inline void hisi_dma_update_bit(void __iomem *addr, u32 pos, bool val) in hisi_dma_update_bit() function 352 hisi_dma_update_bit(addr, HISI_DMA_Q_CTRL0_QUEUE_PAUSE, pause); in hisi_dma_pause_dma() 362 hisi_dma_update_bit(addr, HISI_DMA_Q_CTRL0_QUEUE_EN, enable); in hisi_dma_enable_dma() 409 hisi_dma_update_bit(addr, HISI_DMA_Q_CTRL1_QUEUE_RESET, 1); in hisi_dma_do_reset() 652 hisi_dma_update_bit(addr, HISI_DMA_HIP08_Q_CTRL0_SQCQ_DRCT, 0); in hisi_dma_init_hw_qp() 658 hisi_dma_update_bit(addr, in hisi_dma_init_hw_qp() 667 hisi_dma_update_bit(addr, HISI_DMA_HIP09_Q_CTRL0_SQ_DRCT, 0); in hisi_dma_init_hw_qp() 668 hisi_dma_update_bit(addr, HISI_DMA_HIP09_Q_CTRL0_CQ_DRCT, 0); in hisi_dma_init_hw_qp() 685 hisi_dma_update_bit(addr, HISI_DMA_HIP09_DMA_FLR_DISABLE_B, 0); in hisi_dma_init_hw_qp() 688 hisi_dma_update_bit(addr, HISI_DMA_HIP09_Q_CTRL1_VA_ENABLE, 1); in hisi_dma_init_hw_qp() [all …]
|