HomeSort by relevance Sort by last modified time
    Searched refs:AtaPassThru (Results 1 - 7 of 7) 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 126 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru;
148 AtaPassThru = AtaDevice->AtaBusDriverData->AtaPassThru;
150 Status = AtaPassThru->PassThru (
151 AtaPassThru,
184 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru;
186 AtaPassThru = AtaDevice->AtaBusDriverData->AtaPassThru;
197 return AtaPassThru->ResetDevice (
198 AtaPassThru,
    [all...]
AtaBus.h 23 #include <Protocol/AtaPassThru.h>
91 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru;
    [all...]
  /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
745 Instance->AtaPassThru.Mode = &Instance->AtaPassThruMode;
781 &gEfiAtaPassThruProtocolGuid, &(Instance->AtaPassThru),
851 EFI_ATA_PASS_THRU_PROTOCOL *AtaPassThru;
861 (VOID **) &AtaPassThru,
871 Instance = ATA_PASS_THRU_PRIVATE_DATA_FROM_THIS (AtaPassThru);
875 &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 128 #include <Protocol/AtaPassThru.h>

Completed in 191 milliseconds