Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DMSCM.cs36 if(offset >= RoutingControlStart && offset < RoutingControlEnd) in ReadWord()
50 if(offset >= RoutingControlStart && offset < RoutingControlEnd) in WriteWord()
219 private const int RoutingControlEnd = RoutingControlStart + NumberOfInterrupts*2; field in Antmicro.Renode.Peripherals.IRQControllers.MSCM