Lines Matching refs:memoryMap

69   mpiMemReq_t* memoryMap;  in mpiRequirementsGet()  local
73 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()
85 …(("mpiRequirementsGet:eventLogSize region[%d] 0x%X\n",memoryMap->count,memoryMap->region[memoryMap in mpiRequirementsGet()
87 memoryMap->region[memoryMap->count].numElements = 1; in mpiRequirementsGet()
88memoryMap->region[memoryMap->count].elementSize = sizeof(bit8) * config->mainConfig.IOPeventLogSiz… in mpiRequirementsGet()
89memoryMap->region[memoryMap->count].totalLength = sizeof(bit8) * config->mainConfig.IOPeventLogSiz… in mpiRequirementsGet()
90 memoryMap->region[memoryMap->count].alignment = 32; in mpiRequirementsGet()
91 memoryMap->region[memoryMap->count].type = AGSA_DMA_MEM; in mpiRequirementsGet()
92 …mpiRequirementsGet:IOPeventLogSize region[%d] 0x%X\n",memoryMap->count,memoryMap->region[memoryMap in mpiRequirementsGet()
93 memoryMap->count++; in mpiRequirementsGet()
96 memoryMap->region[memoryMap->count].numElements = 1; in mpiRequirementsGet()
97 memoryMap->region[memoryMap->count].elementSize = sizeof(bit32) * config->numInboundQueues; in mpiRequirementsGet()
98 memoryMap->region[memoryMap->count].totalLength = sizeof(bit32) * config->numInboundQueues; in mpiRequirementsGet()
99 memoryMap->region[memoryMap->count].alignment = 4; in mpiRequirementsGet()
100 memoryMap->region[memoryMap->count].type = AGSA_DMA_MEM; in mpiRequirementsGet()
101 …piRequirementsGet:numInboundQueues region[%d] 0x%X\n",memoryMap->count,memoryMap->region[memoryMap in mpiRequirementsGet()
102 memoryMap->count++; in mpiRequirementsGet()
105 memoryMap->region[memoryMap->count].numElements = 1; in mpiRequirementsGet()
106 memoryMap->region[memoryMap->count].elementSize = sizeof(bit32) * config->numOutboundQueues; in mpiRequirementsGet()
107 memoryMap->region[memoryMap->count].totalLength = sizeof(bit32) * config->numOutboundQueues; in mpiRequirementsGet()
108 memoryMap->region[memoryMap->count].alignment = 4; in mpiRequirementsGet()
109 memoryMap->region[memoryMap->count].type = AGSA_DMA_MEM; in mpiRequirementsGet()
110 …iRequirementsGet:numOutboundQueues region[%d] 0x%X\n",memoryMap->count,memoryMap->region[memoryMap in mpiRequirementsGet()
111 memoryMap->count++; in mpiRequirementsGet()
130 memoryMap->region[memoryMap->count].numElements = 1; in mpiRequirementsGet()
131 memoryMap->region[memoryMap->count].elementSize = memSize; in mpiRequirementsGet()
132 memoryMap->region[memoryMap->count].totalLength = memSize; in mpiRequirementsGet()
133 memoryMap->region[memoryMap->count].alignment = 128; in mpiRequirementsGet()
134 memoryMap->region[memoryMap->count].type = AGSA_CACHED_DMA_MEM; in mpiRequirementsGet()
138 memoryMap->region[memoryMap->count].elementSize += memSize; in mpiRequirementsGet()
139 memoryMap->region[memoryMap->count].totalLength += memSize; in mpiRequirementsGet()
148 memoryMap->count, memoryMap->region[memoryMap->count].elementSize)); in mpiRequirementsGet()
150 memoryMap->count, memoryMap->region[memoryMap->count].numElements)); in mpiRequirementsGet()
152 memoryMap->count++; in mpiRequirementsGet()
175 memoryMap->region[memoryMap->count].numElements = 1; in mpiRequirementsGet()
176 memoryMap->region[memoryMap->count].elementSize = memSize; in mpiRequirementsGet()
177 memoryMap->region[memoryMap->count].totalLength = memSize; in mpiRequirementsGet()
178 memoryMap->region[memoryMap->count].alignment = 128; in mpiRequirementsGet()
179 memoryMap->region[memoryMap->count].type = AGSA_CACHED_DMA_MEM; in mpiRequirementsGet()
183 memoryMap->region[memoryMap->count].elementSize += memSize; in mpiRequirementsGet()
184 memoryMap->region[memoryMap->count].totalLength += memSize; in mpiRequirementsGet()
193 memoryMap->count, memoryMap->region[memoryMap->count].elementSize)); in mpiRequirementsGet()
195 memoryMap->count, memoryMap->region[memoryMap->count].numElements)); in mpiRequirementsGet()
198 memoryMap->count++; in mpiRequirementsGet()