Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c3908 bit32 DMMemCount = 0; in tiCOMPortInit() local
4101 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 …]