Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DCypress_S25H.cs22 if(underlyingMemory.Size < 32.MB() || underlyingMemory.Size > 128.MB()) in Cypress_S25H()
DMicron_MT25Q.cs21 if(underlyingMemory.Size < 64.KB() || underlyingMemory.Size > 256.MB()) in Micron_MT25Q()
DMXIC_MX66UM1G45G.cs25 …if(underlyingMemory.Size < 64.KB() || underlyingMemory.Size > 256.MB() || !Misc.IsPowerOfTwo((ulon… in MXIC_MX66UM1G45G()
DGenericSpiFlash.cs185 if(underlyingMemory.Size <= 32.MB()) in GetCapacityCode()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DMemoryTests.cs26 var start = (ulong)100.MB(); in ShouldReadWriteMemoryBiggerThan2GB()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/
DIOAPIC.cs152 return 1.MB();
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs182 public static int MB(this int value) in MB() method in Antmicro.Renode.Utilities.Misc
189 return 1024 * (ulong)value.MB(); in GB()