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