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