Home
last modified time | relevance | path

Searched refs:OpalSscLite (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTcgStorageOpal.h174 OPAL_SSCLITE_FEATURE_DESCRIPTOR OpalSscLite; member
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTcgStorageOpalLib.h39 UINT32 OpalSscLite : 1; member
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageOpalLib/
DTcgStorageOpalCore.c1477 SupportedAttributes->OpalSscLite = (Feat != NULL); in OpalGetSupportedAttributesInfo()
1484 *OpalBaseComId = SwapBytes16 (Feat->OpalSscLite.BaseComdIdBE); in OpalGetSupportedAttributesInfo()
1597 if (SupportedAttributes->OpalSscLite == 0 && in OpalFeatureSupported()