Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DSMC91X.cs270 interruptStatus = (byte)(interruptStatus & ~AllocationSuccessfulInterrupt); in ExecuteMMUCommand()
600 interruptStatus |= AllocationSuccessfulInterrupt; in AllocateForTx()
752 private const byte AllocationSuccessfulInterrupt = 0x08; field in Antmicro.Renode.Peripherals.Network.SMC91X