HomeSort by relevance Sort by last modified time
    Searched refs:CommandIndex (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/
SDController.c 171 @param CommandIndex Command index to set the command index field of command register.
181 IN UINT16 CommandIndex,
189 DEBUG((EFI_D_ERROR, "[%2d] -- ", CommandIndex));
385 @param CommandIndex The command index to set the command index field of command register.
406 IN UINT16 CommandIndex,
426 CommandIndex - The command index to set the command index field of command register
459 AutoCMD12Enable = (CommandIndex & AUTO_CMD12_ENABLE) ? TRUE : FALSE;
460 CommandIndex = CommandIndex & CMD_INDEX_MASK;
474 DEBUG ((EFI_D_INFO, "SendCommand: Command Index = %d \r\n", CommandIndex));
    [all...]
SDController.h 148 @param CommandIndex The command index to set the command index field of command register.
168 IN UINT16 CommandIndex,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
SDMediaDevice.h 197 @param CommandIndex The command index to set the command index field of command register.
215 IN UINT16 CommandIndex,
226 Send the card APP_CMD command with the following command indicated by CommandIndex
229 @param CommandIndex The command index to set the command index field of command register.
247 IN UINT16 CommandIndex,
MMCSDTransfer.c 123 @param CommandIndex The command index to set the command index field of command register.
141 IN UINT16 CommandIndex,
156 CommandIndex |= AUTO_CMD12_ENABLE;
161 CommandIndex,
183 Send the card APP_CMD command with the following command indicated by CommandIndex
186 @param CommandIndex The command index to set the command index field of command register.
204 IN UINT16 CommandIndex,
251 CommandIndex |= AUTO_CMD12_ENABLE;
256 CommandIndex,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Atapi.c 355 UINT16 *CommandIndex;
417 CommandIndex = Packet->Data16;
418 for (Count = 0; Count < 6; Count++, CommandIndex++) {
420 IDEWritePortW (IdeDev->PciIo, IdeDev->IoPort->Data, *CommandIndex);
456 UINT16 *CommandIndex;
518 CommandIndex = Packet->Data16;
519 for (Count = 0; Count < 6; Count++, CommandIndex++) {
520 IDEWritePortW (IdeDev->PciIo, IdeDev->IoPort->Data, *CommandIndex);
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
SDHostIo.h 119 @param CommandIndex The command index to set the command index field of command register.
140 IN UINT16 CommandIndex,
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/
Sdhc.h 145 IN UINT16 CommandIndex,
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
SdHostIo.h 166 CommandIndex - The command index to set the command index field of command register
187 IN UINT16 CommandIndex,
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellManParser.c 508 UINTN CommandIndex; // Indexes Command as we compare its chars to the MAN file.
514 CommandIndex = 0;
567 else if (InternalShellCharToUpper (*Line) != InternalShellCharToUpper (*(Command + CommandIndex++))) {
  /external/deqp/scripts/khr_util/
registry.py 148 class CommandIndex(Index):
188 self.commands = CommandIndex(eRegistry.findall('commands/command'))
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.c     [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.c     [all...]

Completed in 458 milliseconds