Searched defs:TmpLba (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c243 EFI_LBA TmpLba; local
263 TmpLba = IdentifyData->maximum_lba_for_48bit_addressing[Index];
264 Capacity |= LShiftU64 (TmpLba, 16 * Index);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c51 EFI_LBA TmpLba; local
83 TmpLba = Atapi6IdentifyStruct->AtaData.maximum_lba_for_48bit_addressing[Index];
84 Capacity |= LShiftU64 (TmpLba, 16 * Index);

Completed in 7383 milliseconds