Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSHostController.cs22 …public UFSHostController(IMachine machine, int transferRequestSlots = 32, int readyToTransferReque… in UFSHostController() argument
24 if(transferRequestSlots <= 0 || transferRequestSlots > 32) in UFSHostController()
41 TransferRequestSlots = transferRequestSlots; in UFSHostController()