Home
last modified time | relevance | path

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

/linux/drivers/rapidio/devices/
H A Dtsi721_dma.c67 u64 *sts_ptr; in tsi721_bdma_ch_init() local
99 sts_ptr = dma_alloc_coherent(dev, in tsi721_bdma_ch_init()
102 if (!sts_ptr) { in tsi721_bdma_ch_init()
112 bdma_chan->sts_base = sts_ptr; in tsi721_bdma_ch_init()
117 bdma_chan->id, sts_ptr, &sts_phys, sts_size); in tsi721_bdma_ch_init()
188 sts_ptr, sts_phys); in tsi721_bdma_ch_init()
390 u64 *sts_ptr; in tsi721_clr_stat() local
395 sts_ptr = bdma_chan->sts_base; in tsi721_clr_stat()
397 while (sts_ptr[j]) { in tsi721_clr_stat()
398 for (i = 0; i < 8 && sts_ptr[j]; i++, j++) in tsi721_clr_stat()
[all …]