Lines Matching refs:mv_xor_chan
42 container_of(chan, struct mv_xor_chan, dmachan)
100 static u32 mv_chan_get_current_desc(struct mv_xor_chan *chan) in mv_chan_get_current_desc()
105 static void mv_chan_set_next_descriptor(struct mv_xor_chan *chan, in mv_chan_set_next_descriptor()
111 static void mv_chan_unmask_interrupts(struct mv_xor_chan *chan) in mv_chan_unmask_interrupts()
118 static u32 mv_chan_get_intr_cause(struct mv_xor_chan *chan) in mv_chan_get_intr_cause()
125 static void mv_chan_clear_eoc_cause(struct mv_xor_chan *chan) in mv_chan_clear_eoc_cause()
135 static void mv_chan_clear_err_status(struct mv_xor_chan *chan) in mv_chan_clear_err_status()
141 static void mv_chan_set_mode(struct mv_xor_chan *chan, in mv_chan_set_mode()
175 static void mv_chan_set_mode_to_desc(struct mv_xor_chan *chan) in mv_chan_set_mode_to_desc()
194 static void mv_chan_activate(struct mv_xor_chan *chan) in mv_chan_activate()
202 static char mv_chan_is_busy(struct mv_xor_chan *chan) in mv_chan_is_busy()
216 static void mv_chan_start_new_chain(struct mv_xor_chan *mv_chan, in mv_chan_start_new_chain()
231 struct mv_xor_chan *mv_chan, in mv_desc_run_tx_complete_actions()
256 mv_chan_clean_completed_slots(struct mv_xor_chan *mv_chan) in mv_chan_clean_completed_slots()
272 struct mv_xor_chan *mv_chan) in mv_desc_clean_slot()
290 static void mv_chan_slot_cleanup(struct mv_xor_chan *mv_chan) in mv_chan_slot_cleanup()
368 struct mv_xor_chan *chan = (struct mv_xor_chan *) data; in mv_xor_tasklet()
376 mv_chan_alloc_slot(struct mv_xor_chan *mv_chan) in mv_chan_alloc_slot()
412 struct mv_xor_chan *mv_chan = to_mv_xor_chan(tx->chan); in mv_xor_tx_submit()
466 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); in mv_xor_alloc_chan_resources()
507 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); in mv_xor_prep_dma_xor()
550 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); in mv_xor_prep_dma_interrupt()
567 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); in mv_xor_free_chan_resources()
616 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); in mv_xor_status()
630 static void mv_chan_dump_regs(struct mv_xor_chan *chan) in mv_chan_dump_regs()
653 static void mv_chan_err_interrupt_handler(struct mv_xor_chan *chan, in mv_chan_err_interrupt_handler()
670 struct mv_xor_chan *chan = data; in mv_xor_interrupt_handler()
687 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); in mv_xor_issue_pending()
699 static int mv_chan_memcpy_self_test(struct mv_xor_chan *mv_chan) in mv_chan_memcpy_self_test()
808 mv_chan_xor_self_test(struct mv_xor_chan *mv_chan) in mv_chan_xor_self_test()
945 static int mv_xor_channel_remove(struct mv_xor_chan *mv_chan) in mv_xor_channel_remove()
969 static struct mv_xor_chan *
975 struct mv_xor_chan *mv_chan; in mv_xor_channel_add()
1205 struct mv_xor_chan *chan; in mv_xor_probe()
1238 struct mv_xor_chan *chan; in mv_xor_probe()