Searched refs:Lba0 (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DIsaFloppyBlock.c213 EFI_LBA Lba0; local
318 Lba0 = Lba;
351 if (Lba0 == 0 && FdcDev->Cache == NULL) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c876 UINT8 Lba0; local
905 Lba0 = (UINT8) Lba32;
945 Lba0,
985 UINT8 Lba0; local
1010 Lba0 = (UINT8) Lba32;
1041 Lba0,
1421 UINT8 Lba0; local
1448 Lba0 = (UINT8) LbaAddress;
1475 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorNumber, Lba0);
H A DAtapi.c1485 // Lba0 ~ Lba3 specify the start logical block address of the data transfer.
1486 // Lba0 is MSB, Lba3 is LSB
1491 Read10Packet->Lba0 = (UINT8) (Lba32 >> 24);
1604 // Lba0 ~ Lba3 specify the start logical block address of the data transfer.
1605 // Lba0 is MSB, Lba3 is LSB
1610 Read10Packet->Lba0 = (UINT8) (Lba32 >> 24);
/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
415 Read10Packet->Lba0 = (UINT8) (Lba32 >> 24);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAtapi.h390 UINT8 Lba0; 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
2034 Read10Packet->Lba0 = (UINT8) (Lba32 >> 24);

Completed in 65 milliseconds