Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rapidio/devices/
Dtsi721.c1624 rval = ioread32(priv->regs + TSI721_OBDMAC_INTE(ch)); in tsi721_omsg_interrupt_enable()
1625 iowrite32(rval | inte_mask, priv->regs + TSI721_OBDMAC_INTE(ch)); in tsi721_omsg_interrupt_enable()
1654 rval = ioread32(priv->regs + TSI721_OBDMAC_INTE(ch)); in tsi721_omsg_interrupt_disable()
1656 iowrite32(rval, priv->regs + TSI721_OBDMAC_INTE(ch)); in tsi721_omsg_interrupt_disable()
2605 iowrite32(0, priv->regs + TSI721_OBDMAC_INTE(ch)); in tsi721_disable_ints()
Dtsi721.h368 #define TSI721_OBDMAC_INTE(x) (0x61018 + (x) * 0x1000) macro