Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSHostController.cs22 …tController(IMachine machine, int transferRequestSlots = 32, int readyToTransferRequests = 16, int… in UFSHostController() argument
30 if(readyToTransferRequests < 2 || readyToTransferRequests > 256) in UFSHostController()
42 ReadyToTransferRequests = readyToTransferRequests; in UFSHostController()