Searched refs:mIdx (Results 1 – 1 of 1) sorted by relevance
1846 bit16 mIdx = 0; /* Memory region index */ in mpiInitialize() local1980 if(memoryAllocated->region[mIdx].totalLength != sizeof(bit8) * config->mainConfig.eventLogSize) in mpiInitialize()1983 mIdx,memoryAllocated->region[mIdx].totalLength,config->mainConfig.eventLogSize)); in mpiInitialize()2028 eventLogAddress = memoryAllocated->region[mIdx].virtPtr; in mpiInitialize()2030 mainCfg.upperEventLogAddress = memoryAllocated->region[mIdx].physAddrUpper; in mpiInitialize()2031 mainCfg.lowerEventLogAddress = memoryAllocated->region[mIdx].physAddrLower; in mpiInitialize()2035 mIdx++; in mpiInitialize()2038 if(memoryAllocated->region[mIdx].totalLength != sizeof(bit8) * config->mainConfig.IOPeventLogSize) in mpiInitialize()2045 mainCfg.upperIOPeventLogAddress = memoryAllocated->region[mIdx].physAddrUpper; in mpiInitialize()2046 mainCfg.lowerIOPeventLogAddress = memoryAllocated->region[mIdx].physAddrLower; in mpiInitialize()[all …]