Home
last modified time | relevance | path

Searched refs:commandArgument (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSunxiMMC.cs37 return commandArgument; in ReadDoubleWord()
75 commandArgument = value; in WriteDoubleWord()
97 commandArgument = 0; in Reset()
205 …responseRegisters = ExecuteCommand((Commands)commandIndex.Value, commandArgument, sendInitSequence… in OnStartCommand()
247 private uint commandArgument, descriptorListBaseAddress, rawInterruptStatus, interruptMask; field in Antmicro.Renode.Peripherals.SD.SunxiMMC
DPULP_uDMA_SDIO.cs93 .WithValueField(0, 32, out commandArgument, FieldMode.Write, name: "CMD_ARG") in DefineRegisters()
202 …ar commandResult = device.HandleCommand((uint)commandOperation.Value, (uint)commandArgument.Value); in SendCommand()
307 private IValueRegisterField commandArgument; field in Antmicro.Renode.Peripherals.SD.PULP_uDMA_SDIO
DSTM32SDMMC.cs88 .WithValueField(0, 32, out commandArgument, name: "Command Argument (CMDARG)"); in InitializeRegisters()
106 … var commandResult = sdCard.HandleCommand((uint) commandIndex.Value, (uint) commandArgument.Value); in InitializeRegisters()
329 private IValueRegisterField commandArgument; field in Antmicro.Renode.Peripherals.SD.STM32SDMMC