Searched refs:DMMemCount (Results 1 – 1 of 1) sorted by relevance
3908 bit32 DMMemCount = 0; in tiCOMPortInit() local4101 DMMemCount = dmMemRequirement.count; in tiCOMPortInit()4102 SMMemCount = loResource->loLevelMem.count - LLMemCount - DMMemCount; in tiCOMPortInit()4125 DMMemCount = loResource->loLevelMem.count - LLMemCount; in tiCOMPortInit()4155 for(i=0;i<(int)(LLMemCount + DMMemCount + SMMemCount);i++) in tiCOMPortInit()4402 dmMemRequirement.count = DMMemCount; in tiCOMPortInit()4404 for(i=LLMemCount;i<(int)(LLMemCount + DMMemCount);i++) in tiCOMPortInit()4449 for(i=(LLMemCount + DMMemCount);i<(int)(LLMemCount + DMMemCount + SMMemCount);i++) in tiCOMPortInit()4460 smMemRequirement.smMemory[i-LLMemCount-DMMemCount].type = loResource->loLevelMem.mem[i].type; in tiCOMPortInit()4492 dmMemRequirement.count = DMMemCount; in tiCOMPortInit()[all …]