| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/ |
| D | SDHelpers.cs | 36 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()
|
| D | SDCard.cs | 28 … 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
|
| D | PULP_uDMA_SDIO.cs | 292 private IValueRegisterField blockSize; field in Antmicro.Renode.Peripherals.SD.PULP_uDMA_SDIO
|
| D | LiteSDCard.cs | 344 private uint blockSize; field in Antmicro.Renode.Peripherals.SD.LiteSDCard
|
| D | LiteSDCard_CSR32.cs | 294 private IValueRegisterField blockSize; field in Antmicro.Renode.Peripherals.SD.LiteSDCard_CSR32
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/ |
| D | LBABackend.cs | 18 …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/ |
| D | CDROM.cs | 26 … 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/ |
| D | USBPendrive.cs | 46 …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/ |
| D | MassStorage.cs | 49 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/ |
| D | EFR32MG12_LDMA.cs | 1077 public BlockSizeMode blockSize; field
|
| D | EFR32xG22_LDMA.cs | 1354 public BlockSizeMode blockSize; field
|
| D | EFR32MG24_LDMA.cs | 2011 public BlockSizeMode blockSize; field
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU.cs | 2165 … public string DisassembleBlock(ulong addr = ulong.MaxValue, uint blockSize = 40, uint flags = 0) in DisassembleBlock()
|