Searched refs:physP (Results 1 – 1 of 1) sorted by relevance
3184 const IOPhysicalRange *physP = (IOPhysicalRange *) &_ranges.p[0]; in dmaCommandOperation() local3189 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() local3221 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()