Lines Matching refs:IPU_CM_REG
300 #define IPU_CM_REG ((struct ipu_cm *)(IPU_CTRL_BASE_ADDR + \ macro
302 #define IPU_CONF (&IPU_CM_REG->conf)
303 #define IPU_SRM_PRI1 (&IPU_CM_REG->srm_pri1)
304 #define IPU_SRM_PRI2 (&IPU_CM_REG->srm_pri2)
305 #define IPU_FS_PROC_FLOW1 (&IPU_CM_REG->fs_proc_flow[0])
306 #define IPU_FS_PROC_FLOW2 (&IPU_CM_REG->fs_proc_flow[1])
307 #define IPU_FS_PROC_FLOW3 (&IPU_CM_REG->fs_proc_flow[2])
308 #define IPU_FS_DISP_FLOW1 (&IPU_CM_REG->fs_disp_flow[0])
309 #define IPU_DISP_GEN (&IPU_CM_REG->disp_gen)
310 #define IPU_MEM_RST (&IPU_CM_REG->mem_rst)
311 #define IPU_GPR (&IPU_CM_REG->gpr)
312 #define IPU_CHA_DB_MODE_SEL(ch) (&IPU_CM_REG->ch_db_mode_sel[ch / 32])
323 #define IPU_INT_CTRL(n) (&IPU_CM_REG->int_ctrl[(n) - 1])