Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsainit.c1846 bit16 mIdx = 0; /* Memory region index */ in mpiInitialize() local
1980 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 …]