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

/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp78 phys_addr_t hostAdr = 0; local
80 hostAdr = childAdr;
85 hostAdr = childAdr - range.pci_address + range.host_address;
87 //dprintf("pci_ram_address(%#" B_PRIx64 ") -> %#" B_PRIx64 "\n", childAdr, hostAdr);
88 return hostAdr;

Completed in 40 milliseconds