Home
last modified time | relevance | path

Searched refs:Lba2 (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DAta.c878 UINT8 Lba2; in AtaReadSectors() local
907 Lba2 = (UINT8) (Lba32 >> 16); in AtaReadSectors()
947 Lba2 in AtaReadSectors()
987 UINT8 Lba2; in AtaWriteSectors() local
1012 Lba2 = (UINT8) (Lba32 >> 16); in AtaWriteSectors()
1043 Lba2 in AtaWriteSectors()
1423 UINT8 Lba2; in AtaCommandIssue() local
1450 Lba2 = (UINT8) RShiftU64 (LbaAddress, 16); in AtaCommandIssue()
1477 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->CylinderMsb, Lba2); in AtaCommandIssue()
DAtapi.c1489 Read10Packet->Lba2 = (UINT8) (Lba32 >> 8); in AtapiReadSectors()
1608 Read10Packet->Lba2 = (UINT8) (Lba32 >> 8); in AtapiWriteSectors()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Datapi.h221 UINT8 Lba2; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
DPeiAtapi.c437 Read10Packet->Lba2 = (UINT8) (Lba32 >> 8); in PeiUsbRead10()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DAtapi.h410 UINT8 Lba2; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
DAtapiPeim.c2258 Read10Packet->Lba2 = (UINT8) (Lba32 >> 8); in ReadSectors()