Searched refs:rawInterruptStatus (Results 1 – 2 of 2) sorted by relevance
33 return rawInterruptStatus; in ReadDoubleWord()40 return rawInterruptStatus & interruptMask; in ReadDoubleWord()68 rawInterruptStatus &= ~value; // write one to clear in WriteDoubleWord()191 if((rawInterruptStatus & interruptMask) != 0) in Update()220 rawInterruptStatus |= (int)Interrupts.DataTransferComplete; in OnStartCommand()224 rawInterruptStatus |= (int)Interrupts.AutoCommandDone; in OnStartCommand()234 rawInterruptStatus |= (int)Interrupts.BootAck; in OnStartCommand()236 rawInterruptStatus |= (int)Interrupts.CommandComplete; in OnStartCommand()247 private uint commandArgument, descriptorListBaseAddress, rawInterruptStatus, interruptMask; field in Antmicro.Renode.Peripherals.SD.SunxiMMC
24 rawInterruptStatus = new IFlagRegisterField[NumberOfInternalTimers]; in MPFS_Timer()40 rawInterruptStatus[j].Value = true; in MPFS_Timer()149 return rawInterruptStatus[timerId].Value && timerInterruptEnable[timerId].Value; in CalculateTimerMaskedInterruptValue()183 ….WithFlag(0, out rawInterruptStatus[timerId], FieldMode.Read | FieldMode.WriteOneToClear, name: $"… in GenerateRegistersForTimer()196 private readonly IFlagRegisterField[] rawInterruptStatus; field in Antmicro.Renode.Peripherals.Timers.MPFS_Timer