Searched refs:TSI721_IBDMAC_INT (Results 1 – 2 of 2) sorted by relevance
1547 iowrite32(inte_mask, priv->regs + TSI721_IBDMAC_INT(ch)); in tsi721_imsg_interrupt_enable()1577 iowrite32(inte_mask, priv->regs + TSI721_IBDMAC_INT(ch)); in tsi721_imsg_interrupt_disable()2121 imsg_int = ioread32(priv->regs + TSI721_IBDMAC_INT(ch)); in tsi721_imsg_handler()2133 iowrite32(imsg_int, priv->regs + TSI721_IBDMAC_INT(ch)); in tsi721_imsg_handler()2526 priv->regs + TSI721_IBDMAC_INT(ch)); in tsi721_messages_init()
438 #define TSI721_IBDMAC_INT(x) (0x61248 + (x) * 0x1000) macro