Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dmb862xx.c60 #define DISP_RD_REG(off) rd_io((dev->frameAdrs + GC_DISP_BASE + (off)))
61 #define DISP_WR_REG(off, val) wr_io((dev->frameAdrs + GC_DISP_BASE + (off)), \
73 (GC_DISP_BASE | GC_L0PAL0) + \
/OK3568_Linux_fs/u-boot/include/
H A Dmb862xx.h22 #define GC_DISP_BASE 0x01fd0000 macro