HomeSort by relevance Sort by last modified time
    Searched refs:ReadInfo (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBootSupport.c 410 ATAPI_IDENTIFY *ReadInfo;
416 ReadInfo = (ATAPI_IDENTIFY *) IdentifyDriveData;
424 NumberCylinders = ReadInfo->Raw[1];
426 ReadInfo->Raw[54] = NumberCylinders;
428 NumberHeads = ReadInfo->Raw[3];
429 ReadInfo->Raw[55] = NumberHeads;
431 NumberSectorsTrack = ReadInfo->Raw[6];
432 ReadInfo->Raw[56] = NumberSectorsTrack;
437 ReadInfo->Raw[59] = (UINT16) (ReadInfo->Raw[47] + 0x100);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrUtilityLib.cpp 384 CVfrBufferConfig::ReadInfo (
    [all...]

Completed in 249 milliseconds