Searched refs:TSI721_IBDMAC_INT (Results 1 – 2 of 2) sorted by relevance
1181 iowrite32(inte_mask, priv->regs + TSI721_IBDMAC_INT(ch)); in tsi721_imsg_interrupt_enable()1211 iowrite32(inte_mask, priv->regs + TSI721_IBDMAC_INT(ch)); in tsi721_imsg_interrupt_disable()1737 imsg_int = ioread32(priv->regs + TSI721_IBDMAC_INT(ch)); in tsi721_imsg_handler()1752 iowrite32(imsg_int, priv->regs + TSI721_IBDMAC_INT(ch)); in tsi721_imsg_handler()2142 priv->regs + TSI721_IBDMAC_INT(ch)); in tsi721_messages_init()
411 #define TSI721_IBDMAC_INT(x) (0x61248 + (x) * 0x1000) macro