Home
last modified time | relevance | path

Searched defs:bar (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/
DIPCIePeripheral.cs15 uint MemoryReadDoubleWord(uint bar, long offset); in MemoryReadDoubleWord()
16 void MemoryWriteDoubleWord(uint bar, long offset, uint value); in MemoryWriteDoubleWord()
DPCIeBasePeripheral.cs105 public uint MemoryReadDoubleWord(uint bar, long offset) in MemoryReadDoubleWord()
120 public void MemoryWriteDoubleWord(uint bar, long offset, uint value) in MemoryWriteDoubleWord()
141 protected virtual void WriteDoubleWordToBar(uint bar, long offset, uint value) in WriteDoubleWordToBar()
146 protected virtual uint ReadDoubleWordFromBar(uint bar, long offset) in ReadDoubleWordFromBar()
DIPCIPeripheral.cs38 void WriteDoubleWordPCI (uint bar, long offset, uint value); in WriteDoubleWordPCI()
39 uint ReadDoubleWordPCI (uint bar, long offset); in ReadDoubleWordPCI()
DIPCIeRouter.cs16 void RegisterBar(Range range, IPCIePeripheral peripheral, uint bar); in RegisterBar()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DPCIeMemory.cs36 protected override void WriteDoubleWordToBar(uint bar, long offset, uint value) in WriteDoubleWordToBar()
47 protected override uint ReadDoubleWordFromBar(uint bar, long offset) in ReadDoubleWordFromBar()
DPCIHost_Bridge.cs53 public void RegisterBar(Range range, IPCIePeripheral peripheral, uint bar) in RegisterBar()
DMPFS_PCIe.cs294 public void RegisterBar(Range range, IPCIePeripheral peripheral, uint bar) in RegisterBar()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DISP1761.cs140 public void WriteDoubleWordPCI(uint bar, long offset, uint value) in WriteDoubleWordPCI()
147 public uint ReadDoubleWordPCI(uint bar, long offset) in ReadDoubleWordPCI()