Lines Matching +full:0 +full:x00018000
17 #define IPU_DISP0_BASE 0x00000000
20 #define IPU_CM_REG_BASE 0x00000000
21 #define IPU_STAT_REG_BASE 0x00000200
22 #define IPU_IDMAC_REG_BASE 0x00008000
23 #define IPU_ISP_REG_BASE 0x00010000
24 #define IPU_DP_REG_BASE 0x00018000
25 #define IPU_IC_REG_BASE 0x00020000
26 #define IPU_IRT_REG_BASE 0x00028000
27 #define IPU_CSI0_REG_BASE 0x00030000
28 #define IPU_CSI1_REG_BASE 0x00038000
29 #define IPU_DI0_REG_BASE 0x00040000
30 #define IPU_DI1_REG_BASE 0x00048000
31 #define IPU_SMFC_REG_BASE 0x00050000
32 #define IPU_DC_REG_BASE 0x00058000
33 #define IPU_DMFC_REG_BASE 0x00060000
34 #define IPU_VDI_REG_BASE 0x00680000
36 #define IPU_CPMEM_REG_BASE 0x01000000
37 #define IPU_LUT_REG_BASE 0x01020000
38 #define IPU_SRM_REG_BASE 0x01040000
39 #define IPU_TPM_REG_BASE 0x01060000
40 #define IPU_DC_TMPL_REG_BASE 0x01080000
41 #define IPU_ISP_TBPR_REG_BASE 0x010C0000
43 #define IPU_CPMEM_REG_BASE 0x00100000
44 #define IPU_LUT_REG_BASE 0x00120000
45 #define IPU_SRM_REG_BASE 0x00140000
46 #define IPU_TPM_REG_BASE 0x00160000
47 #define IPU_DC_TMPL_REG_BASE 0x00180000
48 #define IPU_ISP_TBPR_REG_BASE 0x001C0000
55 #define DC_EVT_NF 0
65 #define DC_EVT_NEW_ADDR_W_0 0
82 IPU_CONF_DP_EN = 0x00000020,
83 IPU_CONF_DI0_EN = 0x00000040,
84 IPU_CONF_DI1_EN = 0x00000080,
85 IPU_CONF_DMFC_EN = 0x00000400,
86 IPU_CONF_DC_EN = 0x00000200,
88 DI0_COUNTER_RELEASE = 0x01000000,
89 DI1_COUNTER_RELEASE = 0x02000000,
94 DI_GEN_DI_CLK_EXT = 0x100000,
95 DI_GEN_POLARITY_1 = 0x00000001,
96 DI_GEN_POLARITY_2 = 0x00000002,
97 DI_GEN_POLARITY_3 = 0x00000004,
98 DI_GEN_POLARITY_4 = 0x00000008,
99 DI_GEN_POLARITY_5 = 0x00000010,
100 DI_GEN_POLARITY_6 = 0x00000020,
101 DI_GEN_POLARITY_7 = 0x00000040,
102 DI_GEN_POLARITY_8 = 0x00000080,
103 DI_GEN_POL_CLK = 0x20000,
105 DI_POL_DRDY_DATA_POLARITY = 0x00000080,
106 DI_POL_DRDY_POLARITY_15 = 0x00000010,
109 DC_WR_CH_CONF_FIELD_MODE = 0x00000200,
111 DC_WR_CH_CONF_PROG_TYPE_MASK = 0x000000E0,
112 DC_WR_CH_CONF_PROG_DI_ID = 0x00000004,
114 DC_WR_CH_CONF_PROG_DISP_ID_MASK = 0x00000018,
116 DP_COM_CONF_FG_EN = 0x00000001,
117 DP_COM_CONF_GWSEL = 0x00000002,
118 DP_COM_CONF_GWAM = 0x00000004,
119 DP_COM_CONF_GWCKE = 0x00000008,
120 DP_COM_CONF_CSC_DEF_MASK = 0x00000300,
122 DP_COM_CONF_CSC_DEF_FG = 0x00000300,
123 DP_COM_CONF_CSC_DEF_BG = 0x00000200,
124 DP_COM_CONF_CSC_DEF_BOTH = 0x00000100,
125 DP_COM_CONF_GAMMA_EN = 0x00001000,
126 DP_COM_CONF_GAMMA_YUV_EN = 0x00002000,
130 DI_PIN11 = 0,
139 DI_PIN_SER_CLK = 0,
145 DI_SYNC_CLK = 0,
305 #define IPU_FS_PROC_FLOW1 (&IPU_CM_REG->fs_proc_flow[0])
308 #define IPU_FS_DISP_FLOW1 (&IPU_CM_REG->fs_disp_flow[0])
321 #define IPUIRQ_2_MASK(irq) (1UL << ((irq) & 0x1F))
354 #define DMFC_GENERAL1 (&DMFC_REG->general[0])
367 case 0: in dc_ch_offset()
397 #define DP_SYNC 0
398 #define DP_ASYNC0 0x60
399 #define DP_ASYNC1 0xBC
405 #define DP_CSC_A_0() (&DP_REG->csca_sync[0])
410 #define DP_CSC_0() (&DP_REG->csc_sync[0])
414 #define WROD(lf) (0x18 | (lf << 1))