Searched refs:sts_phys (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/rapidio/devices/ |
H A D | tsi721_dma.c | 69 dma_addr_t sts_phys; in tsi721_bdma_ch_init() local 101 &sts_phys, GFP_ATOMIC); in tsi721_bdma_ch_init() 111 bdma_chan->sts_phys = sts_phys; in tsi721_bdma_ch_init() 117 bdma_chan->id, sts_ptr, &sts_phys, sts_size); in tsi721_bdma_ch_init() 132 iowrite32(((u64)sts_phys >> 32), in tsi721_bdma_ch_init() 134 iowrite32(((u64)sts_phys & TSI721_DMAC_DSBL_MASK), in tsi721_bdma_ch_init() 188 sts_ptr, sts_phys); in tsi721_bdma_ch_init() 242 bdma_chan->sts_base, bdma_chan->sts_phys); in tsi721_bdma_ch_free() 624 iowrite32(((u64)bdma_chan->sts_phys >> 32), in tsi721_dma_tasklet() 626 iowrite32(((u64)bdma_chan->sts_phys & TSI721_DMAC_DSBL_MASK), in tsi721_dma_tasklet()
|
H A D | tsi721.c | 1446 dma_addr_t bd_phys, sts_phys; in tsi721_bdma_maint_init() local 1481 &sts_phys, GFP_KERNEL); in tsi721_bdma_maint_init() 1491 priv->mdma.sts_phys = sts_phys; in tsi721_bdma_maint_init() 1497 sts_ptr, &sts_phys, sts_size); in tsi721_bdma_maint_init() 1511 iowrite32(((u64)sts_phys >> 32), regs + TSI721_DMAC_DSBH); in tsi721_bdma_maint_init() 1512 iowrite32(((u64)sts_phys & TSI721_DMAC_DSBL_MASK), in tsi721_bdma_maint_init() 1556 mdma->sts_base, mdma->sts_phys); in tsi721_bdma_maint_free() 1960 &priv->omsg_ring[mbox].sts_phys, in tsi721_open_outb_mbox() 1981 iowrite32(((u64)priv->omsg_ring[mbox].sts_phys >> 32), in tsi721_open_outb_mbox() 1983 iowrite32(((u64)priv->omsg_ring[mbox].sts_phys & in tsi721_open_outb_mbox() [all …]
|
H A D | tsi721.h | 695 dma_addr_t sts_phys; member 719 dma_addr_t sts_phys; member 754 dma_addr_t sts_phys; member
|