Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_SpiDeviceTest.cs28 …peripheral, new Peripherals.Bus.BusRangeRegistration(new Range(PeripheralRegistrationPoint, 0x2000… in Setup()
170 machine.SystemBus.WriteByte(PeripheralRegistrationPoint + writeAddress, b); in WriteToPeripheralTransmitFifo()
201 machine.SystemBus.WriteDoubleWord(PeripheralRegistrationPoint + (ulong)register, value); in WriteToPeripheral()
206 machine.SystemBus.WriteByte(PeripheralRegistrationPoint + (ulong)register, value); in WriteToPeripheral()
211 return machine.SystemBus.ReadDoubleWord(PeripheralRegistrationPoint + (ulong)register); in ReadFromPeripheral()
250 private const uint PeripheralRegistrationPoint = 0x1000; field in Antmicro.Renode.PeripheralsTests.OpenTitan_SpiDeviceTest