Searched refs:sts_base (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-qcom.c | 35 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()
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-qcom.c | 35 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()
|
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
H A D | tsi721.h | 694 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 D | tsi721.c | 1467 priv->mdma.sts_base = sts_ptr; in tsi721_bdma_maint_init() 1531 mdma->sts_base, mdma->sts_phys); in tsi721_bdma_maint_free() 1532 mdma->sts_base = NULL; in tsi721_bdma_maint_free() 1761 sts_ptr = priv->omsg_ring[ch].sts_base; in tsi721_omsg_handler() 1929 priv->omsg_ring[mbox].sts_base = dma_alloc_coherent(&priv->pdev->dev, in tsi721_open_outb_mbox() 1933 if (priv->omsg_ring[mbox].sts_base == NULL) { in tsi721_open_outb_mbox() 2019 priv->omsg_ring[mbox].sts_base, in tsi721_open_outb_mbox() 2022 priv->omsg_ring[mbox].sts_base = NULL; in tsi721_open_outb_mbox() 2079 priv->omsg_ring[mbox].sts_base, in tsi721_close_outb_mbox() 2082 priv->omsg_ring[mbox].sts_base in tsi721_close_outb_mbox() [all...] |
H A D | tsi721_dma.c | 112 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() 393 sts_ptr = bdma_chan->sts_base; in tsi721_clr_stat()
|
/kernel/linux/linux-6.6/drivers/rapidio/devices/ |
H A D | tsi721.h | 694 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 D | tsi721.c | 1467 priv->mdma.sts_base = sts_ptr; in tsi721_bdma_maint_init() 1531 mdma->sts_base, mdma->sts_phys); in tsi721_bdma_maint_free() 1532 mdma->sts_base = NULL; in tsi721_bdma_maint_free() 1761 sts_ptr = priv->omsg_ring[ch].sts_base; in tsi721_omsg_handler() 1929 priv->omsg_ring[mbox].sts_base = dma_alloc_coherent(&priv->pdev->dev, in tsi721_open_outb_mbox() 1933 if (priv->omsg_ring[mbox].sts_base == NULL) { in tsi721_open_outb_mbox() 2019 priv->omsg_ring[mbox].sts_base, in tsi721_open_outb_mbox() 2022 priv->omsg_ring[mbox].sts_base = NULL; in tsi721_open_outb_mbox() 2079 priv->omsg_ring[mbox].sts_base, in tsi721_close_outb_mbox() 2082 priv->omsg_ring[mbox].sts_base in tsi721_close_outb_mbox() [all...] |
H A D | tsi721_dma.c | 112 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() 393 sts_ptr = bdma_chan->sts_base; in tsi721_clr_stat()
|
Completed in 15 milliseconds