Searched refs:mmio_chan_fw (Results 1 – 1 of 1) sorted by relevance
131 struct chan_fw_regs __iomem *mmio_chan_fw; member373 struct chan_fw_regs __iomem *chan_fw = swdma_chan->mmio_chan_fw; in channel_op()560 writel(0, &swdma_chan->mmio_chan_fw->sq_base_lo); in switchtec_dma_chan_stop()561 writel(0, &swdma_chan->mmio_chan_fw->sq_base_hi); in switchtec_dma_chan_stop()562 writel(0, &swdma_chan->mmio_chan_fw->cq_base_lo); in switchtec_dma_chan_stop()563 writel(0, &swdma_chan->mmio_chan_fw->cq_base_hi); in switchtec_dma_chan_stop()902 struct chan_fw_regs __iomem *chan_fw = swdma_chan->mmio_chan_fw; in switchtec_dma_alloc_desc()962 writew(SWITCHTEC_DMA_SQ_SIZE, &swdma_chan->mmio_chan_fw->sq_size); in switchtec_dma_alloc_desc()963 writew(SWITCHTEC_DMA_CQ_SIZE, &swdma_chan->mmio_chan_fw->cq_size); in switchtec_dma_alloc_desc()1009 perf_cfg = readl(&swdma_chan->mmio_chan_fw->perf_cfg); in switchtec_dma_alloc_chan_resources()[all …]