Home
last modified time | relevance | path

Searched refs:XOR_CONFIG (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/dma/
Dmv_xor.h52 #define XOR_CONFIG(chan) (chan->mmr_base + 0x10 + (chan->idx * 4)) macro
Dmv_xor.c145 u32 config = readl_relaxed(XOR_CONFIG(chan)); in mv_chan_set_mode()
171 writel_relaxed(config, XOR_CONFIG(chan)); in mv_chan_set_mode()
178 u32 config = readl_relaxed(XOR_CONFIG(chan)); in mv_chan_set_mode_to_desc()
191 writel_relaxed(config, XOR_CONFIG(chan)); in mv_chan_set_mode_to_desc()
634 val = readl_relaxed(XOR_CONFIG(chan)); in mv_chan_dump_regs()