Home
last modified time | relevance | path

Searched refs:IPU_INT_CTRL (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/video/
Dipu_common.c512 __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()
Dipu_regs.h322 #define IPU_INT_CTRL(n) (&IPU_CM_REG->int_ctrl[(n) - 1]) macro