Searched refs:NumberOfInterrupts (Results 1 – 4 of 4) sorted by relevance
21 routingTable = new bool[NumberOfInterrupts * 2]; in MSCM()22 destinations = new Destination[NumberOfInterrupts * 2]; in MSCM()41 …urn (ushort)((routingTable[interruptNo] ? 1u : 0u) + (routingTable[NumberOfInterrupts + interruptN… in ReadWord()59 routingTable[NumberOfInterrupts + interruptNo] = cpu1; in WriteWord()217 private const int NumberOfInterrupts = 112; field in Antmicro.Renode.Peripherals.IRQControllers.MSCM219 private const int RoutingControlEnd = RoutingControlStart + NumberOfInterrupts*2;
25 priorities = new byte[NumberOfInterrupts]; in MPC5567_INTC()26 pendingInterrupts = new bool[NumberOfInterrupts]; in MPC5567_INTC()210 private const int NumberOfInterrupts = 360; field in Antmicro.Renode.Peripherals.IRQControllers.MPC5567_INTC223 InterruptPriorityLast = InterruptPriority0 + NumberOfInterrupts
18 interruptTimestamps = new ushort[NumberOfInterrupts]; in EOSS3_SimplePeriodicTimer()45 interruptTimestamps = new ushort[NumberOfInterrupts]; in Reset()204 private const int NumberOfInterrupts = 8; field in Antmicro.Renode.Peripherals.Timers.EOSS3_SimplePeriodicTimer
23 public MiV_CoreGPIO(IMachine machine) : base(machine, NumberOfInterrupts) in MiV_CoreGPIO()85 for(var i = 0; i < NumberOfInterrupts; i++) in MiV_CoreGPIO()264 private const int NumberOfInterrupts = 32; field in Antmicro.Renode.Peripherals.GPIOPort.MiV_CoreGPIO