Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dtimer-qcom.c35 static void __iomem *sts_base; variable
61 if (sts_base) in msm_timer_set_next_event()
62 while (readl_relaxed(sts_base) & TIMER_STS_GPT0_CLR_PEND) in msm_timer_set_next_event()
241 sts_base = base + 0x88; in msm_dt_timer_init()
/linux/drivers/rapidio/devices/
H A Dtsi721.h694 void *sts_base; /* start of DMA BD status FIFO */ member
718 void *sts_base; /* start of DMA BD status FIFO */ member
753 void *sts_base; member
H A Dtsi721_dma.c112 bdma_chan->sts_base = sts_ptr; in tsi721_bdma_ch_init()
189 bdma_chan->sts_base = NULL; in tsi721_bdma_ch_init()
242 bdma_chan->sts_base, bdma_chan->sts_phys); in tsi721_bdma_ch_free()
243 bdma_chan->sts_base = NULL; in tsi721_bdma_ch_free()
395 sts_ptr = bdma_chan->sts_base; in tsi721_clr_stat()