Home
last modified time | relevance | path

Searched refs:SpSpecific (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
DOpalPasswordSmm.c884 UINT16 SpSpecific, in PerformTrustedIo() argument
902 AtaCommandBlock.AtaCylinderLow = ( UINT8 )( SpSpecific >> 8 ); in PerformTrustedIo()
903 AtaCommandBlock.AtaCylinderHigh = ( UINT8 )( SpSpecific ); in PerformTrustedIo()
936 SwapBytes16(SpSpecific), in PerformTrustedIo()
DOpalNvmeMode.h451 IN UINT16 SpSpecific,
DOpalNvmeMode.c1353 IN UINT16 SpSpecific, in NvmeSecuritySendReceive() argument
1402 SecSend.Spsp = SpSpecific; in NvmeSecuritySendReceive()
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageOpalLib/
DTcgStorageOpalCore.c49 UINT16 SpSpecific, in OpalTrustedSend() argument
74 SwapBytes16(SpSpecific), in OpalTrustedSend()
99 UINT16 SpSpecific, in OpalTrustedRecv() argument
144 SwapBytes16(SpSpecific), in OpalTrustedRecv()
158 if (SpSpecific == TCG_SP_SPECIFIC_PROTOCOL_LEVEL0_DISCOVERY) { in OpalTrustedRecv()