Searched refs:mIdx (Results 1 – 1 of 1) sorted by relevance
1847 bit16 mIdx = 0; /* Memory region index */ in mpiInitialize() local1981 if(memoryAllocated->region[mIdx].totalLength != sizeof(bit8) * config->mainConfig.eventLogSize) in mpiInitialize()1984 mIdx,memoryAllocated->region[mIdx].totalLength,config->mainConfig.eventLogSize)); in mpiInitialize()2029 eventLogAddress = memoryAllocated->region[mIdx].virtPtr; in mpiInitialize()2031 mainCfg.upperEventLogAddress = memoryAllocated->region[mIdx].physAddrUpper; in mpiInitialize()2032 mainCfg.lowerEventLogAddress = memoryAllocated->region[mIdx].physAddrLower; in mpiInitialize()2036 mIdx++; in mpiInitialize()2039 if(memoryAllocated->region[mIdx].totalLength != sizeof(bit8) * config->mainConfig.IOPeventLogSize) in mpiInitialize()2046 mainCfg.upperIOPeventLogAddress = memoryAllocated->region[mIdx].physAddrUpper; in mpiInitialize()2047 mainCfg.lowerIOPeventLogAddress = memoryAllocated->region[mIdx].physAddrLower; in mpiInitialize()[all …]