Home
last modified time | relevance | path

Searched refs:IPCIPeripheral (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DVersatilePCI.cs15 public class VersatilePCI : SimpleContainer<IPCIPeripheral>, IDoubleWordPeripheral
28 …public override void Register(IPCIPeripheral peripheral, NumberRegistrationPoint<int> registration… in Register()
141 IPCIPeripheral pci_device = GetByAddress(found); in WriteDoubleWordIO()
175 IPCIPeripheral pci_device = GetByAddress(found); in ReadDoubleWordIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/
DIPCIPeripheral.cs35 public interface IPCIPeripheral : IPeripheral interface
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DISP1761.cs21 …, USBRegistrationPoint>, IPeripheralContainer<IUSBPeripheral, USBRegistrationPoint>, IPCIPeripheral