Searched refs:WhatPeripheralIsAt (Results 1 – 6 of 6) sorted by relevance
199 var target = sysbus.WhatPeripheralIsAt(oldValue); in UpdateEventEndpoint()215 var target = sysbus.WhatPeripheralIsAt(newValue); in UpdateEventEndpoint()
245 var peripheral = sysbus.WhatPeripheralIsAt(info.Address.Value); in ManagePeripheral()
160 if(systemBus.WhatPeripheralIsAt(RomRemapAddress) != this.rom) in DefineRegisters()
194 public virtual IPeripheral WhatPeripheralIsAt(ulong address, IPeripheral context = null) in WhatPeripheralIsAt() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy197 return ParentController.WhatPeripheralIsAt(address, context); in WhatPeripheralIsAt()
58 IPeripheral WhatPeripheralIsAt(ulong address, IPeripheral context = null); in WhatPeripheralIsAt() method
556 public IPeripheral WhatPeripheralIsAt(ulong address, IPeripheral context = null) in WhatPeripheralIsAt() method in Antmicro.Renode.Peripherals.Bus.SystemBus