Searched refs:IOAT_CHANERR_OFFSET (Results 1 – 4 of 4) sorted by relevance
665 u32 chanerr = readl(ioat_chan->reg_base + IOAT_CHANERR_OFFSET); in ioat_cleanup()775 chanerr = readl(ioat_chan->reg_base + IOAT_CHANERR_OFFSET); in ioat_eh()851 writel(chanerr, ioat_chan->reg_base + IOAT_CHANERR_OFFSET); in ioat_eh()883 chanerr = readl(ioat_chan->reg_base + IOAT_CHANERR_OFFSET); in ioat_timer_event()930 chanerr = readl(ioat_chan->reg_base + IOAT_CHANERR_OFFSET); in ioat_timer_event()990 chanerr = readl(ioat_chan->reg_base + IOAT_CHANERR_OFFSET); in ioat_reset_hw()991 writel(chanerr, ioat_chan->reg_base + IOAT_CHANERR_OFFSET); in ioat_reset_hw()
219 #define IOAT_CHANERR_OFFSET 0x28 /* 32-bit Channel Error Register */ macro
739 chanerr = readl(ioat_chan->reg_base + IOAT_CHANERR_OFFSET); in ioat_alloc_chan_resources()1232 chanerr = readl(ioat_chan->reg_base + IOAT_CHANERR_OFFSET); in ioat_resume()1233 writel(chanerr, ioat_chan->reg_base + IOAT_CHANERR_OFFSET); in ioat_resume()
262 return readl(ioat_chan->reg_base + IOAT_CHANERR_OFFSET); in ioat_chanerr()