Lines Matching refs:sts_phys
1054 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()
1637 priv->omsg_ring[mbox].sts_phys); in tsi721_open_outb_mbox()
1697 priv->omsg_ring[mbox].sts_phys); in tsi721_close_outb_mbox()