Home
last modified time | relevance | path

Searched refs:UpdateWithShifted (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
DUtils.cs38 …BitHelper.UpdateWithShifted(ref currentValue, value, byteOffset * BitHelper.BitsPerByte, BitHelper… in TryWriteByteToDoubleWordCollection()
64 …BitHelper.UpdateWithShifted(ref currentValue, value, byteOffset * BitHelper.BitsPerByte, BitHelper… in TryWriteDoubleWordToQuadWordCollection()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DRegisterField.cs218 BitHelper.UpdateWithShifted(ref baseValue, fieldValue, position, width); in UnfilterValue()
224 BitHelper.UpdateWithShifted(ref parent.UnderlyingValue, value, position, width); in WriteFiltered()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DMPFS_PCIe.cs263 ….WithValueField(12, 20, changeCallback: (_, value) => BitHelper.UpdateWithShifted(ref table.Source… in CreateAddressTranslationRegisters()
267 ….WithValueField(0, 32, changeCallback: (_, value) => BitHelper.UpdateWithShifted(ref table.SourceA… in CreateAddressTranslationRegisters()
272 ….WithValueField(12, 20, changeCallback: (_, value) => BitHelper.UpdateWithShifted(ref table.Destin… in CreateAddressTranslationRegisters()
276 ….WithValueField(0, 32, changeCallback: (_, value) => BitHelper.UpdateWithShifted(ref table.SourceA… in CreateAddressTranslationRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMPFS_QSPI.cs164 ….WithValueField(16, 16, writeCallback: (_, value) => BitHelper.UpdateWithShifted(ref totalBytes, (… in MPFS_QSPI()
DAmbiqApollo4_IOMaster.cs648 … BitHelper.UpdateWithShifted(ref result, spiPeripheral.Transmit(0), (int)(i * 8), 8); in ReceiveData()
656 … BitHelper.UpdateWithShifted(ref result, item.value, (int)(item.index * 8), 8); in ReceiveData()
DMXIC_MX66UM1G45G.cs433 …BitHelper.UpdateWithShifted(ref temporaryNonVolatileConfiguration, data, currentOperation.CommandB… in WriteRegister()
DGenericSpiFlash.cs510 …BitHelper.UpdateWithShifted(ref temporaryConfiguration, data, currentOperation.CommandBytesHandled… in WriteRegister()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs236 public static void UpdateWithShifted(ref uint reg, uint newValue, int position, int width) in UpdateWithShifted() method in Antmicro.Renode.Utilities.BitHelper
241 public static void UpdateWithShifted(ref ulong reg, ulong newValue, int position, int width) in UpdateWithShifted() method in Antmicro.Renode.Utilities.BitHelper