Home
last modified time | relevance | path

Searched refs:IPCIePeripheral (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DPCIHost_Bridge.cs22 …public class PCIHost_Bridge : SimpleContainer<IPCIePeripheral>, IPCIeRouter, IDoubleWordPeripheral…
53 public void RegisterBar(Range range, IPCIePeripheral peripheral, uint bar) in RegisterBar()
63 public IPCIePeripheral TargetPeripheral;
133 private IPCIePeripheral selectedDevice;
DMPFS_PCIe.cs22 …public class MPFS_PCIe : SimpleContainer<IPCIePeripheral>, IDoubleWordPeripheral, IKnownSize, IPCI…
294 public void RegisterBar(Range range, IPCIePeripheral peripheral, uint bar) in RegisterBar()
320 public IPCIePeripheral TargetPeripheral;
326 public IPCIePeripheral Endpoint;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/Capabilities/
DCapability.cs14 public Capability(IPCIePeripheral parent, byte id, uint size) in Capability()
27 protected readonly IPCIePeripheral parent;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/
DIPCIePeripheral.cs11 public interface IPCIePeripheral : IPeripheral interface
DIPCIeRouter.cs16 void RegisterBar(Range range, IPCIePeripheral peripheral, uint bar); in RegisterBar()
DPCIeBasePeripheral.cs24 public abstract class PCIeBasePeripheral : IPCIePeripheral