Symbol: mv_xor_chan
drivers/dma/mv_xor.c
1009
static int mv_xor_channel_remove(struct mv_xor_chan *mv_chan)
drivers/dma/mv_xor.c
103
static void mv_chan_set_next_descriptor(struct mv_xor_chan *chan,
drivers/dma/mv_xor.c
1033
static struct mv_xor_chan *
drivers/dma/mv_xor.c
1039
struct mv_xor_chan *mv_chan;
drivers/dma/mv_xor.c
109
static void mv_chan_unmask_interrupts(struct mv_xor_chan *chan)
drivers/dma/mv_xor.c
116
static u32 mv_chan_get_intr_cause(struct mv_xor_chan *chan)
drivers/dma/mv_xor.c
123
static void mv_chan_clear_eoc_cause(struct mv_xor_chan *chan)
drivers/dma/mv_xor.c
1254
struct mv_xor_chan *mv_chan = xordev->channels[i];
drivers/dma/mv_xor.c
1275
struct mv_xor_chan *mv_chan = xordev->channels[i];
drivers/dma/mv_xor.c
133
static void mv_chan_clear_err_status(struct mv_xor_chan *chan)
drivers/dma/mv_xor.c
139
static void mv_chan_set_mode(struct mv_xor_chan *chan,
drivers/dma/mv_xor.c
1392
struct mv_xor_chan *chan;
drivers/dma/mv_xor.c
1424
struct mv_xor_chan *chan;
drivers/dma/mv_xor.c
156
static void mv_chan_activate(struct mv_xor_chan *chan)
drivers/dma/mv_xor.c
164
static char mv_chan_is_busy(struct mv_xor_chan *chan)
drivers/dma/mv_xor.c
178
static void mv_chan_start_new_chain(struct mv_xor_chan *mv_chan,
drivers/dma/mv_xor.c
193
struct mv_xor_chan *mv_chan,
drivers/dma/mv_xor.c
215
mv_chan_clean_completed_slots(struct mv_xor_chan *mv_chan)
drivers/dma/mv_xor.c
236
struct mv_xor_chan *mv_chan)
drivers/dma/mv_xor.c
263
static void mv_chan_slot_cleanup(struct mv_xor_chan *mv_chan)
drivers/dma/mv_xor.c
341
struct mv_xor_chan *chan = from_tasklet(chan, t, irq_tasklet);
drivers/dma/mv_xor.c
349
mv_chan_alloc_slot(struct mv_xor_chan *mv_chan)
drivers/dma/mv_xor.c
385
struct mv_xor_chan *mv_chan = to_mv_xor_chan(tx->chan);
drivers/dma/mv_xor.c
40
container_of(chan, struct mv_xor_chan, dmachan)
drivers/dma/mv_xor.c
439
struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan);
drivers/dma/mv_xor.c
483
static int mv_xor_add_io_win(struct mv_xor_chan *mv_chan, u32 addr)
drivers/dma/mv_xor.c
558
struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan);
drivers/dma/mv_xor.c
612
struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan);
drivers/dma/mv_xor.c
629
struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan);
drivers/dma/mv_xor.c
678
struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan);
drivers/dma/mv_xor.c
692
static void mv_chan_dump_regs(struct mv_xor_chan *chan)
drivers/dma/mv_xor.c
715
static void mv_chan_err_interrupt_handler(struct mv_xor_chan *chan,
drivers/dma/mv_xor.c
732
struct mv_xor_chan *chan = data;
drivers/dma/mv_xor.c
749
struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan);
drivers/dma/mv_xor.c
761
static int mv_chan_memcpy_self_test(struct mv_xor_chan *mv_chan)
drivers/dma/mv_xor.c
872
mv_chan_xor_self_test(struct mv_xor_chan *mv_chan)
drivers/dma/mv_xor.c
98
static u32 mv_chan_get_current_desc(struct mv_xor_chan *chan)
drivers/dma/mv_xor.h
81
struct mv_xor_chan *channels[MV_XOR_MAX_CHANNELS];