Home
last modified time | relevance | path

Searched refs:command_set_feature_enb_85 (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DAtapi.h69 UINT16 command_set_feature_enb_85; ///< word 85 member
128 UINT16 command_set_feature_enb_85; ///< word 85 member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/IdeControllerInit/
DIdeControllerInit.h173 UINT16 command_set_feature_enb_85; // word 85 member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAhciMode.c1621 if ((IdentifyData->AtaData.command_set_feature_enb_85 & 0x0001) != 0x0001) { in AhciAtaSmartSupport()
DIdeMode.c2373 if ((IdentifyData->AtaData.command_set_feature_enb_85 & 0x0001) != 0x0001) { in IdeAtaSmartSupport()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DAta.c204 if ((TmpAtaIdentifyPointer->AtaData.command_set_feature_enb_85 & 0x0001) == 0x0001) { in AtaSMARTSupport()