Searched refs:blockLengthInBytes (Results 1 – 1 of 1) sorted by relevance
51 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