Lines Matching refs:IOAddressRange
263 IOAddressRange cur = r.v64[ind]; in getAddrLenForInd()
1738 IOAddressRange range = { address, length }; in withAddressRange()
1743 IOMemoryDescriptor::withAddressRanges(IOAddressRange * ranges, in withAddressRanges()
2060 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in initWithOptions()
2199 …&& (((IOAddressRange *) buffers)->address + ((IOAddressRange *) buffers)->length) <= 0x100000000ULL in initWithOptions()
2210 _singleRange.v.address = ((IOAddressRange *) buffers)->address; in initWithOptions()
2211 _singleRange.v.length = ((IOAddressRange *) buffers)->length; in initWithOptions()
2214 _ranges.v64 = IONew(IOAddressRange, count); in initWithOptions()
2218 bcopy(buffers, _ranges.v, count * sizeof(IOAddressRange)); in initWithOptions()
2382 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in free()
3211 const IOAddressRange *physP = (IOAddressRange *) &_ranges.v64[0]; in dmaCommandOperation()