Home
last modified time | relevance | path

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

/drivers/rapidio/devices/
Dtsi721_dma.c68 struct tsi721_bdma_chan *bdma_chan) in tsi721_dma_first_active() argument
70 return list_first_entry(&bdma_chan->active_list, in tsi721_dma_first_active()
74 static int tsi721_bdma_ch_init(struct tsi721_bdma_chan *bdma_chan, int bd_num) in tsi721_bdma_ch_init() argument
77 struct device *dev = bdma_chan->dchan.device->dev; in tsi721_bdma_ch_init()
83 struct tsi721_device *priv = to_tsi721(bdma_chan->dchan.device); in tsi721_bdma_ch_init()
86 dev_dbg(dev, "Init Block DMA Engine, CH%d\n", bdma_chan->id); in tsi721_bdma_ch_init()
98 bdma_chan->bd_num = bd_num; in tsi721_bdma_ch_init()
99 bdma_chan->bd_phys = bd_phys; in tsi721_bdma_ch_init()
100 bdma_chan->bd_base = bd_ptr; in tsi721_bdma_ch_init()
117 bdma_chan->bd_base = NULL; in tsi721_bdma_ch_init()
[all …]
Dtsi721.h851 extern void tsi721_bdma_handler(struct tsi721_bdma_chan *bdma_chan);