Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscResetCapabilitiesFunction.c34 EFI_MISC_RESET_CAPABILITIES *ForType23InputData; in MISC_SMBIOS_TABLE_FUNCTION() local
36 ForType23InputData = (EFI_MISC_RESET_CAPABILITIES *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
58 SmbiosRecord->Capabilities = *(UINT8*)&(ForType23InputData->ResetCapabilities); in MISC_SMBIOS_TABLE_FUNCTION()
59 SmbiosRecord->ResetCount = (UINT16)ForType23InputData->ResetCount; in MISC_SMBIOS_TABLE_FUNCTION()
60 SmbiosRecord->ResetLimit = (UINT16)ForType23InputData->ResetLimit; in MISC_SMBIOS_TABLE_FUNCTION()
61 SmbiosRecord->TimerInterval = (UINT16)ForType23InputData->ResetTimerInterval; in MISC_SMBIOS_TABLE_FUNCTION()
62 SmbiosRecord->Timeout = (UINT16)ForType23InputData->ResetTimeout; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscResetCapabilitiesFunction.c33 EFI_MISC_RESET_CAPABILITIES *ForType23InputData; in MISC_SMBIOS_TABLE_FUNCTION() local
35 ForType23InputData = (EFI_MISC_RESET_CAPABILITIES *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
57 SmbiosRecord->Capabilities = *(UINT8*)&(ForType23InputData->ResetCapabilities); in MISC_SMBIOS_TABLE_FUNCTION()
58 SmbiosRecord->ResetCount = (UINT16)ForType23InputData->ResetCount; in MISC_SMBIOS_TABLE_FUNCTION()
59 SmbiosRecord->ResetLimit = (UINT16)ForType23InputData->ResetLimit; in MISC_SMBIOS_TABLE_FUNCTION()
60 SmbiosRecord->TimerInterval = (UINT16)ForType23InputData->ResetTimerInterval; in MISC_SMBIOS_TABLE_FUNCTION()
61 SmbiosRecord->Timeout = (UINT16)ForType23InputData->ResetTimeout; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscResetCapabilitiesFunction.c55 EFI_MISC_RESET_CAPABILITIES *ForType23InputData; in MISC_SMBIOS_TABLE_FUNCTION()
57 ForType23InputData = (EFI_MISC_RESET_CAPABILITIES *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
80 SmbiosRecord->Capabilities = *(UINT8*)&(ForType23InputData->ResetCapabilities); in MISC_SMBIOS_TABLE_FUNCTION()
81 SmbiosRecord->ResetCount = (UINT16)ForType23InputData->ResetCount; in MISC_SMBIOS_TABLE_FUNCTION()
82 SmbiosRecord->ResetLimit = (UINT16)ForType23InputData->ResetLimit; in MISC_SMBIOS_TABLE_FUNCTION()
83 SmbiosRecord->TimerInterval = (UINT16)ForType23InputData->ResetTimerInterval; in MISC_SMBIOS_TABLE_FUNCTION()
84 SmbiosRecord->Timeout = (UINT16)ForType23InputData->ResetTimeout; in MISC_SMBIOS_TABLE_FUNCTION()