Searched refs:execDestinationHigh (Results 1 – 1 of 1) sorted by relevance
210 … execDestinationHigh = 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