Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/
DIPCIPeripheral.cs39 uint ReadDoubleWordPCI (uint bar, long offset); in ReadDoubleWordPCI() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DVersatilePCI.cs176 return pci_device.ReadDoubleWordPCI((uint)bar_no, offset); in ReadDoubleWordIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DISP1761.cs147 public uint ReadDoubleWordPCI(uint bar, long offset) in ReadDoubleWordPCI() method in Antmicro.Renode.Peripherals.USBDeprecated.ISP1761