Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSHostController.cs67 aggregationCounter = 0; in Reset()
208 aggregationCounter = 0; in DefineRegisters()
211 … .WithFlag(20, FieldMode.Read, valueProviderCallback: _ => aggregationCounter > 0, name: "IASB") in DefineRegisters()
387 …(aggregationCounter >= interruptAggregationCounterThreshold.Value && interruptAggregationEnable.Va… in ProcessTransferRequestList()
416 aggregationCounter++; in HandleUTPTransaction()
650 private ulong aggregationCounter; field in Antmicro.Renode.Peripherals.Storage.UFSHostController