Lines Matching refs:hisi_dma_chan_write

330 static inline void hisi_dma_chan_write(void __iomem *base, u32 reg, u32 index,
370 hisi_dma_chan_write(q_base, HISI_DMA_HIP08_Q_INT_MSK,
373 hisi_dma_chan_write(q_base, HISI_DMA_HIP09_Q_INT_MSK,
375 hisi_dma_chan_write(q_base, HISI_DMA_HIP09_Q_ERR_INT_MSK,
386 hisi_dma_chan_write(q_base, HISI_DMA_HIP08_Q_INT_STS,
388 hisi_dma_chan_write(q_base, HISI_DMA_HIP08_Q_INT_MSK,
391 hisi_dma_chan_write(q_base, HISI_DMA_HIP09_Q_INT_STS,
393 hisi_dma_chan_write(q_base, HISI_DMA_HIP09_Q_ERR_INT_STS,
396 hisi_dma_chan_write(q_base, HISI_DMA_HIP09_Q_INT_MSK,
398 hisi_dma_chan_write(q_base, HISI_DMA_HIP09_Q_ERR_INT_MSK,
416 hisi_dma_chan_write(q_base, HISI_DMA_Q_SQ_TAIL_PTR, index, 0);
417 hisi_dma_chan_write(q_base, HISI_DMA_Q_CQ_HEAD_PTR, index, 0);
535 hisi_dma_chan_write(hdma_dev->queue_base, HISI_DMA_Q_SQ_TAIL_PTR,
616 hisi_dma_chan_write(q_base, HISI_DMA_Q_SQ_BASE_L, index,
618 hisi_dma_chan_write(q_base, HISI_DMA_Q_SQ_BASE_H, index,
620 hisi_dma_chan_write(q_base, HISI_DMA_Q_CQ_BASE_L, index,
622 hisi_dma_chan_write(q_base, HISI_DMA_Q_CQ_BASE_H, index,
626 hisi_dma_chan_write(q_base, HISI_DMA_Q_SQ_DEPTH, index, hw_depth);
627 hisi_dma_chan_write(q_base, HISI_DMA_Q_CQ_DEPTH, index, hw_depth);
630 hisi_dma_chan_write(q_base, HISI_DMA_Q_SQ_TAIL_PTR, index, 0);
631 hisi_dma_chan_write(q_base, HISI_DMA_Q_CQ_HEAD_PTR, index, 0);
634 hisi_dma_chan_write(q_base, HISI_DMA_Q_ERR_INT_NUM0, index, 0);
635 hisi_dma_chan_write(q_base, HISI_DMA_Q_ERR_INT_NUM1, index, 0);
636 hisi_dma_chan_write(q_base, HISI_DMA_Q_ERR_INT_NUM2, index, 0);
639 hisi_dma_chan_write(q_base, HISI_DMA_HIP08_Q_ERR_INT_NUM3,
641 hisi_dma_chan_write(q_base, HISI_DMA_HIP08_Q_ERR_INT_NUM4,
643 hisi_dma_chan_write(q_base, HISI_DMA_HIP08_Q_ERR_INT_NUM5,
645 hisi_dma_chan_write(q_base, HISI_DMA_HIP08_Q_ERR_INT_NUM6,
742 hisi_dma_chan_write(q_base, HISI_DMA_Q_CQ_HEAD_PTR,