Searched refs:IPCIePeripheral (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/ |
| D | PCIHost_Bridge.cs | 22 …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;
|
| D | MPFS_PCIe.cs | 22 …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/ |
| D | Capability.cs | 14 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/ |
| D | IPCIePeripheral.cs | 11 public interface IPCIePeripheral : IPeripheral interface
|
| D | IPCIeRouter.cs | 16 void RegisterBar(Range range, IPCIePeripheral peripheral, uint bar); in RegisterBar()
|
| D | PCIeBasePeripheral.cs | 24 public abstract class PCIeBasePeripheral : IPCIePeripheral
|