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

  /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/MdePkg/Include/Protocol/
SdMmcPassThru.h 46 UINT16 CommandIndex;
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellManParser.c 597 UINTN CommandIndex; // Indexes Command as we compare its chars to the MAN file.
603 CommandIndex = 0;
656 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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHci.h 94 UINT16 CommandIndex;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.h 94 UINT16 CommandIndex;

Completed in 1776 milliseconds