Lines Matching defs:dc

27 static struct txx9dmac_cregs __iomem *__dma_regs(const struct txx9dmac_chan *dc)  in __dma_regs()
33 const struct txx9dmac_chan *dc) in __dma_regs32()
38 #define channel64_readq(dc, name) \ argument
40 #define channel64_writeq(dc, name, val) \ argument
42 #define channel64_readl(dc, name) \ argument
44 #define channel64_writel(dc, name, val) \ argument
47 #define channel32_readl(dc, name) \ argument
49 #define channel32_writel(dc, name, val) \ argument
52 #define channel_readq(dc, name) channel64_readq(dc, name) argument
53 #define channel_writeq(dc, name, val) channel64_writeq(dc, name, val) argument
54 #define channel_readl(dc, name) \ argument
57 #define channel_writel(dc, name, val) \ argument
61 static dma_addr_t channel64_read_CHAR(const struct txx9dmac_chan *dc) in channel64_read_CHAR()
69 static void channel64_write_CHAR(const struct txx9dmac_chan *dc, dma_addr_t val) in channel64_write_CHAR()
77 static void channel64_clear_CHAR(const struct txx9dmac_chan *dc) in channel64_clear_CHAR()
87 static dma_addr_t channel_read_CHAR(const struct txx9dmac_chan *dc) in channel_read_CHAR()
95 static void channel_write_CHAR(const struct txx9dmac_chan *dc, dma_addr_t val) in channel_write_CHAR()
147 static dma_addr_t desc_read_CHAR(const struct txx9dmac_chan *dc, in desc_read_CHAR()
153 static void desc_write_CHAR(const struct txx9dmac_chan *dc, in desc_write_CHAR()
166 static struct txx9dmac_desc *txx9dmac_first_active(struct txx9dmac_chan *dc) in txx9dmac_first_active()
172 static struct txx9dmac_desc *txx9dmac_last_active(struct txx9dmac_chan *dc) in txx9dmac_last_active()
178 static struct txx9dmac_desc *txx9dmac_first_queued(struct txx9dmac_chan *dc) in txx9dmac_first_queued()
192 static struct txx9dmac_desc *txx9dmac_desc_alloc(struct txx9dmac_chan *dc, in txx9dmac_desc_alloc()
211 static struct txx9dmac_desc *txx9dmac_desc_get(struct txx9dmac_chan *dc) in txx9dmac_desc_get()
244 static void txx9dmac_sync_desc_for_cpu(struct txx9dmac_chan *dc, in txx9dmac_sync_desc_for_cpu()
263 static void txx9dmac_desc_put(struct txx9dmac_chan *dc, in txx9dmac_desc_put()
286 static void txx9dmac_dump_regs(struct txx9dmac_chan *dc) in txx9dmac_dump_regs()
314 static void txx9dmac_reset_chan(struct txx9dmac_chan *dc) in txx9dmac_reset_chan()
334 static void txx9dmac_dostart(struct txx9dmac_chan *dc, in txx9dmac_dostart()
403 txx9dmac_descriptor_complete(struct txx9dmac_chan *dc, in txx9dmac_descriptor_complete()
431 static void txx9dmac_dequeue(struct txx9dmac_chan *dc, struct list_head *list) in txx9dmac_dequeue()
455 static void txx9dmac_complete_all(struct txx9dmac_chan *dc) in txx9dmac_complete_all()
474 static void txx9dmac_dump_desc(struct txx9dmac_chan *dc, in txx9dmac_dump_desc()
505 static void txx9dmac_handle_error(struct txx9dmac_chan *dc, u32 csr) in txx9dmac_handle_error()
543 static void txx9dmac_scan_descriptors(struct txx9dmac_chan *dc) in txx9dmac_scan_descriptors()
615 struct txx9dmac_chan *dc; in txx9dmac_chan_tasklet() local
633 struct txx9dmac_chan *dc = dev_id; in txx9dmac_chan_interrupt() local
652 struct txx9dmac_chan *dc; in txx9dmac_tasklet() local
700 struct txx9dmac_chan *dc = to_txx9dmac_chan(tx->chan); in txx9dmac_tx_submit() local
719 struct txx9dmac_chan *dc = to_txx9dmac_chan(chan); in txx9dmac_prep_dma_memcpy() local
814 struct txx9dmac_chan *dc = to_txx9dmac_chan(chan); in txx9dmac_prep_slave_sg() local
906 struct txx9dmac_chan *dc = to_txx9dmac_chan(chan); in txx9dmac_terminate_all() local
932 struct txx9dmac_chan *dc = to_txx9dmac_chan(chan); in txx9dmac_tx_status() local
946 static void txx9dmac_chain_dynamic(struct txx9dmac_chan *dc, in txx9dmac_chain_dynamic()
970 struct txx9dmac_chan *dc = to_txx9dmac_chan(chan); in txx9dmac_issue_pending() local
994 struct txx9dmac_chan *dc = to_txx9dmac_chan(chan); in txx9dmac_alloc_chan_resources() local
1053 struct txx9dmac_chan *dc = to_txx9dmac_chan(chan); in txx9dmac_free_chan_resources() local
1095 struct txx9dmac_chan *dc; in txx9dmac_chan_probe() local
1166 struct txx9dmac_chan *dc = platform_get_drvdata(pdev); in txx9dmac_chan_remove() local