Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rapidio/devices/
H A Dtsi721_dma.c69 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()
622 iowrite32(((u64)bdma_chan->sts_phys >> 32), in tsi721_dma_tasklet()
624 iowrite32(((u64)bdma_chan->sts_phys & TSI721_DMAC_DSBL_MASK), in tsi721_dma_tasklet()
H A Dtsi721.h695 dma_addr_t sts_phys; member
719 dma_addr_t sts_phys; member
754 dma_addr_t sts_phys; member
H A Dtsi721.c1421 dma_addr_t bd_phys, sts_phys; in tsi721_bdma_maint_init() local
1456 &sts_phys, GFP_KERNEL); in tsi721_bdma_maint_init()
1466 priv->mdma.sts_phys = sts_phys; in tsi721_bdma_maint_init()
1472 sts_ptr, &sts_phys, sts_size); in tsi721_bdma_maint_init()
1487 iowrite32(((u64)sts_phys & TSI721_DMAC_DSBL_MASK), in tsi721_bdma_maint_init()
1531 mdma->sts_base, mdma->sts_phys); in tsi721_bdma_maint_free()
1931 &priv->omsg_ring[mbox].sts_phys, in tsi721_open_outb_mbox()
1952 iowrite32(((u64)priv->omsg_ring[mbox].sts_phys >> 32), in tsi721_open_outb_mbox()
1954 iowrite32(((u64)priv->omsg_ring[mbox].sts_phys & in tsi721_open_outb_mbox()
2020 priv->omsg_ring[mbox].sts_phys); in tsi721_open_outb_mbox()
[all …]