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

/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.cpp416 volatile PciAtuRegs* atu = (PciAtuRegs*)(fDbiBase + kPciAtuOffset local
419 atu->baseLo = (uint32)parentAdr;
420 atu->baseHi = (uint32)(parentAdr >> 32);
421 atu->limit = (uint32)(parentAdr + size - 1);
422 atu->targetLo = (uint32)childAdr;
423 atu->targetHi = (uint32)(childAdr >> 32);
424 atu->ctrl1 = type;
425 atu->ctrl2 = kPciAtuEnable;
428 if ((atu->ctrl2 & kPciAtuEnable) != 0)
451 volatile PciAtuRegs* atu local
[all...]

Completed in 24 milliseconds