Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA.cs571 SourceBurstLength = (int)BitHelper.GetValue(value, 4, 4) + 1;
614 public int SourceBurstLength { get; private set; } property in Antmicro.Renode.Peripherals.DMA.PL330_DMA.Channel
DPL330_DMA_Instructions.cs414 … for(var burst = 0; burst < (ignoreBurst ? 1 : selectedChannel.SourceBurstLength); ++burst) in DoTransfer()
825 … var readLengthInBytes = selectedChannel.SourceBurstLength * selectedChannel.SourceReadSize; in DoTransfer()