Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dmb862xx.c59 #define DISP_RD_REG(off) rd_io((dev->frameAdrs + GC_DISP_BASE + (off)))
60 #define DISP_WR_REG(off, val) wr_io((dev->frameAdrs + GC_DISP_BASE + (off)), \
72 (GC_DISP_BASE | GC_L0PAL0) + \
/openbmc/u-boot/include/
H A Dmb862xx.h21 #define GC_DISP_BASE 0x01fd0000 macro