Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DTegraDma.cs123 ahbStartingAddress =0; in Reset()
164 ahbStartingAddress = value; in Write()
224 var sourceAddress = apbIsSource ? apbStartingAddress : ahbStartingAddress; in HandleControlWrite()
225 var destinationAddress = apbIsSource ? ahbStartingAddress : apbStartingAddress; in HandleControlWrite()
251 private uint ahbStartingAddress; field in Antmicro.Renode.Peripherals.DMA.TegraDma.Channel