Lines Matching refs:IOAddressRange
273 IOAddressRange cur = r.v64[ind]; in getAddrLenForInd()
1748 IOAddressRange range = { address, length }; in withAddressRange()
1753 IOMemoryDescriptor::withAddressRanges(IOAddressRange * ranges, in withAddressRanges()
2070 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in initWithOptions()
2209 …&& (((IOAddressRange *) buffers)->address + ((IOAddressRange *) buffers)->length) <= 0x100000000ULL in initWithOptions()
2220 _singleRange.v.address = ((IOAddressRange *) buffers)->address; in initWithOptions()
2221 _singleRange.v.length = ((IOAddressRange *) buffers)->length; in initWithOptions()
2224 _ranges.v64 = IONew(IOAddressRange, count); in initWithOptions()
2228 bcopy(buffers, _ranges.v, count * sizeof(IOAddressRange)); in initWithOptions()
2385 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in free()
3216 const IOAddressRange *physP = (IOAddressRange *) &_ranges.v64[0]; in dmaCommandOperation()