Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/
DIPCIPeripheral.cs38 void WriteDoubleWordPCI (uint bar, long offset, uint value); in WriteDoubleWordPCI() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DVersatilePCI.cs142 pci_device.WriteDoubleWordPCI((uint)bar_no, offset, value); in WriteDoubleWordIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DISP1761.cs140 public void WriteDoubleWordPCI(uint bar, long offset, uint value) in WriteDoubleWordPCI() method in Antmicro.Renode.Peripherals.USBDeprecated.ISP1761