Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 25 of 90) sorted by relevance

1234

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA_Instructions.cs157 …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/
DPULP_EventController.cs13 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/
DCapability.cs14 public Capability(IPCIePeripheral parent, byte id, uint size) in Capability()
27 protected readonly IPCIePeripheral parent; field in Antmicro.Renode.Peripherals.PCI.Capabilities.Capability
DPCIeCapability.cs13 public PCIeCapability(PCIeBasePeripheral parent) : base(parent, 0x10, 0x3C) in PCIeCapability()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DPrimeCellIDHelper.cs17 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/
DSynopsysDWCEthernetQualityOfService_FrameAssembler.cs38 …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/
DADCChannel.cs26 public ADCChannel(IPeripheral parent, int channelId) in ADCChannel()
142 private readonly IPeripheral parent; field in Antmicro.Renode.Peripherals.Analog.ADCChannel
DEOSS3_ADC.cs151 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/
DRegisterField.cs38 …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
DRegisterCollection.cs19 …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/
DPCIeBridge.cs23 public PCIeBridge(IPCIeRouter parent) : base(parent, HeaderType.Bridge) in PCIeBridge()
DPCIeEndpoint.cs21 public PCIeEndpoint(IPCIeRouter parent) : base(parent, HeaderType.Endpoint) in PCIeEndpoint()
DPCIeRootComplex.cs20 public PCIeRootComplex(IPCIeRouter parent) : base(parent) in PCIeRootComplex()
DPCIeBasePeripheral.cs26 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/
DSTM32_EXTICore.cs15 …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
DSTM32WBA_EXTI.cs129 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/
DPIIX.cs23 public PIIX(PCIHost_Bridge parent) : base(parent) in PIIX()
DPCIeMemory.cs21 public PCIeMemory(IPCIeRouter parent, uint size) : base(parent) in PCIeMemory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DByteArrayWithAccessTracking.cs18 …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/
DLPC43xx_GPIO.cs59 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/
DMPFS_CAN.cs398 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/
DSynopsysEthernetMAC.cs458 …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/
DBidirectionalTreeNode.cs17 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/
DIrqSource.cs68 private readonly IPlatformLevelInterruptController parent; field in Antmicro.Renode.Peripherals.IRQControllers.PLIC.IrqSource
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DSimpleContainer.cs127 public SimpleContainerHelper(IMachine machine, IPeripheral parent) : base() in SimpleContainerHelper()
157 protected readonly IPeripheral parent; field in Antmicro.Renode.Core.Structure.SimpleContainerHelper

1234