Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dqcom-timer.c44 static void __iomem *sts_base; variable
70 if (sts_base) in msm_timer_set_next_event()
71 while (readl_relaxed(sts_base) & TIMER_STS_GPT0_CLR_PEND) in msm_timer_set_next_event()
266 sts_base = base + 0x88; in msm_dt_timer_init()
/linux-4.4.14/drivers/rapidio/devices/
Dtsi721_dma.c122 bdma_chan->sts_base = sts_ptr; in tsi721_bdma_ch_init()
197 bdma_chan->sts_base = NULL; in tsi721_bdma_ch_init()
250 bdma_chan->sts_base, bdma_chan->sts_phys); in tsi721_bdma_ch_free()
251 bdma_chan->sts_base = NULL; in tsi721_bdma_ch_free()
398 sts_ptr = bdma_chan->sts_base; in tsi721_clr_stat()
Dtsi721.h667 void *sts_base; /* start of DMA BD status FIFO */ member
691 void *sts_base; /* start of DMA BD status FIFO */ member
726 void *sts_base; member
Dtsi721.c1101 priv->mdma.sts_base = sts_ptr; in tsi721_bdma_maint_init()
1165 mdma->sts_base, mdma->sts_phys); in tsi721_bdma_maint_free()
1166 mdma->sts_base = NULL; in tsi721_bdma_maint_free()
1385 sts_ptr = priv->omsg_ring[ch].sts_base; in tsi721_omsg_handler()
1542 priv->omsg_ring[mbox].sts_base = dma_zalloc_coherent(&priv->pdev->dev, in tsi721_open_outb_mbox()
1546 if (priv->omsg_ring[mbox].sts_base == NULL) { in tsi721_open_outb_mbox()
1636 priv->omsg_ring[mbox].sts_base, in tsi721_open_outb_mbox()
1639 priv->omsg_ring[mbox].sts_base = NULL; in tsi721_open_outb_mbox()
1696 priv->omsg_ring[mbox].sts_base, in tsi721_close_outb_mbox()
1699 priv->omsg_ring[mbox].sts_base = NULL; in tsi721_close_outb_mbox()