Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSHostController.cs242 for(int i = 0; i < transferRequestListCompletionNotifications.Length; i++) in DefineRegisters()
244 transferRequestListCompletionNotifications[i].Value = false; in DefineRegisters()
250 ….WithFlags(0, 32, out transferRequestListCompletionNotifications, FieldMode.WriteOneToClear, name:… in DefineRegisters()
383 transferRequestListCompletionNotifications[i].Value = true; in ProcessTransferRequestList()
639 private IFlagRegisterField[] transferRequestListCompletionNotifications; field in Antmicro.Renode.Peripherals.Storage.UFSHostController