Home
last modified time | relevance | path

Searched defs:numberOfBlocks (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/
DLBABackend.cs18 …public LBABackend(int numberOfBlocks, int blockSize = 512) : this(TemporaryFilesManager.Instance.G… in LBABackend()
22 …public LBABackend(string underlyingFile, int? numberOfBlocks = null, int blockSize = 512, bool per… in LBABackend()
94 private int Touch(int? numberOfBlocks) in Touch()
117 private readonly int numberOfBlocks; field in Antmicro.Renode.Storage.LBABackend
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DMassStorage.cs49 public MassStorage(int numberOfBlocks, int blockSize = 512) in MassStorage()
55 …public MassStorage(string underlyingFile, int? numberOfBlocks = null, int blockSize = 512, bool pe… in MassStorage()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DPULP_uDMA_SDIO.cs291 private IValueRegisterField numberOfBlocks; field in Antmicro.Renode.Peripherals.SD.PULP_uDMA_SDIO