Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCard.cs43 …this.highCapacityMode = SDHelpers.TypeFromCapacity((ulong)capacity) != CardType.StandardCapacity_S… in SDCard()
77 … .DefineFragment(30, 1, () => this.highCapacityMode ? 1 : 0u, name: "Card Capacity Status") in SDCard()
81 if(!highCapacityMode) in SDCard()
156 var bufferSize = highCapacityMode ? HighCapacityBlockLength : blockLengthInBytes; in SDCard()
437 var blockSize = highCapacityMode ? HighCapacityBlockLength : blockLengthInBytes; in HandleRead()
479 var blockSize = highCapacityMode ? HighCapacityBlockLength : blockLengthInBytes; in HandleWrite()
698 readContext.Offset = highCapacityMode in HandleStandardCommand()
709 readContext.Offset = highCapacityMode in HandleStandardCommand()
729 writeContext.Offset = highCapacityMode in HandleStandardCommand()
741 writeContext.Offset = highCapacityMode in HandleStandardCommand()
[all …]