Searched refs:TryFindParameters (Results 1 – 1 of 1) sorted by relevance
49 if(TryFindParameters(capacity, blockSize, out var result)) in SeekForCapacityParameters()63 if(TryFindParameters(capacity, possibleBlockSize, out var result)) in SeekForCapacityParameters()74 …private static bool TryFindParameters(long capacity, BlockLength blockSize, out SDCapacityParamete… in TryFindParameters() method in Antmicro.Renode.Peripherals.SD.SDHelpers