Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DTegraDma.cs122 apbStartingAddress = 0; in Reset()
167 apbStartingAddress = 0x70000000; in Write()
168 apbStartingAddress |= value & 0xFFFF; in Write()
224 var sourceAddress = apbIsSource ? apbStartingAddress : ahbStartingAddress; in HandleControlWrite()
225 var destinationAddress = apbIsSource ? ahbStartingAddress : apbStartingAddress; in HandleControlWrite()
250 private uint apbStartingAddress; field in Antmicro.Renode.Peripherals.DMA.TegraDma.Channel