Home
last modified time | relevance | path

Searched refs:sts_ptr (Results 1 – 2 of 2) 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 …]
H A Dtsi721.c1445 u64 *sts_ptr; in tsi721_bdma_maint_init() local
1479 sts_ptr = dma_alloc_coherent(&priv->pdev->dev, in tsi721_bdma_maint_init()
1482 if (!sts_ptr) { in tsi721_bdma_maint_init()
1492 priv->mdma.sts_base = sts_ptr; in tsi721_bdma_maint_init()
1497 sts_ptr, &sts_phys, sts_size); in tsi721_bdma_maint_init()
1779 u64 *sts_ptr, last_ptr = 0, prev_ptr = 0; in tsi721_omsg_handler() local
1788 sts_ptr = priv->omsg_ring[ch].sts_base; in tsi721_omsg_handler()
1790 while (sts_ptr[j]) { in tsi721_omsg_handler()
1791 for (i = 0; i < 8 && sts_ptr[j]; i++, j++) { in tsi721_omsg_handler()
1793 last_ptr = le64_to_cpu(sts_ptr[j]); in tsi721_omsg_handler()
[all …]