Searched refs:PCIeBasePeripheral (Results 1 – 4 of 4) sorted by relevance
18 public abstract class PCIeEndpoint : PCIeBasePeripheral
20 public abstract class PCIeBridge : PCIeBasePeripheral
24 public abstract class PCIeBasePeripheral : IPCIePeripheral class26 protected PCIeBasePeripheral(IPCIeRouter parent, HeaderType headerType) in PCIeBasePeripheral() method in Antmicro.Renode.Peripherals.PCI.PCIeBasePeripheral
13 public PCIeCapability(PCIeBasePeripheral parent) : base(parent, 0x10, 0x3C) in PCIeCapability()