Searched refs:sts_ptr (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/rapidio/devices/ |
| D | tsi721_dma.c | 79 u64 *sts_ptr; in tsi721_bdma_ch_init() local 111 sts_ptr = dma_zalloc_coherent(dev, in tsi721_bdma_ch_init() 114 if (!sts_ptr) { in tsi721_bdma_ch_init() 124 bdma_chan->sts_base = sts_ptr; in tsi721_bdma_ch_init() 129 bdma_chan->id, sts_ptr, &sts_phys, sts_size); in tsi721_bdma_ch_init() 200 sts_ptr, sts_phys); in tsi721_bdma_ch_init() 400 u64 *sts_ptr; in tsi721_clr_stat() local 405 sts_ptr = bdma_chan->sts_base; in tsi721_clr_stat() 407 while (sts_ptr[j]) { in tsi721_clr_stat() 408 for (i = 0; i < 8 && sts_ptr[j]; i++, j++) in tsi721_clr_stat() [all …]
|
| D | tsi721.c | 1433 u64 *sts_ptr; in tsi721_bdma_maint_init() local 1467 sts_ptr = dma_zalloc_coherent(&priv->pdev->dev, in tsi721_bdma_maint_init() 1470 if (!sts_ptr) { in tsi721_bdma_maint_init() 1480 priv->mdma.sts_base = sts_ptr; in tsi721_bdma_maint_init() 1485 sts_ptr, &sts_phys, sts_size); in tsi721_bdma_maint_init() 1765 u64 *sts_ptr, last_ptr = 0, prev_ptr = 0; in tsi721_omsg_handler() local 1774 sts_ptr = priv->omsg_ring[ch].sts_base; in tsi721_omsg_handler() 1776 while (sts_ptr[j]) { in tsi721_omsg_handler() 1777 for (i = 0; i < 8 && sts_ptr[j]; i++, j++) { in tsi721_omsg_handler() 1779 last_ptr = le64_to_cpu(sts_ptr[j]); in tsi721_omsg_handler() [all …]
|