Searched refs:Lba3 (Results 1 - 5 of 5) 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...]
H A DAtapi.c1485 // Lba0 ~ Lba3 specify the start logical block address of the data transfer.
1486 // Lba0 is MSB, Lba3 is LSB
1488 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff);
1604 // Lba0 ~ Lba3 specify the start logical block address of the data transfer.
1605 // Lba0 is MSB, Lba3 is LSB
1607 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DPeiAtapi.c409 // Lba0 ~ Lba3 specify the start logical block address of the data transfer.
410 // Lba0 is MSB, Lba3 is LSB
412 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAtapi.h393 UINT8 Lba3; member in struct:__anon11612
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.c2028 // Lba0 ~ Lba3 specify the start logical block address of the data transfer.
2029 // Lba0 is MSB, Lba3 is LSB
2031 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff);

Completed in 59 milliseconds