Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/PLIC/
DIrqContext.cs37 RefreshInterrupt(); in Reset()
40 public void RefreshInterrupt() in RefreshInterrupt() method in Antmicro.Renode.Peripherals.IRQControllers.PLIC.IrqContext
78 RefreshInterrupt(); in CompleteHandlingInterrupt()
97 RefreshInterrupt(); in EnableSource()
137 RefreshInterrupt(); in AcknowledgePendingInterrupt()
DPlatformLevelInterruptControllerBase.cs114 context.RefreshInterrupt(); in RefreshInterrupts()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMPFS_QSPI.cs77 RefreshInterrupt(); in MPFS_QSPI()
88 .WithChangeCallback((_, __) => RefreshInterrupt()) in MPFS_QSPI()
101 .WithWriteCallback((_, __) => RefreshInterrupt()) in MPFS_QSPI()
118 .WithWriteCallback((_, __) => RefreshInterrupt()) in MPFS_QSPI()
147 .WithWriteCallback((_, __) => RefreshInterrupt()) in MPFS_QSPI()
190 RefreshInterrupt(); in Reset()
319 RefreshInterrupt(); in TryHandleInterrupt()
323 private void RefreshInterrupt() in RefreshInterrupt() method in Antmicro.Renode.Peripherals.SPI.MPFS_QSPI
DQuark_SPI.cs28 RefreshInterrupt(); in Reset()
110 .WithWriteCallback((_, __) => RefreshInterrupt()) in CreateRegisters()
154RefreshInterrupt(true); // although we immediately transfer the byte, the interrupt line has to be… in WriteData()
161 RefreshInterrupt(); in WriteData()
168 RefreshInterrupt(); in DisableSSI()
175 private void RefreshInterrupt(bool transmitFifoEmptySuppressed = false) in RefreshInterrupt() method in Antmicro.Renode.Peripherals.SPI.Quark_SPI
DMPFS_SPI.cs348 RefreshInterrupt(); in Reset()
358 RefreshInterrupt(); in ReadDoubleWord()
368 RefreshInterrupt(); in WriteDoubleWord()
402 RefreshInterrupt(); in Transmit()
411 RefreshInterrupt(); in FinishTransmission()
464 private void RefreshInterrupt() in RefreshInterrupt() method in Antmicro.Renode.Peripherals.SPI.MPFS_SPI