Home
last modified time | relevance | path

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

/openbmc/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()
388 u64 *sts_ptr; in tsi721_clr_stat() local
393 sts_ptr = bdma_chan->sts_base; in tsi721_clr_stat()
395 while (sts_ptr[j]) { in tsi721_clr_stat()
396 for (i = 0; i < 8 && sts_ptr[j]; i++, j++) in tsi721_clr_stat()
[all …]
H A Dtsi721.c1420 u64 *sts_ptr; in tsi721_bdma_maint_init() local
1454 sts_ptr = dma_alloc_coherent(&priv->pdev->dev, in tsi721_bdma_maint_init()
1457 if (!sts_ptr) { in tsi721_bdma_maint_init()
1467 priv->mdma.sts_base = sts_ptr; in tsi721_bdma_maint_init()
1472 sts_ptr, &sts_phys, sts_size); in tsi721_bdma_maint_init()
1752 u64 *sts_ptr, last_ptr = 0, prev_ptr = 0; in tsi721_omsg_handler() local
1761 sts_ptr = priv->omsg_ring[ch].sts_base; in tsi721_omsg_handler()
1763 while (sts_ptr[j]) { in tsi721_omsg_handler()
1764 for (i = 0; i < 8 && sts_ptr[j]; i++, j++) { in tsi721_omsg_handler()
1766 last_ptr = le64_to_cpu(sts_ptr[j]); in tsi721_omsg_handler()
[all …]