| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/ |
| D | PL330_DMA_Instructions.cs | 157 …protected Instruction(PL330_DMA parent, uint length = 1, bool usableByChannel = true, bool usableB… in Instruction() 205 …public DMAADH_base(PL330_DMA parent, bool isDestinationAddressRegister, bool negative) : base(pare… in DMAADH_base() 254 …public DMAADH(PL330_DMA parent, bool isDestinationAddressRegister) : base(parent, isDestinationAdd… in DMAADH() 259 …public DMAADNH(PL330_DMA parent, bool isDestinationAddressRegister) : base(parent, isDestinationAd… in DMAADNH() 264 public DMAEND(PL330_DMA parent) : base(parent, usableByManager: true) {} in DMAEND() 285 …public DMAGO(PL330_DMA parent, bool nonSecure) : base(parent, length: 6, usableByChannel: false, u… in DMAGO() 330 public DMAKILL(PL330_DMA parent) : base(parent, usableByManager: true) {} in DMAKILL() 351 …public DMA_LD_ST_base(PL330_DMA parent, bool IsConditional, Channel.ChannelRequestType Transaction… in DMA_LD_ST_base() 406 …public DMALD(PL330_DMA parent, bool isConditional, Channel.ChannelRequestType transactionType = Ch… in DMALD() 429 …public DMAST(PL330_DMA parent, bool isConditional, Channel.ChannelRequestType transactionType = Ch… in DMAST() [all …]
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | PULP_EventController.cs | 13 public PULP_EventController(PULP_InterruptController parent) in PULP_EventController() 28 private readonly PULP_InterruptController parent; field in Antmicro.Renode.Peripherals.IRQControllers.PULP_EventController
|
| /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; field in Antmicro.Renode.Peripherals.PCI.Capabilities.Capability
|
| D | PCIeCapability.cs | 13 public PCIeCapability(PCIeBasePeripheral parent) : base(parent, 0x10, 0x3C) in PCIeCapability()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | PrimeCellIDHelper.cs | 17 public PrimeCellIDHelper(int peripheralSize, byte[] data, IPeripheral parent) in PrimeCellIDHelper() 39 private readonly IPeripheral parent; field in Antmicro.Renode.Peripherals.Miscellaneous.PrimeCellIDHelper
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/ |
| D | SynopsysDWCEthernetQualityOfService_FrameAssembler.cs | 38 …public FrameAssembler(IEmulationElement parent, CRCPadOperation crcPadControl, ChecksumOperation c… in FrameAssembler() 43 …public FrameAssembler(IEmulationElement parent, byte[] header, uint defaultMaximumSegmentSize, TxD… in FrameAssembler() 112 …private FrameAssembler(IEmulationElement parent, byte[] header, CRCPadOperation crcPadControl, Che… in FrameAssembler() 247 private readonly IEmulationElement parent; field in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService.FrameAssembler
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/ |
| D | ADCChannel.cs | 26 public ADCChannel(IPeripheral parent, int channelId) in ADCChannel() 142 private readonly IPeripheral parent; field in Antmicro.Renode.Peripherals.Analog.ADCChannel
|
| D | EOSS3_ADC.cs | 151 public Channel(EOSS3_ADC parent, int id) in Channel() 234 private readonly EOSS3_ADC parent; field in Antmicro.Renode.Peripherals.Analog.EOSS3_ADC.Channel
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/ |
| D | RegisterField.cs | 38 …public ValueRegisterField(PeripheralRegister parent, int position, int width, FieldMode fieldMode,… in ValueRegisterField() 57 …public EnumRegisterField(PeripheralRegister parent, int position, int width, FieldMode fieldMode, … in EnumRegisterField() 76 …public FlagRegisterField(PeripheralRegister parent, int position, FieldMode fieldMode, Action<bool… in FlagRegisterField() 164 …protected RegisterField(PeripheralRegister parent, int position, int width, FieldMode fieldMode, A… in RegisterField() 198 …protected RegisterField(PeripheralRegister parent, int position, int width, FieldMode fieldMode, s… in RegisterField() 227 protected readonly PeripheralRegister parent; field in Antmicro.Renode.Core.Structure.Registers.PeripheralRegister.RegisterField
|
| D | RegisterCollection.cs | 19 …public QuadWordRegisterCollection(IPeripheral parent, IDictionary<long, QuadWordRegister> register… in QuadWordRegisterCollection() 26 …public DoubleWordRegisterCollection(IPeripheral parent, IDictionary<long, DoubleWordRegister> regi… in DoubleWordRegisterCollection() 33 …public WordRegisterCollection(IPeripheral parent, IDictionary<long, WordRegister> registersMap = n… in WordRegisterCollection() 40 …public ByteRegisterCollection(IPeripheral parent, IDictionary<long, ByteRegister> registersMap = n… in ByteRegisterCollection() 123 public BaseRegisterCollection(IPeripheral parent, IDictionary<long, R> registersMap = null) in BaseRegisterCollection() 450 private readonly IPeripheral parent; field in Antmicro.Renode.Core.Structure.Registers.BaseRegisterCollection
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/ |
| D | PCIeBridge.cs | 23 public PCIeBridge(IPCIeRouter parent) : base(parent, HeaderType.Bridge) in PCIeBridge()
|
| D | PCIeEndpoint.cs | 21 public PCIeEndpoint(IPCIeRouter parent) : base(parent, HeaderType.Endpoint) in PCIeEndpoint()
|
| D | PCIeRootComplex.cs | 20 public PCIeRootComplex(IPCIeRouter parent) : base(parent) in PCIeRootComplex()
|
| D | PCIeBasePeripheral.cs | 26 protected PCIeBasePeripheral(IPCIeRouter parent, HeaderType headerType) in PCIeBasePeripheral() 202 private readonly IPCIeRouter parent; field in Antmicro.Renode.Peripherals.PCI.PCIeBasePeripheral
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/ |
| D | STM32_EXTICore.cs | 15 …public STM32_EXTICore(IPeripheral parent, ulong lineConfigurableMask, bool treatOutOfRangeLinesAsD… in STM32_EXTICore() 99 private readonly IPeripheral parent; field in Antmicro.Renode.Peripherals.IRQControllers.STM32_EXTICore
|
| D | STM32WBA_EXTI.cs | 129 public InternalReceiver(STM32WBA_EXTI parent, int portNumber) in InternalReceiver() 173 private readonly STM32WBA_EXTI parent; field in Antmicro.Renode.Peripherals.IRQControllers.STM32WBA_EXTI.InternalReceiver
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/ |
| D | PIIX.cs | 23 public PIIX(PCIHost_Bridge parent) : base(parent) in PIIX()
|
| D | PCIeMemory.cs | 21 public PCIeMemory(IPCIeRouter parent, uint size) : base(parent) in PCIeMemory()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | ByteArrayWithAccessTracking.cs | 18 …public ByteArrayWithAccessTracking(IPeripheral parent, uint partsCount, uint accessByteWidth, stri… in ByteArrayWithAccessTracking() 128 private readonly IPeripheral parent; field in Antmicro.Renode.Peripherals.Utilities.ByteArrayWithAccessTracking
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/ |
| D | LPC43xx_GPIO.cs | 59 public Port(int portNumber, LPC43xx_GPIO parent) in Port() 137 private readonly LPC43xx_GPIO parent; field in Antmicro.Renode.Peripherals.GPIOPort.LPC43xx_GPIO.Port
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/ |
| D | MPFS_CAN.cs | 398 protected MessageBuffer(MPFS_CAN parent, uint id) in MessageBuffer() 427 protected readonly MPFS_CAN parent; field in Antmicro.Renode.Peripherals.CAN.MPFS_CAN.MessageBuffer 435 public TxMessageBuffer(MPFS_CAN parent, uint bufferId) : base(parent, bufferId) in TxMessageBuffer() 475 public RxMessageBuffer(MPFS_CAN parent, uint bufferId) : base(parent, bufferId) in RxMessageBuffer()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | SynopsysEthernetMAC.cs | 458 …public Descriptor(SynopsysEthernetMAC parent, IBusController sysbus, SynopsysEthernetVersion versi… in Descriptor() 540 protected readonly SynopsysEthernetMAC parent; field in Antmicro.Renode.Peripherals.Network.SynopsysEthernetMAC.Descriptor 546 …public TxDescriptor(SynopsysEthernetMAC parent, IBusController sysbus, SynopsysEthernetVersion ver… in TxDescriptor() 621 …public RxDescriptor(SynopsysEthernetMAC parent, IBusController sysbus, SynopsysEthernetVersion ver… in RxDescriptor()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/ |
| D | BidirectionalTreeNode.cs | 17 private BidirectionalTreeNode(T value, BidirectionalTreeNode<T> parent) : base(value) in BidirectionalTreeNode() method in Antmicro.Renode.Utilities.Collections.BidirectionalTreeNode
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/PLIC/ |
| D | IrqSource.cs | 68 private readonly IPlatformLevelInterruptController parent; field in Antmicro.Renode.Peripherals.IRQControllers.PLIC.IrqSource
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/ |
| D | SimpleContainer.cs | 127 public SimpleContainerHelper(IMachine machine, IPeripheral parent) : base() in SimpleContainerHelper() 157 protected readonly IPeripheral parent; field in Antmicro.Renode.Core.Structure.SimpleContainerHelper
|