Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBootSupport.c406 UINT32 CapacityInSectors; in UpdateIdentifyDriveData() local
438CapacityInSectors = (UINT32) ((UINT32) (NumberCylinders) * (UINT32) (NumberHeads) * (UINT32) (Numb… in UpdateIdentifyDriveData()
439 ReadInfo->Raw[57] = (UINT16) (CapacityInSectors >> 16); in UpdateIdentifyDriveData()
440 ReadInfo->Raw[58] = (UINT16) (CapacityInSectors & 0xffff); in UpdateIdentifyDriveData()