Home
last modified time | relevance | path

Searched refs:MemoryReadDoubleWord (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/
DIPCIePeripheral.cs15 uint MemoryReadDoubleWord(uint bar, long offset); in MemoryReadDoubleWord() method
DPCIeBasePeripheral.cs105 public uint MemoryReadDoubleWord(uint bar, long offset) in MemoryReadDoubleWord() method in Antmicro.Renode.Peripherals.PCI.PCIeBasePeripheral
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DMPFS_PCIe.cs224 …return targetBarEntry.Value.TargetPeripheral.MemoryReadDoubleWord(targetBarEntry.Value.BarNumber, … in ReadDoubleWordEcam()