mmr_high_base     486 drivers/dma/mv_xor.c 	void __iomem *base = mv_chan->mmr_high_base;
mmr_high_base    1099 drivers/dma/mv_xor.c 	mv_chan->mmr_high_base = xordev->xor_high_base;
mmr_high_base      36 drivers/dma/mv_xor.h #define XOR_CURR_DESC(chan)	(chan->mmr_high_base + 0x10 + (chan->idx * 4))
mmr_high_base      37 drivers/dma/mv_xor.h #define XOR_NEXT_DESC(chan)	(chan->mmr_high_base + 0x00 + (chan->idx * 4))
mmr_high_base      38 drivers/dma/mv_xor.h #define XOR_BYTE_COUNT(chan)	(chan->mmr_high_base + 0x20 + (chan->idx * 4))
mmr_high_base      39 drivers/dma/mv_xor.h #define XOR_DEST_POINTER(chan)	(chan->mmr_high_base + 0xB0 + (chan->idx * 4))
mmr_high_base      40 drivers/dma/mv_xor.h #define XOR_BLOCK_SIZE(chan)	(chan->mmr_high_base + 0xC0 + (chan->idx * 4))
mmr_high_base      41 drivers/dma/mv_xor.h #define XOR_INIT_VALUE_LOW(chan)	(chan->mmr_high_base + 0xE0)
mmr_high_base      42 drivers/dma/mv_xor.h #define XOR_INIT_VALUE_HIGH(chan)	(chan->mmr_high_base + 0xE4)
mmr_high_base     108 drivers/dma/mv_xor.h 	void __iomem		*mmr_high_base;