Home
last modified time | relevance | path

Searched refs:DMMemCount (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c3907 bit32 DMMemCount = 0; in tiCOMPortInit() local
4100 DMMemCount = dmMemRequirement.count; in tiCOMPortInit()
4101 SMMemCount = loResource->loLevelMem.count - LLMemCount - DMMemCount; in tiCOMPortInit()
4124 DMMemCount = loResource->loLevelMem.count - LLMemCount; in tiCOMPortInit()
4154 for(i=0;i<(int)(LLMemCount + DMMemCount + SMMemCount);i++) in tiCOMPortInit()
4401 dmMemRequirement.count = DMMemCount; in tiCOMPortInit()
4403 for(i=LLMemCount;i<(int)(LLMemCount + DMMemCount);i++) in tiCOMPortInit()
4448 for(i=(LLMemCount + DMMemCount);i<(int)(LLMemCount + DMMemCount + SMMemCount);i++) in tiCOMPortInit()
4451 …smMemRequirement.smMemory[i-LLMemCount-DMMemCount].virtPtr = loResource->loLevelMem.mem[i].virtPtr; in tiCOMPortInit()
4452 …smMemRequirement.smMemory[i-LLMemCount-DMMemCount].osHandle = loResource->loLevelMem.mem[i].osHand… in tiCOMPortInit()
[all …]