Searched refs:ahbStartingAddress (Results 1 – 1 of 1) sorted by relevance
123 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