Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DAta.c879 UINT8 Lba3; in AtaReadSectors() local
911 Lba3 = (UINT8) ((Lba32 >> 24) & 0x0f); in AtaReadSectors()
943 Lba3, in AtaReadSectors()
988 UINT8 Lba3; in AtaWriteSectors() local
1013 Lba3 = (UINT8) ((Lba32 >> 24) & 0x0f); in AtaWriteSectors()
1039 Lba3, in AtaWriteSectors()
1424 UINT8 Lba3; in AtaCommandIssue() local
1451 Lba3 = (UINT8) RShiftU64 (LbaAddress, 24); in AtaCommandIssue()
1452 Device = (UINT8) (Device | Lba3); in AtaCommandIssue()
DAtapi.c1488 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff); in AtapiReadSectors()
1607 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff); in AtapiWriteSectors()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Datapi.h222 UINT8 Lba3; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
DPeiAtapi.c436 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff); in PeiUsbRead10()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DAtapi.h411 UINT8 Lba3; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
DAtapiPeim.c2257 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff); in ReadSectors()