Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA_Instructions.cs71 …decoderRoot.AddOpcode(0b00100101, 8, () => new DMALDP(this, transactionType: Channel.ChannelReques… in RegisterInstructions()
72 …decoderRoot.AddOpcode(0b00100111, 8, () => new DMALDP(this, transactionType: Channel.ChannelReques… in RegisterInstructions()
801 private class DMALDP : DMA_LD_ST_base class in Antmicro.Renode.Peripherals.DMA.PL330_DMA
803 …public DMALDP(PL330_DMA parent, Channel.ChannelRequestType transactionType = Channel.ChannelReques… in DMALDP() method in Antmicro.Renode.Peripherals.DMA.PL330_DMA.DMALDP