Searched refs:MB (Results 1 – 7 of 7) sorted by relevance
22 if(underlyingMemory.Size < 32.MB() || underlyingMemory.Size > 128.MB()) in Cypress_S25H()
21 if(underlyingMemory.Size < 64.KB() || underlyingMemory.Size > 256.MB()) in Micron_MT25Q()
25 …if(underlyingMemory.Size < 64.KB() || underlyingMemory.Size > 256.MB() || !Misc.IsPowerOfTwo((ulon… in MXIC_MX66UM1G45G()
185 if(underlyingMemory.Size <= 32.MB()) in GetCapacityCode()
26 var start = (ulong)100.MB(); in ShouldReadWriteMemoryBiggerThan2GB()
152 return 1.MB();
182 public static int MB(this int value) in MB() method in Antmicro.Renode.Utilities.Misc189 return 1024 * (ulong)value.MB(); in GB()