Searched refs:hisi_dma_pause_dma (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/dma/ |
H A D | hisi_dma.c | 345 static void hisi_dma_pause_dma(struct hisi_dma_dev *hdma_dev, u32 index, in hisi_dma_pause_dma() function 428 hisi_dma_pause_dma(hdma_dev, index, true); in hisi_dma_reset_or_disable_hw_chan() 445 hisi_dma_pause_dma(hdma_dev, index, false); in hisi_dma_reset_or_disable_hw_chan() 560 hisi_dma_pause_dma(chan->hdma_dev, chan->qp_num, true); in hisi_dma_terminate_all() 571 hisi_dma_pause_dma(chan->hdma_dev, chan->qp_num, false); in hisi_dma_terminate_all()
|