Searched refs:DMASTP (Results 1 – 1 of 1) sorted by relevance
74 …decoderRoot.AddOpcode(0b00101001, 8, () => new DMASTP(this, transactionType: Channel.ChannelReques… in RegisterInstructions()75 …decoderRoot.AddOpcode(0b00101011, 8, () => new DMASTP(this, transactionType: Channel.ChannelReques… in RegisterInstructions()850 private class DMASTP : DMA_LD_ST_base class in Antmicro.Renode.Peripherals.DMA.PL330_DMA852 …public DMASTP(PL330_DMA parent, Channel.ChannelRequestType transactionType = Channel.ChannelReques… in DMASTP() method in Antmicro.Renode.Peripherals.DMA.PL330_DMA.DMASTP