Lines Matching refs:ver
240 u8 ver = ioat_chan->ioat_dma->version; in ioat_chansts_32() local
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()
259 u8 ver = ioat_chan->ioat_dma->version; in ioat_chansts() local
263 if (ver >= IOAT_VER_3_3) in ioat_chansts()
264 status = readq(ioat_chan->reg_base + IOAT_CHANSTS_OFFSET(ver)); in ioat_chansts()
287 u8 ver = ioat_chan->ioat_dma->version; in ioat_suspend() local
290 ioat_chan->reg_base + IOAT_CHANCMD_OFFSET(ver)); in ioat_suspend()
295 u8 ver = ioat_chan->ioat_dma->version; in ioat_reset() local
298 ioat_chan->reg_base + IOAT_CHANCMD_OFFSET(ver)); in ioat_reset()
303 u8 ver = ioat_chan->ioat_dma->version; in ioat_reset_pending() local
306 cmd = readb(ioat_chan->reg_base + IOAT_CHANCMD_OFFSET(ver)); in ioat_reset_pending()