Searched refs:DM_PORT_MEM_INDEX (Results 1 – 2 of 2) sorted by relevance
83 memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].singleElementLength = sizeof(dmIntPortContext_t); in dmGetRequirements()84 memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].numElements = DM_MAX_PORT_CONTEXT; in dmGetRequirements()85 memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].totalLength = in dmGetRequirements()86 …(memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].singleElementLength) * (memoryRequirement->dmMemor… in dmGetRequirements()87 memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].alignment = 4; in dmGetRequirements()88 memoryRequirement->dmMemory[DM_PORT_MEM_INDEX].type = DM_CACHED_MEM; in dmGetRequirements()247 DM_ASSERT((DM_PORT_MEM_INDEX < memoryAllocated->count), ""); in dmInitialize()283 dmIntPortContext = (dmIntPortContext_t *) (memoryAllocated->dmMemory[DM_PORT_MEM_INDEX].virtPtr); in dmInitialize()
34 #define DM_PORT_MEM_INDEX 1 /**< the index of port c… macro