Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/rapidio/devices/
Dtsi721.c913 dma_addr_t bd_phys, sts_phys; in tsi721_bdma_ch_init() local
942 &sts_phys, GFP_KERNEL); in tsi721_bdma_ch_init()
952 priv->bdma[chnum].sts_phys = sts_phys; in tsi721_bdma_ch_init()
958 sts_ptr, (unsigned long long)sts_phys, sts_size); in tsi721_bdma_ch_init()
973 iowrite32(((u64)sts_phys >> 32), in tsi721_bdma_ch_init()
975 iowrite32(((u64)sts_phys & TSI721_DMAC_DSBL_MASK), in tsi721_bdma_ch_init()
1019 priv->bdma[chnum].sts_base, priv->bdma[chnum].sts_phys); in tsi721_bdma_ch_free()
1419 &priv->omsg_ring[mbox].sts_phys, GFP_KERNEL); in tsi721_open_outb_mbox()
1440 iowrite32(((u64)priv->omsg_ring[mbox].sts_phys >> 32), in tsi721_open_outb_mbox()
1442 iowrite32(((u64)priv->omsg_ring[mbox].sts_phys & in tsi721_open_outb_mbox()
[all …]
Dtsi721.h634 dma_addr_t sts_phys; member
669 dma_addr_t sts_phys; member