Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rapidio/devices/
Dtsi721_dma.c78 u64 *sts_ptr; in tsi721_bdma_ch_init() local
109 sts_ptr = dma_zalloc_coherent(dev, in tsi721_bdma_ch_init()
112 if (!sts_ptr) { in tsi721_bdma_ch_init()
122 bdma_chan->sts_base = sts_ptr; in tsi721_bdma_ch_init()
127 sts_ptr, (unsigned long long)sts_phys, sts_size); in tsi721_bdma_ch_init()
196 sts_ptr, sts_phys); in tsi721_bdma_ch_init()
393 u64 *sts_ptr; in tsi721_clr_stat() local
398 sts_ptr = bdma_chan->sts_base; in tsi721_clr_stat()
400 while (sts_ptr[j]) { in tsi721_clr_stat()
401 for (i = 0; i < 8 && sts_ptr[j]; i++, j++) in tsi721_clr_stat()
[all …]
Dtsi721.c1053 u64 *sts_ptr; in tsi721_bdma_maint_init() local
1088 sts_ptr = dma_zalloc_coherent(&priv->pdev->dev, in tsi721_bdma_maint_init()
1091 if (!sts_ptr) { in tsi721_bdma_maint_init()
1101 priv->mdma.sts_base = sts_ptr; in tsi721_bdma_maint_init()
1106 sts_ptr, (unsigned long long)sts_phys, sts_size); in tsi721_bdma_maint_init()
1375 u64 *sts_ptr, last_ptr = 0, prev_ptr = 0; in tsi721_omsg_handler() local
1385 sts_ptr = priv->omsg_ring[ch].sts_base; in tsi721_omsg_handler()
1387 while (sts_ptr[j]) { in tsi721_omsg_handler()
1388 for (i = 0; i < 8 && sts_ptr[j]; i++, j++) { in tsi721_omsg_handler()
1390 last_ptr = le64_to_cpu(sts_ptr[j]); in tsi721_omsg_handler()
[all …]