Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-prv.h31 #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)
[all …]
/openbmc/u-boot/drivers/video/
H A Dipu_regs.h299 #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)
[all …]