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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c879 UINT8 Lba3; local
909 // low 4 bit of Lba3 stands for LBA bit24~bit27.
911 Lba3 = (UINT8) ((Lba32 >> 24) & 0x0f);
943 Lba3,
988 UINT8 Lba3; local
1013 Lba3 = (UINT8) ((Lba32 >> 24) & 0x0f);
1039 Lba3,
1424 UINT8 Lba3; local
1451 Lba3 = (UINT8) RShiftU64 (LbaAddress, 24);
1452 Device = (UINT8) (Device | Lba3);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAtapi.h393 UINT8 Lba3; member in struct:__anon11612

Completed in 51 milliseconds