Searched refs:DMAC_CHSUSPREG (Results 1 – 2 of 2) sorted by relevance
156 #define DMAC_CHSUSPREG 0x020 /* R/W DMAC Channel Suspend */ macro
1188 val = axi_dma_ioread32(chan->chip, DMAC_CHSUSPREG); in dma_chan_pause()1191 axi_dma_iowrite32(chan->chip, DMAC_CHSUSPREG, val); in dma_chan_pause()1221 val = axi_dma_ioread32(chan->chip, DMAC_CHSUSPREG); in axi_chan_resume()1224 axi_dma_iowrite32(chan->chip, DMAC_CHSUSPREG, val); in axi_chan_resume()