Searched refs:IPU_INT_CTRL (Results 1 – 2 of 2) sorted by relevance
512 __raw_writel(0, IPU_INT_CTRL(5)); in ipu_probe()513 __raw_writel(0, IPU_INT_CTRL(6)); in ipu_probe()514 __raw_writel(0, IPU_INT_CTRL(9)); in ipu_probe()515 __raw_writel(0, IPU_INT_CTRL(10)); in ipu_probe()
322 #define IPU_INT_CTRL(n) (&IPU_CM_REG->int_ctrl[(n) - 1]) macro