Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rapidio/devices/
Dtsi721_dma.c80 dma_addr_t sts_phys; in tsi721_bdma_ch_init() local
111 &sts_phys, GFP_KERNEL); in tsi721_bdma_ch_init()
121 bdma_chan->sts_phys = sts_phys; in tsi721_bdma_ch_init()
127 sts_ptr, (unsigned long long)sts_phys, sts_size); in tsi721_bdma_ch_init()
142 iowrite32(((u64)sts_phys >> 32), in tsi721_bdma_ch_init()
144 iowrite32(((u64)sts_phys & TSI721_DMAC_DSBL_MASK), in tsi721_bdma_ch_init()
196 sts_ptr, sts_phys); in tsi721_bdma_ch_init()
250 bdma_chan->sts_base, bdma_chan->sts_phys); in tsi721_bdma_ch_free()
Dtsi721.h668 dma_addr_t sts_phys; member
692 dma_addr_t sts_phys; member
727 dma_addr_t sts_phys; member
Dtsi721.c1054 dma_addr_t bd_phys, sts_phys; in tsi721_bdma_maint_init() local
1090 &sts_phys, GFP_KERNEL); in tsi721_bdma_maint_init()
1100 priv->mdma.sts_phys = sts_phys; in tsi721_bdma_maint_init()
1106 sts_ptr, (unsigned long long)sts_phys, sts_size); in tsi721_bdma_maint_init()
1120 iowrite32(((u64)sts_phys >> 32), regs + TSI721_DMAC_DSBH); in tsi721_bdma_maint_init()
1121 iowrite32(((u64)sts_phys & TSI721_DMAC_DSBL_MASK), in tsi721_bdma_maint_init()
1165 mdma->sts_base, mdma->sts_phys); in tsi721_bdma_maint_free()
1545 &priv->omsg_ring[mbox].sts_phys, GFP_KERNEL); in tsi721_open_outb_mbox()
1566 iowrite32(((u64)priv->omsg_ring[mbox].sts_phys >> 32), in tsi721_open_outb_mbox()
1568 iowrite32(((u64)priv->omsg_ring[mbox].sts_phys & in tsi721_open_outb_mbox()
[all …]