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

/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DPhysicalMemoryAllocator.h66 uint32 fDebugBase; member in class:PhysicalMemoryAllocator
H A DPhysicalMemoryAllocator.cpp71 fDebugBase = roundedSize;
140 *logicalAddress = (void *)((uint8 *)fLogicalBase + fDebugBase
142 *physicalAddress = (phys_addr_t)(fPhysicalBase + fDebugBase
239 - fDebugBase) / fDebugChunkSize;

Completed in 37 milliseconds