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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.c 529 // SATA Controller is a device driver, and should ingore the
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DevicePath.h 471 SATA_DEVICE_PATH Sata;
508 SATA_DEVICE_PATH *Sata;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 733 SATA_DEVICE_PATH *Sata;
738 Sata = (SATA_DEVICE_PATH *) DevicePathNode;
739 AppendCSDNum (MappingItem, Sata->HBAPortNumber);
740 AppendCSDNum (MappingItem, Sata->PortMultiplierPortNumber);
741 AppendCSDNum (MappingItem, Sata->Lun);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
IchPlatformPolicy.c 108 DxePlatformPchPolicy->DeviceEnabling->Sata = mSystemConfiguration.Sata;
267 // SATA configuration
277 if(mSystemConfiguration.Sata == 1){
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 498 SATA_DEVICE_PATH Sata;
546 SATA_DEVICE_PATH *Sata;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 500 /// SATA Device Path SubType.
    [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
PchPlatformPolicy.h 80 UINT8 Sata : 1; /// 0: Disable; 1: Enable
319 /// ---------------------------- SATA Config -----------------------------
348 UINT8 TestMode : 1; /// 0: Disable; 1: Allow entrance to the PCH SATA test modes
350 UINT8 LegacyMode : 1; /// 0: Native PCI mode; 1: Legacy mode, when SATA controller is operating in IDE mode
351 UINT8 SpeedSupport : 4; /// Indicates the maximum speed the SATA controller can support
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathToText.c 233 ((Info & BIT4) != 0) ? L"SATA" : L"SAS",
711 ((SasEx->DeviceTopology & BIT4) != 0) ? L"SATA" : L"SAS",
    [all...]
DevicePathFromText.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
SetupVariable.h 278 // SATA Type (Ide, Ahci, Raid)
768 // Secondary SATA Controller question 0 = Disabled, 1 = Enabled
774 // Mode selection for Secondary SATA Controller (0=IDE, 1=RAID)
824 // Discrete SATA Type (Ide, Raid, Ahci)
872 // SATA Controller question 0 = Disabled, 1 = Enabled
874 UINT8 Sata;

Completed in 243 milliseconds