Searched refs:fRestrictions (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/device_manager/
H A Ddma_resources.cpp165 fRestrictions = restrictions;
171 if (fRestrictions.high_address == 0)
172 fRestrictions.high_address = ~(generic_addr_t)0;
173 if (fRestrictions.max_segment_count == 0)
174 fRestrictions.max_segment_count = 16;
175 if (fRestrictions.alignment == 0)
176 fRestrictions.alignment = 1;
177 if (fRestrictions.max_transfer_size == 0)
178 fRestrictions.max_transfer_size = ~(generic_size_t)0;
179 if (fRestrictions
[all...]
H A Ddma_resources.h126 dma_restrictions fRestrictions; member in class:DMAResource

Completed in 36 milliseconds