Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/
DIPCIePeripheral.cs16 void MemoryWriteDoubleWord(uint bar, long offset, uint value); in MemoryWriteDoubleWord() method
DPCIeBasePeripheral.cs120 public void MemoryWriteDoubleWord(uint bar, long offset, uint value) in MemoryWriteDoubleWord() method in Antmicro.Renode.Peripherals.PCI.PCIeBasePeripheral
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DMPFS_PCIe.cs185 …targetBarEntry.Value.TargetPeripheral.MemoryWriteDoubleWord(targetBarEntry.Value.BarNumber, (long)… in WriteDoubleWordEcam()