Lines Matching refs:readl_relaxed
102 return readl_relaxed(XOR_CURR_DESC(chan)); in mv_chan_get_current_desc()
113 u32 val = readl_relaxed(XOR_INTR_MASK(chan)); in mv_chan_unmask_interrupts()
120 u32 intr_cause = readl_relaxed(XOR_INTR_CAUSE(chan)); in mv_chan_get_intr_cause()
145 u32 config = readl_relaxed(XOR_CONFIG(chan)); in mv_chan_set_mode()
178 u32 config = readl_relaxed(XOR_CONFIG(chan)); in mv_chan_set_mode_to_desc()
204 u32 state = readl_relaxed(XOR_ACTIVATION(chan)); in mv_chan_is_busy()
634 val = readl_relaxed(XOR_CONFIG(chan)); in mv_chan_dump_regs()
637 val = readl_relaxed(XOR_ACTIVATION(chan)); in mv_chan_dump_regs()
640 val = readl_relaxed(XOR_INTR_CAUSE(chan)); in mv_chan_dump_regs()
643 val = readl_relaxed(XOR_INTR_MASK(chan)); in mv_chan_dump_regs()
646 val = readl_relaxed(XOR_ERROR_CAUSE(chan)); in mv_chan_dump_regs()
649 val = readl_relaxed(XOR_ERROR_ADDR(chan)); in mv_chan_dump_regs()