Lines Matching refs:readl_relaxed
84 return readl_relaxed(XOR_CURR_DESC(chan)); in mv_chan_get_current_desc()
95 u32 val = readl_relaxed(XOR_INTR_MASK(chan)); in mv_chan_unmask_interrupts()
102 u32 intr_cause = readl_relaxed(XOR_INTR_CAUSE(chan)); in mv_chan_get_intr_cause()
127 u32 config = readl_relaxed(XOR_CONFIG(chan)); in mv_set_mode()
167 u32 state = readl_relaxed(XOR_ACTIVATION(chan)); in mv_chan_is_busy()
636 val = readl_relaxed(XOR_CONFIG(chan)); in mv_dump_xor_regs()
639 val = readl_relaxed(XOR_ACTIVATION(chan)); in mv_dump_xor_regs()
642 val = readl_relaxed(XOR_INTR_CAUSE(chan)); in mv_dump_xor_regs()
645 val = readl_relaxed(XOR_INTR_MASK(chan)); in mv_dump_xor_regs()
648 val = readl_relaxed(XOR_ERROR_CAUSE(chan)); in mv_dump_xor_regs()
651 val = readl_relaxed(XOR_ERROR_ADDR(chan)); in mv_dump_xor_regs()