Home
last modified time | relevance | path

Searched refs:OPAL_LOCKING_SP_C_PIN_TRYLIMIT_COL (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTcgStorageOpal.h93 #define OPAL_LOCKING_SP_C_PIN_TRYLIMIT_COL 5 macro
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageOpalLib/
DTcgStorageOpalCore.c1352 ERROR_CHECK(TcgAddUINT8(&CreateStruct, OPAL_LOCKING_SP_C_PIN_TRYLIMIT_COL)); in OpalGetTryLimit()
1356 ERROR_CHECK(TcgAddUINT8(&CreateStruct, OPAL_LOCKING_SP_C_PIN_TRYLIMIT_COL)); in OpalGetTryLimit()
1378 if (Col != OPAL_LOCKING_SP_C_PIN_TRYLIMIT_COL) { in OpalGetTryLimit()
1379 … DEBUG ((DEBUG_INFO, "ERROR: got col %u, expected %u\n", Col, OPAL_LOCKING_SP_C_PIN_TRYLIMIT_COL)); in OpalGetTryLimit()