Searched refs:DMAC_CHSUSPREG (Results 1 – 2 of 2) sorted by relevance
155 #define DMAC_CHSUSPREG 0x020 /* R/W DMAC Channel Suspend */ macro
1178 val = axi_dma_ioread32(chan->chip, DMAC_CHSUSPREG); in dma_chan_pause()1181 axi_dma_iowrite32(chan->chip, DMAC_CHSUSPREG, val); in dma_chan_pause()1211 val = axi_dma_ioread32(chan->chip, DMAC_CHSUSPREG); in axi_chan_resume()1214 axi_dma_iowrite32(chan->chip, DMAC_CHSUSPREG, val); in axi_chan_resume()