Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rapidio/devices/
H A Dtsi721.h276 #define TSI721_DMAC_BASE(x) (0x51000 + (x) * 0x1000) macro
H A Dtsi721.c113 void __iomem *regs = priv->regs + TSI721_DMAC_BASE(priv->mdma.ch_id); in tsi721_maint_dma()
1434 regs = priv->regs + TSI721_DMAC_BASE(TSI721_DMACH_MAINT); in tsi721_bdma_maint_init()
1509 void __iomem *regs = priv->regs + TSI721_DMAC_BASE(mdma->ch_id); in tsi721_bdma_maint_free()
2600 priv->regs + TSI721_DMAC_BASE(ch) + TSI721_DMAC_INTE); in tsi721_disable_ints()
H A Dtsi721_dma.c977 bdma_chan->regs = priv->regs + TSI721_DMAC_BASE(i); in tsi721_register_dma()