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