Searched refs:Lba2 (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c878 UINT8 Lba2; local
907 Lba2 = (UINT8) (Lba32 >> 16);
947 Lba2
987 UINT8 Lba2; local
1012 Lba2 = (UINT8) (Lba32 >> 16);
1043 Lba2
1423 UINT8 Lba2; local
1450 Lba2 = (UINT8) RShiftU64 (LbaAddress, 16);
1477 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->CylinderMsb, Lba2);
H A DAtapi.c1489 Read10Packet->Lba2 = (UINT8) (Lba32 >> 8);
1608 Read10Packet->Lba2 = (UINT8) (Lba32 >> 8);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DPeiAtapi.c413 Read10Packet->Lba2 = (UINT8) (Lba32 >> 8);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAtapi.h392 UINT8 Lba2; member in struct:__anon11612
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.c2032 Read10Packet->Lba2 = (UINT8) (Lba32 >> 8);

Completed in 64 milliseconds