Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDHelpers.cs36 public static uint BlockLengthInBytes(BlockLength blockSize) in BlockLengthInBytes() method in Antmicro.Renode.Peripherals.SD.SDHelpers
45 …gHelper.Assert((blockSize == BlockLength.Undefined) || (capacity % BlockLengthInBytes(blockSize) =… in SeekForCapacityParameters()
DSDCard.cs36 var blockLenghtInBytes = SDHelpers.BlockLengthInBytes(blockSize); in SDCard()
51 blockLengthInBytes = SDHelpers.BlockLengthInBytes(sdCapacityParameters.BlockSize); in SDCard()
172 blockLengthInBytes = SDHelpers.BlockLengthInBytes(sdCapacityParameters.BlockSize); in Reset()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/SCSI/Commands/
DSCSIResponses.cs103 public uint BlockLengthInBytes; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBPendrive.cs172 BlockLengthInBytes = BlockSize, in HandleCommand()