Home
last modified time | relevance | path

Searched refs:TargetPeripheral (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DMPFS_PCIe.cs185 …targetBarEntry.Value.TargetPeripheral.MemoryWriteDoubleWord(targetBarEntry.Value.BarNumber, (long)… in WriteDoubleWordEcam()
224 …return targetBarEntry.Value.TargetPeripheral.MemoryReadDoubleWord(targetBarEntry.Value.BarNumber, … in ReadDoubleWordEcam()
299 …stration = memoryMap.Where(x => x.Value.BarNumber == bar && x.Value.TargetPeripheral == peripheral… in RegisterBar()
304 memoryMap[range] = new TargetBar { BarNumber = bar, TargetPeripheral = peripheral }; in RegisterBar()
320 public IPCIePeripheral TargetPeripheral; field
DPCIHost_Bridge.cs63 public IPCIePeripheral TargetPeripheral; field