Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DAta.c877 UINT8 Lba1; in AtaReadSectors() local
906 Lba1 = (UINT8) (Lba32 >> 8); in AtaReadSectors()
946 Lba1, in AtaReadSectors()
986 UINT8 Lba1; in AtaWriteSectors() local
1011 Lba1 = (UINT8) (Lba32 >> 8); in AtaWriteSectors()
1042 Lba1, in AtaWriteSectors()
1422 UINT8 Lba1; in AtaCommandIssue() local
1449 Lba1 = (UINT8) RShiftU64 (LbaAddress, 8); in AtaCommandIssue()
1476 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->CylinderLsb, Lba1); in AtaCommandIssue()
DAtapi.c1490 Read10Packet->Lba1 = (UINT8) (Lba32 >> 16); in AtapiReadSectors()
1609 Read10Packet->Lba1 = (UINT8) (Lba32 >> 16); in AtapiWriteSectors()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Datapi.h220 UINT8 Lba1; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
DPeiAtapi.c438 Read10Packet->Lba1 = (UINT8) (Lba32 >> 16); in PeiUsbRead10()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DAtapi.h409 UINT8 Lba1; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
DAtapiPeim.c2259 Read10Packet->Lba1 = (UINT8) (Lba32 >> 16); in ReadSectors()