Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DMPFS_PDMA.cs210execDestinationHigh = new DoubleWordRegister(this).WithValueField(0, 32, FieldMode.Read); in Channel()
213 execDestinationHigh in Channel()
258 execDestinationHigh.Write(0, (uint)nextDestinationHigh.Value); in InitTransfer()
313 execDestinationHigh.Write(0, (uint)(execDestination >> 32)); in FinishTransfer()
351 private DoubleWordRegister execDestinationHigh; field in Antmicro.Renode.Peripherals.DMA.MPFS_PDMA.Channel