Searched refs:AXI_REGION_MAP_OFFSET (Results 1 – 2 of 2) sorted by relevance
57 while (MmioRead32 (MDDRC_AXI_BASE + AXI_REGION_MAP_OFFSET (Count)) != 0) { in HiKeyInitMemorySize()60 Data = MmioRead32 (MDDRC_AXI_BASE + AXI_REGION_MAP_OFFSET (Count - 1)); in HiKeyInitMemorySize()
64 #define AXI_REGION_MAP_OFFSET(x) ( 0x100 + ( x ) * 0x10 ) macro