Searched refs:LOCAL_IRQ_EN_REG (Results 1 – 1 of 1) sorted by relevance
28 #define LOCAL_IRQ_EN_REG 0x0060 macro73 status = readl(mbox->regs + LOCAL_IRQ_EN_REG) & in sun6i_msgbox_irq()129 writel(readl(mbox->regs + LOCAL_IRQ_EN_REG) | RX_IRQ(n), in sun6i_msgbox_startup()130 mbox->regs + LOCAL_IRQ_EN_REG); in sun6i_msgbox_startup()147 writel(readl(mbox->regs + LOCAL_IRQ_EN_REG) & ~RX_IRQ(n), in sun6i_msgbox_shutdown()148 mbox->regs + LOCAL_IRQ_EN_REG); in sun6i_msgbox_shutdown()256 writel(0, mbox->regs + LOCAL_IRQ_EN_REG); in sun6i_msgbox_probe()