Lines Matching refs:IOAddressRange
275 IOAddressRange cur = r.v64[ind]; in getAddrLenForInd()
1750 IOAddressRange range = { address, length }; in withAddressRange()
1755 IOMemoryDescriptor::withAddressRanges(IOAddressRange * ranges, in withAddressRanges()
2072 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in initWithOptions()
2211 …&& (((IOAddressRange *) buffers)->address + ((IOAddressRange *) buffers)->length) <= 0x100000000ULL in initWithOptions()
2222 _singleRange.v.address = ((IOAddressRange *) buffers)->address; in initWithOptions()
2223 _singleRange.v.length = ((IOAddressRange *) buffers)->length; in initWithOptions()
2226 _ranges.v64 = IONew(IOAddressRange, count); in initWithOptions()
2230 bcopy(buffers, _ranges.v, count * sizeof(IOAddressRange)); in initWithOptions()
2387 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in free()
3216 const IOAddressRange *physP = (IOAddressRange *) &_ranges.v64[0]; in dmaCommandOperation()