Lines Matching refs:iowrite32
136 iowrite32(((u64)bd_phys >> 32), in tsi721_bdma_ch_init()
138 iowrite32(((u64)bd_phys & TSI721_DMAC_DPTRL_MASK), in tsi721_bdma_ch_init()
142 iowrite32(((u64)sts_phys >> 32), in tsi721_bdma_ch_init()
144 iowrite32(((u64)sts_phys & TSI721_DMAC_DSBL_MASK), in tsi721_bdma_ch_init()
146 iowrite32(TSI721_DMAC_DSSZ_SIZE(sts_size), in tsi721_bdma_ch_init()
150 iowrite32(TSI721_DMAC_INT_ALL, in tsi721_bdma_ch_init()
205 iowrite32(TSI721_DMAC_CTL_INIT, bdma_chan->regs + TSI721_DMAC_CTL); in tsi721_bdma_ch_init()
230 iowrite32(TSI721_DMAC_CTL_INIT, bdma_chan->regs + TSI721_DMAC_CTL); in tsi721_bdma_ch_free()
260 iowrite32(TSI721_DMAC_INT_ALL, in tsi721_bdma_interrupt_enable()
264 iowrite32(TSI721_DMAC_INT_ALL, in tsi721_bdma_interrupt_enable()
268 iowrite32(0, bdma_chan->regs + TSI721_DMAC_INTE); in tsi721_bdma_interrupt_enable()
270 iowrite32(TSI721_DMAC_INT_ALL, in tsi721_bdma_interrupt_enable()
287 iowrite32(0, bdma_chan->regs + TSI721_DMAC_INTE); in tsi721_bdma_handler()
328 iowrite32(bdma_chan->wr_count_next, in tsi721_start_dma()
409 iowrite32(srd_ptr, bdma_chan->regs + TSI721_DMAC_DSRP); in tsi721_clr_stat()
577 iowrite32(dmac_int, bdma_chan->regs + TSI721_DMAC_INT); in tsi721_dma_tasklet()
621 iowrite32(TSI721_DMAC_INT_ALL, bdma_chan->regs + TSI721_DMAC_INTE); in tsi721_dma_tasklet()
833 iowrite32(TSI721_DMAC_CTL_SUSP, in tsi721_terminate_all()