Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOMemoryDescriptor.cpp3184 const IOPhysicalRange *physP = (IOPhysicalRange *) &_ranges.p[0]; in dmaCommandOperation() local
3189 len = physP[ind].length; in dmaCommandOperation()
3195 address = physP[ind - 1].address + len - length; in dmaCommandOperation()
3201 while (ind < _rangesCount && address + length == physP[ind].address) { in dmaCommandOperation()
3202 len = physP[ind].length; in dmaCommandOperation()
3216 const IOAddressRange *physP = (IOAddressRange *) &_ranges.v64[0]; in dmaCommandOperation() local
3221 len = physP[ind].length; in dmaCommandOperation()
3227 address = physP[ind - 1].address + len - length; in dmaCommandOperation()
3233 while (ind < _rangesCount && address + length == physP[ind].address) { in dmaCommandOperation()
3234 len = physP[ind].length; in dmaCommandOperation()