Lines Matching refs:IPU_CM_REG

31 #define IPU_CM_REG(offset)	(offset)  macro
33 #define IPU_CONF IPU_CM_REG(0)
35 #define IPU_SRM_PRI1 IPU_CM_REG(0x00a0)
36 #define IPU_SRM_PRI2 IPU_CM_REG(0x00a4)
37 #define IPU_FS_PROC_FLOW1 IPU_CM_REG(0x00a8)
38 #define IPU_FS_PROC_FLOW2 IPU_CM_REG(0x00ac)
39 #define IPU_FS_PROC_FLOW3 IPU_CM_REG(0x00b0)
40 #define IPU_FS_DISP_FLOW1 IPU_CM_REG(0x00b4)
41 #define IPU_FS_DISP_FLOW2 IPU_CM_REG(0x00b8)
42 #define IPU_SKIP IPU_CM_REG(0x00bc)
43 #define IPU_DISP_ALT_CONF IPU_CM_REG(0x00c0)
44 #define IPU_DISP_GEN IPU_CM_REG(0x00c4)
45 #define IPU_DISP_ALT1 IPU_CM_REG(0x00c8)
46 #define IPU_DISP_ALT2 IPU_CM_REG(0x00cc)
47 #define IPU_DISP_ALT3 IPU_CM_REG(0x00d0)
48 #define IPU_DISP_ALT4 IPU_CM_REG(0x00d4)
49 #define IPU_SNOOP IPU_CM_REG(0x00d8)
50 #define IPU_MEM_RST IPU_CM_REG(0x00dc)
51 #define IPU_PM IPU_CM_REG(0x00e0)
52 #define IPU_GPR IPU_CM_REG(0x00e4)
53 #define IPU_CHA_DB_MODE_SEL(ch) IPU_CM_REG(0x0150 + 4 * ((ch) / 32))
54 #define IPU_ALT_CHA_DB_MODE_SEL(ch) IPU_CM_REG(0x0168 + 4 * ((ch) / 32))
55 #define IPU_CHA_CUR_BUF(ch) IPU_CM_REG(0x023C + 4 * ((ch) / 32))
56 #define IPU_ALT_CUR_BUF0 IPU_CM_REG(0x0244)
57 #define IPU_ALT_CUR_BUF1 IPU_CM_REG(0x0248)
58 #define IPU_SRM_STAT IPU_CM_REG(0x024C)
59 #define IPU_PROC_TASK_STAT IPU_CM_REG(0x0250)
60 #define IPU_DISP_TASK_STAT IPU_CM_REG(0x0254)
61 #define IPU_CHA_BUF0_RDY(ch) IPU_CM_REG(0x0268 + 4 * ((ch) / 32))
62 #define IPU_CHA_BUF1_RDY(ch) IPU_CM_REG(0x0270 + 4 * ((ch) / 32))
63 #define IPU_CHA_BUF2_RDY(ch) IPU_CM_REG(0x0288 + 4 * ((ch) / 32))
64 #define IPU_ALT_CHA_BUF0_RDY(ch) IPU_CM_REG(0x0278 + 4 * ((ch) / 32))
65 #define IPU_ALT_CHA_BUF1_RDY(ch) IPU_CM_REG(0x0280 + 4 * ((ch) / 32))
67 #define IPU_INT_CTRL(n) IPU_CM_REG(0x003C + 4 * (n))
68 #define IPU_INT_STAT(n) IPU_CM_REG(0x0200 + 4 * (n))