Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCard.cs51 blockLengthInBytes = SDHelpers.BlockLengthInBytes(sdCapacityParameters.BlockSize); in SDCard()
156 var bufferSize = highCapacityMode ? HighCapacityBlockLength : blockLengthInBytes; in SDCard()
172 blockLengthInBytes = SDHelpers.BlockLengthInBytes(sdCapacityParameters.BlockSize); in Reset()
437 var blockSize = highCapacityMode ? HighCapacityBlockLength : blockLengthInBytes; in HandleRead()
479 var blockSize = highCapacityMode ? HighCapacityBlockLength : blockLengthInBytes; in HandleWrite()
689 blockLengthInBytes = arg; in HandleStandardCommand()
816 private uint blockLengthInBytes; field in Antmicro.Renode.Peripherals.SD.SDCard