Home
last modified time | relevance | path

Searched refs:PCIeBasePeripheral (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/
DPCIeEndpoint.cs18 public abstract class PCIeEndpoint : PCIeBasePeripheral
DPCIeBridge.cs20 public abstract class PCIeBridge : PCIeBasePeripheral
DPCIeBasePeripheral.cs24 public abstract class PCIeBasePeripheral : IPCIePeripheral class
26 protected PCIeBasePeripheral(IPCIeRouter parent, HeaderType headerType) in PCIeBasePeripheral() method in Antmicro.Renode.Peripherals.PCI.PCIeBasePeripheral
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/Capabilities/
DPCIeCapability.cs13 public PCIeCapability(PCIeBasePeripheral parent) : base(parent, 0x10, 0x3C) in PCIeCapability()