Home
last modified time | relevance | path

Searched defs:blockSize (Results 1 – 13 of 13) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDHelpers.cs36 public static uint BlockLengthInBytes(BlockLength blockSize) in BlockLengthInBytes()
43 …tic SDCapacityParameters SeekForCapacityParameters(long capacity, BlockLength blockSize = BlockLen… in SeekForCapacityParameters()
74 …private static bool TryFindParameters(long capacity, BlockLength blockSize, out SDCapacityParamete… in TryFindParameters()
92 …private static bool TryFindParametersStandardCapacity(long capacity, BlockLength blockSize, out SD… in TryFindParametersStandardCapacity()
127 …private static bool TryFindParametersHighCapacity(long capacity, BlockLength blockSize, out SDCapa… in TryFindParametersHighCapacity()
DSDCard.cs28 … public SDCard(long capacity, bool spiMode = false, BlockLength blockSize = BlockLength.Undefined) in SDCard()
31 …le, long capacity, bool persistent = false, bool spiMode = false, BlockLength blockSize = BlockLen… in SDCard()
34 …e SDCard(Stream dataBackend, long capacity, bool spiMode = false, BlockLength blockSize = BlockLen… in SDCard()
830 private readonly BlockLength blockSize; field in Antmicro.Renode.Peripherals.SD.SDCard
DPULP_uDMA_SDIO.cs292 private IValueRegisterField blockSize; field in Antmicro.Renode.Peripherals.SD.PULP_uDMA_SDIO
DLiteSDCard.cs344 private uint blockSize; field in Antmicro.Renode.Peripherals.SD.LiteSDCard
DLiteSDCard_CSR32.cs294 private IValueRegisterField blockSize; field in Antmicro.Renode.Peripherals.SD.LiteSDCard_CSR32
/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()
116 private readonly int blockSize; field in Antmicro.Renode.Storage.LBABackend
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ATAPI/
DCDROM.cs26 … public CDROM(string imageFile, bool persistent = false, uint? size = null, uint blockSize = 2048) in CDROM()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBPendrive.cs46 …lic USBPendrive(string imageFile, long? size = null, bool persistent = false, uint blockSize = 512) in USBPendrive()
/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/DMA/
DEFR32MG12_LDMA.cs1077 public BlockSizeMode blockSize; field
DEFR32xG22_LDMA.cs1354 public BlockSizeMode blockSize; field
DEFR32MG24_LDMA.cs2011 public BlockSizeMode blockSize; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs2165 … public string DisassembleBlock(ulong addr = ulong.MaxValue, uint blockSize = 40, uint flags = 0) in DisassembleBlock()