Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA_Instructions.cs53 decoderRoot.AddOpcode(0b00100000, 8, () => new DMALP(this, loopCounterIndex: 0)); in RegisterInstructions()
54 decoderRoot.AddOpcode(0b00100010, 8, () => new DMALP(this, loopCounterIndex: 1)); in RegisterInstructions()
57 …Root.AddOpcode(0b00111100, 8, () => new DMALPEND(this, isConditional: false, loopCounterIndex: 1)); in RegisterInstructions()
58 …pcode(0b00101100, 8, () => new DMALPEND(this, isConditional: false, loopCounterIndex: 1, isForever… in RegisterInstructions()
60 …is, isConditional: true, transactionType: Channel.ChannelRequestType.Single, loopCounterIndex: 1)); in RegisterInstructions()
61 …ditional: true, transactionType: Channel.ChannelRequestType.Single, loopCounterIndex: 1, isForever… in RegisterInstructions()
63 …his, isConditional: true, transactionType: Channel.ChannelRequestType.Burst, loopCounterIndex: 1)); in RegisterInstructions()
64 …nditional: true, transactionType: Channel.ChannelRequestType.Burst, loopCounterIndex: 1 , isForeve… in RegisterInstructions()
636 public DMALP(PL330_DMA parent, int loopCounterIndex) : base(parent, length: 2) in DMALP() argument
638 this.loopCounterIndex = loopCounterIndex; in DMALP()
[all …]