Searched refs:commandArgument (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/ |
| D | SunxiMMC.cs | 37 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
|
| D | PULP_uDMA_SDIO.cs | 93 .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
|
| D | STM32SDMMC.cs | 88 .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
|