Searched refs:GC_HOST_BASE (Results 1 – 2 of 2) sorted by relevance
20 #define GC_HOST_BASE 0x01fc0000 macro
56 #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)), \