Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBootSupport.c410 ATAPI_IDENTIFY *ReadInfo; in UpdateIdentifyDriveData() local
416 ReadInfo = (ATAPI_IDENTIFY *) IdentifyDriveData; in UpdateIdentifyDriveData()
424 NumberCylinders = ReadInfo->Raw[1]; in UpdateIdentifyDriveData()
426 ReadInfo->Raw[54] = NumberCylinders; in UpdateIdentifyDriveData()
428 NumberHeads = ReadInfo->Raw[3]; in UpdateIdentifyDriveData()
429 ReadInfo->Raw[55] = NumberHeads; in UpdateIdentifyDriveData()
431 NumberSectorsTrack = ReadInfo->Raw[6]; in UpdateIdentifyDriveData()
432 ReadInfo->Raw[56] = NumberSectorsTrack; in UpdateIdentifyDriveData()
437 ReadInfo->Raw[59] = (UINT16) (ReadInfo->Raw[47] + 0x100); in UpdateIdentifyDriveData()
439 ReadInfo->Raw[57] = (UINT16) (CapacityInSectors >> 16); in UpdateIdentifyDriveData()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrUtilityLib.cpp384 CVfrBufferConfig::ReadInfo (