Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DEOSS3_PacketFIFO.cs95 ….WithValueField(0x10, 9, out packetFifos[idx].PopThresholdLevel, name: queueNames[idx] + "_pop_thr… in DefineRegisters()
106 ….WithValueField(0x10, 13, out packetFifos[3].PopThresholdLevel, name: queueNames[3] + "_pop_thresh… in DefineRegisters()
196 public IValueRegisterField PopThresholdLevel; field in Antmicro.Renode.Peripherals.Miscellaneous.EOSS3_PacketFIFO.PacketFifoBase
254 if(fifo.Count - 1 <= (int)PopThresholdLevel.Value) in DequeueCallback()
367 if(pf3BufferMode.Count - 1 <= (int)PopThresholdLevel.Value) in DequeueCallback()
388 if(pf3QueueMode.Count - 1 <= (int)PopThresholdLevel.Value) in DequeueCallback()