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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaBus.c 114 return AllocateAlignedPages (EFI_SIZE_TO_PAGES (BufferSize), AtaDevice->AtaBusDriverData->AtaPassThru->Mode->IoAlign);
226 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru;
240 AtaPassThru = AtaBusDriverData->AtaPassThru;
241 Status = AtaPassThru->BuildDevicePath (AtaPassThru, Port, PortMultiplierPort, &NewDevicePathNode);
383 (VOID **) &AtaPassThru,
427 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru;
499 (VOID **) &AtaPassThru,
529 (VOID **) &AtaPassThru,
    [all...]
AtaPassThruExecute.c 127 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru;
149 AtaPassThru = AtaDevice->AtaBusDriverData->AtaPassThru;
151 Status = AtaPassThru->PassThru (
152 AtaPassThru,
185 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru;
187 AtaPassThru = AtaDevice->AtaBusDriverData->AtaPassThru;
198 return AtaPassThru->ResetDevice (
199 AtaPassThru,
    [all...]
AtaBus.h 23 #include <Protocol/AtaPassThru.h>
91 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalPasswordSmm.h 23 #include <Protocol/AtaPassThru.h>
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.h 25 #include <Protocol/AtaPassThru.h>
90 EFI_ATA_PASS_THRU_PROTOCOL AtaPassThru;
106 // For AtaPassThru protocol, using the following bytes to record the previous call in
156 AtaPassThru, \
    [all...]
AtaAtapiPassThru.c 40 // Note that the driver doesn't support AtaPassThru non blocking I/O.
48 { // AtaPassThru
753 Instance->AtaPassThru.Mode = &Instance->AtaPassThruMode;
789 &gEfiAtaPassThruProtocolGuid, &(Instance->AtaPassThru),
859 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru;
869 (VOID **) &AtaPassThru,
879 Instance = ATA_PASS_THRU_PRIVATE_DATA_FROM_THIS (AtaPassThru);
883 &gEfiAtaPassThruProtocolGuid, &(Instance->AtaPassThru),
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
SataSiI3132.h 21 #include <Protocol/AtaPassThru.h>
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.h 129 #include <Protocol/AtaPassThru.h>

Completed in 210 milliseconds