Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmb862xx.h20 #define GC_HOST_BASE 0x01fc0000 macro
/openbmc/u-boot/drivers/video/
H A Dmb862xx.c56 #define HOST_RD_REG(off) rd_io((dev->frameAdrs + GC_HOST_BASE + (off)))
57 #define HOST_WR_REG(off, val) wr_io((dev->frameAdrs + GC_HOST_BASE + (off)), \