Lines Matching refs:reg_base
38 #define chan_num(ch) ((int)((ch)->reg_base - (ch)->ioat_dma->reg_base) / 0x80)
78 void __iomem *reg_base; member
95 void __iomem *reg_base; member
247 status_lo = readl(ioat_chan->reg_base + IOAT_CHANSTS_OFFSET_LOW(ver)); in ioat_chansts_32()
248 status = readl(ioat_chan->reg_base + IOAT_CHANSTS_OFFSET_HIGH(ver)); in ioat_chansts_32()
264 status = readq(ioat_chan->reg_base + IOAT_CHANSTS_OFFSET(ver)); in ioat_chansts()
282 return readl(ioat_chan->reg_base + IOAT_CHANERR_OFFSET); in ioat_chanerr()
290 ioat_chan->reg_base + IOAT_CHANCMD_OFFSET(ver)); in ioat_suspend()
298 ioat_chan->reg_base + IOAT_CHANCMD_OFFSET(ver)); in ioat_reset()
306 cmd = readb(ioat_chan->reg_base + IOAT_CHANCMD_OFFSET(ver)); in ioat_reset_pending()
385 ioat_chan->reg_base + IOAT2_CHAINADDR_OFFSET_LOW); in ioat_set_chainaddr()
387 ioat_chan->reg_base + IOAT2_CHAINADDR_OFFSET_HIGH); in ioat_set_chainaddr()