Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
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()
H A Dtxx9dmac.c21 return container_of(chan, struct txx9dmac_chan, chan); in to_txx9dmac_chan()
30 const struct txx9dmac_chan *dc) in __dma_regs32()
608 struct txx9dmac_chan *dc; in txx9dmac_chan_tasklet()
626 struct txx9dmac_chan *dc = dev_id; in txx9dmac_chan_interrupt()
645 struct txx9dmac_chan *dc; in txx9dmac_tasklet()
712 struct txx9dmac_chan *dc = to_txx9dmac_chan(chan); in txx9dmac_prep_dma_memcpy()
807 struct txx9dmac_chan *dc = to_txx9dmac_chan(chan); in txx9dmac_prep_slave_sg()
899 struct txx9dmac_chan *dc = to_txx9dmac_chan(chan); in txx9dmac_terminate_all()
925 struct txx9dmac_chan *dc = to_txx9dmac_chan(chan); in txx9dmac_tx_status()
962 struct txx9dmac_chan *dc = to_txx9dmac_chan(chan); in txx9dmac_issue_pending()
[all …]