Symbol: txx9dmac_chan
drivers/dma/txx9dmac.c
1045
struct txx9dmac_chan *dc = to_txx9dmac_chan(chan);
drivers/dma/txx9dmac.c
1086
struct txx9dmac_chan *dc;
drivers/dma/txx9dmac.c
1156
struct txx9dmac_chan *dc = platform_get_drvdata(pdev);
drivers/dma/txx9dmac.c
144
static dma_addr_t desc_read_CHAR(const struct txx9dmac_chan *dc,
drivers/dma/txx9dmac.c
150
static void desc_write_CHAR(const struct txx9dmac_chan *dc,
drivers/dma/txx9dmac.c
163
static struct txx9dmac_desc *txx9dmac_first_active(struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.c
169
static struct txx9dmac_desc *txx9dmac_last_active(struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.c
175
static struct txx9dmac_desc *txx9dmac_first_queued(struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.c
189
static struct txx9dmac_desc *txx9dmac_desc_alloc(struct txx9dmac_chan *dc,
drivers/dma/txx9dmac.c
19
static struct txx9dmac_chan *to_txx9dmac_chan(struct dma_chan *chan)
drivers/dma/txx9dmac.c
208
static struct txx9dmac_desc *txx9dmac_desc_get(struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.c
21
return container_of(chan, struct txx9dmac_chan, chan);
drivers/dma/txx9dmac.c
24
static struct txx9dmac_cregs __iomem *__dma_regs(const struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.c
241
static void txx9dmac_sync_desc_for_cpu(struct txx9dmac_chan *dc,
drivers/dma/txx9dmac.c
260
static void txx9dmac_desc_put(struct txx9dmac_chan *dc,
drivers/dma/txx9dmac.c
283
static void txx9dmac_dump_regs(struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.c
30
const struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.c
311
static void txx9dmac_reset_chan(struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.c
330
static void txx9dmac_dostart(struct txx9dmac_chan *dc,
drivers/dma/txx9dmac.c
399
txx9dmac_descriptor_complete(struct txx9dmac_chan *dc,
drivers/dma/txx9dmac.c
424
static void txx9dmac_dequeue(struct txx9dmac_chan *dc, struct list_head *list)
drivers/dma/txx9dmac.c
448
static void txx9dmac_complete_all(struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.c
467
static void txx9dmac_dump_desc(struct txx9dmac_chan *dc,
drivers/dma/txx9dmac.c
498
static void txx9dmac_handle_error(struct txx9dmac_chan *dc, u32 csr)
drivers/dma/txx9dmac.c
536
static void txx9dmac_scan_descriptors(struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.c
58
static dma_addr_t channel64_read_CHAR(const struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.c
608
struct txx9dmac_chan *dc;
drivers/dma/txx9dmac.c
626
struct txx9dmac_chan *dc = dev_id;
drivers/dma/txx9dmac.c
645
struct txx9dmac_chan *dc;
drivers/dma/txx9dmac.c
66
static void channel64_write_CHAR(const struct txx9dmac_chan *dc, dma_addr_t val)
drivers/dma/txx9dmac.c
693
struct txx9dmac_chan *dc = to_txx9dmac_chan(tx->chan);
drivers/dma/txx9dmac.c
712
struct txx9dmac_chan *dc = to_txx9dmac_chan(chan);
drivers/dma/txx9dmac.c
74
static void channel64_clear_CHAR(const struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.c
807
struct txx9dmac_chan *dc = to_txx9dmac_chan(chan);
drivers/dma/txx9dmac.c
84
static dma_addr_t channel_read_CHAR(const struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.c
899
struct txx9dmac_chan *dc = to_txx9dmac_chan(chan);
drivers/dma/txx9dmac.c
92
static void channel_write_CHAR(const struct txx9dmac_chan *dc, dma_addr_t val)
drivers/dma/txx9dmac.c
925
struct txx9dmac_chan *dc = to_txx9dmac_chan(chan);
drivers/dma/txx9dmac.c
939
static void txx9dmac_chain_dynamic(struct txx9dmac_chan *dc,
drivers/dma/txx9dmac.c
962
struct txx9dmac_chan *dc = to_txx9dmac_chan(chan);
drivers/dma/txx9dmac.c
986
struct txx9dmac_chan *dc = to_txx9dmac_chan(chan);
drivers/dma/txx9dmac.h
183
struct txx9dmac_chan *chan[TXX9_DMA_MAX_NR_CHANNELS];
drivers/dma/txx9dmac.h
193
static inline bool is_dmac64(const struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.h
237
static inline bool txx9dmac_chan_INTENT(struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.h
242
static inline void txx9dmac_chan_set_INTENT(struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.h
252
static inline void txx9dmac_chan_set_SMPCHN(struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.h
265
static inline bool txx9dmac_chan_INTENT(struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.h
270
static void txx9dmac_chan_set_INTENT(struct txx9dmac_chan *dc)
drivers/dma/txx9dmac.h
283
static inline void txx9dmac_chan_set_SMPCHN(struct txx9dmac_chan *dc)