Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSHostController.cs43 TaskManagementRequestSlots = taskManagementRequestSlots; in UFSHostController()
95 …ield(16, 3, FieldMode.Read, valueProviderCallback: _ => (ulong)TaskManagementRequestSlots - 1, nam… in DefineRegisters()
507 …rlBaseAddress, UTPTaskManagementRequestDescriptorSizeInBytes * TaskManagementRequestSlots, onlyMem… in ProcessTaskManagementRequestList()
509 for(int i = 0; i < TaskManagementRequestSlots; i++) in ProcessTaskManagementRequestList()
594 public int TaskManagementRequestSlots { get; } property in Antmicro.Renode.Peripherals.Storage.UFSHostController