Searched refs:memoryMap (Results 1 – 1 of 1) sorted by relevance
70 mpiMemReq_t* memoryMap; in mpiRequirementsGet() local74 memoryMap = memoryRequirement; in mpiRequirementsGet()75 memoryMap->count = 0; in mpiRequirementsGet()78 memoryMap->region[memoryMap->count].numElements = 1; in mpiRequirementsGet()79 memoryMap->region[memoryMap->count].elementSize = sizeof(bit8) * config->mainConfig.eventLogSize; in mpiRequirementsGet()80 memoryMap->region[memoryMap->count].totalLength = sizeof(bit8) * config->mainConfig.eventLogSize; in mpiRequirementsGet()81 memoryMap->region[memoryMap->count].alignment = 32; in mpiRequirementsGet()82 memoryMap->region[memoryMap->count].type = AGSA_DMA_MEM; in mpiRequirementsGet()83 …(("mpiRequirementsGet:eventLogSize region[%d] 0x%X\n",memoryMap->count,memoryMap->region[memoryMap… in mpiRequirementsGet()84 memoryMap->count++; in mpiRequirementsGet()[all …]