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