Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rapidio/devices/
Dtsi721_dma.c81 dma_addr_t sts_phys; in tsi721_bdma_ch_init() local
113 &sts_phys, GFP_ATOMIC); in tsi721_bdma_ch_init()
123 bdma_chan->sts_phys = sts_phys; in tsi721_bdma_ch_init()
129 bdma_chan->id, sts_ptr, &sts_phys, sts_size); in tsi721_bdma_ch_init()
144 iowrite32(((u64)sts_phys >> 32), in tsi721_bdma_ch_init()
146 iowrite32(((u64)sts_phys & TSI721_DMAC_DSBL_MASK), in tsi721_bdma_ch_init()
200 sts_ptr, sts_phys); in tsi721_bdma_ch_init()
254 bdma_chan->sts_base, bdma_chan->sts_phys); in tsi721_bdma_ch_free()
634 iowrite32(((u64)bdma_chan->sts_phys >> 32), in tsi721_dma_tasklet()
636 iowrite32(((u64)bdma_chan->sts_phys & TSI721_DMAC_DSBL_MASK), in tsi721_dma_tasklet()
Dtsi721.c1434 dma_addr_t bd_phys, sts_phys; in tsi721_bdma_maint_init() local
1469 &sts_phys, GFP_KERNEL); in tsi721_bdma_maint_init()
1479 priv->mdma.sts_phys = sts_phys; in tsi721_bdma_maint_init()
1485 sts_ptr, &sts_phys, sts_size); in tsi721_bdma_maint_init()
1499 iowrite32(((u64)sts_phys >> 32), regs + TSI721_DMAC_DSBH); in tsi721_bdma_maint_init()
1500 iowrite32(((u64)sts_phys & TSI721_DMAC_DSBL_MASK), in tsi721_bdma_maint_init()
1544 mdma->sts_base, mdma->sts_phys); in tsi721_bdma_maint_free()
1945 &priv->omsg_ring[mbox].sts_phys, GFP_KERNEL); in tsi721_open_outb_mbox()
1965 iowrite32(((u64)priv->omsg_ring[mbox].sts_phys >> 32), in tsi721_open_outb_mbox()
1967 iowrite32(((u64)priv->omsg_ring[mbox].sts_phys & in tsi721_open_outb_mbox()
[all …]
Dtsi721.h708 dma_addr_t sts_phys; member
732 dma_addr_t sts_phys; member
767 dma_addr_t sts_phys; member