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