Home
last modified time | relevance | path

Searched refs:txx9dmac_chan (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/dma/
H A Dtxx9dmac.c19 static struct txx9dmac_chan *to_txx9dmac_chan(struct dma_chan *chan) in to_txx9dmac_chan()
21 return container_of(chan, struct txx9dmac_chan, chan); in to_txx9dmac_chan()
24 static struct txx9dmac_cregs __iomem *__dma_regs(const struct txx9dmac_chan *dc) in __dma_regs()
30 const struct txx9dmac_chan *dc) in __dma_regs32()
58 static dma_addr_t channel64_read_CHAR(const struct txx9dmac_chan *dc) in channel64_read_CHAR()
66 static void channel64_write_CHAR(const struct txx9dmac_chan *dc, dma_addr_t val) in channel64_write_CHAR()
74 static void channel64_clear_CHAR(const struct txx9dmac_chan *dc) in channel64_clear_CHAR()
84 static dma_addr_t channel_read_CHAR(const struct txx9dmac_chan *dc) in channel_read_CHAR()
92 static void channel_write_CHAR(const struct txx9dmac_chan *dc, dma_addr_t val) in channel_write_CHAR()
144 static dma_addr_t desc_read_CHAR(const struct txx9dmac_chan *dc, in desc_read_CHAR()
[all …]
H A Dtxx9dmac.h160 struct txx9dmac_chan { struct
183 struct txx9dmac_chan *chan[TXX9_DMA_MAX_NR_CHANNELS]; argument
193 static inline bool is_dmac64(const struct txx9dmac_chan *dc) in is_dmac64()
237 static inline bool txx9dmac_chan_INTENT(struct txx9dmac_chan *dc) in txx9dmac_chan_INTENT()
242 static inline void txx9dmac_chan_set_INTENT(struct txx9dmac_chan *dc) in txx9dmac_chan_set_INTENT()
252 static inline void txx9dmac_chan_set_SMPCHN(struct txx9dmac_chan *dc) in txx9dmac_chan_set_SMPCHN()
265 static inline bool txx9dmac_chan_INTENT(struct txx9dmac_chan *dc) in txx9dmac_chan_INTENT()
270 static void txx9dmac_chan_set_INTENT(struct txx9dmac_chan *dc) in txx9dmac_chan_set_INTENT()
283 static inline void txx9dmac_chan_set_SMPCHN(struct txx9dmac_chan *dc) in txx9dmac_chan_set_SMPCHN()