Home
last modified time | relevance | path

Searched refs:Logarithm2 (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_LPSPI.cs226 valueProviderCallback: _ => (ulong)Misc.Logarithm2((int)fifoSize) in DefineRegisters()
229 valueProviderCallback: _ => (ulong)Misc.Logarithm2((int)fifoSize) in DefineRegisters()
DSAM_SPI.cs340 selectedSlaveAddr = Misc.Logarithm2((int)BitHelper.GetLeastSignificantZero(val)); in ChipSelect()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DCFIFlash.cs267 size2n = (byte)Misc.Logarithm2(size); in Init()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DNXP_LPUART.cs566 return (uint)Misc.Logarithm2((int)capacity) - 1; in CalculateFIFODatawordsCount()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs201 public static int Logarithm2(int value) in Logarithm2() method in Antmicro.Renode.Utilities.Misc