Searched refs:mmr_base (Results 1 – 2 of 2) sorted by relevance
44 #define XOR_CONFIG(chan) (chan->mmr_base + 0x10 + (chan->idx * 4))45 #define XOR_ACTIVATION(chan) (chan->mmr_base + 0x20 + (chan->idx * 4))46 #define XOR_INTR_CAUSE(chan) (chan->mmr_base + 0x30)47 #define XOR_INTR_MASK(chan) (chan->mmr_base + 0x40)48 #define XOR_ERROR_CAUSE(chan) (chan->mmr_base + 0x50)49 #define XOR_ERROR_ADDR(chan) (chan->mmr_base + 0x60)107 void __iomem *mmr_base; member
1108 mv_chan->mmr_base = xordev->xor_base; in mv_xor_channel_add()
Completed in 9 milliseconds