Home
last modified time | relevance | path

Searched refs:Lba32 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
DPeiAtapi.c396 UINT32 Lba32; in PeiUsbRead10() local
408 Lba32 = (UINT32) Lba; in PeiUsbRead10()
436 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff); in PeiUsbRead10()
437 Read10Packet->Lba2 = (UINT8) (Lba32 >> 8); in PeiUsbRead10()
438 Read10Packet->Lba1 = (UINT8) (Lba32 >> 16); in PeiUsbRead10()
439 Read10Packet->Lba0 = (UINT8) (Lba32 >> 24); in PeiUsbRead10()
470 Lba32 += SectorCount; in PeiUsbRead10()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DAtapi.c1442 UINT32 Lba32; in AtapiReadSectors() local
1455 Lba32 = (UINT32) Lba; in AtapiReadSectors()
1488 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff); in AtapiReadSectors()
1489 Read10Packet->Lba2 = (UINT8) (Lba32 >> 8); in AtapiReadSectors()
1490 Read10Packet->Lba1 = (UINT8) (Lba32 >> 16); in AtapiReadSectors()
1491 Read10Packet->Lba0 = (UINT8) (Lba32 >> 24); in AtapiReadSectors()
1519 Lba32 += SectorCount; in AtapiReadSectors()
1560 UINT32 Lba32; in AtapiWriteSectors() local
1577 Lba32 = (UINT32) Lba; in AtapiWriteSectors()
1607 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff); in AtapiWriteSectors()
[all …]
DAta.c875 UINT32 Lba32; in AtaReadSectors() local
896 Lba32 = (UINT32) Lba; in AtaReadSectors()
905 Lba0 = (UINT8) Lba32; in AtaReadSectors()
906 Lba1 = (UINT8) (Lba32 >> 8); in AtaReadSectors()
907 Lba2 = (UINT8) (Lba32 >> 16); in AtaReadSectors()
911 Lba3 = (UINT8) ((Lba32 >> 24) & 0x0f); in AtaReadSectors()
953 Lba32 += SectorCount; in AtaReadSectors()
984 UINT32 Lba32; in AtaWriteSectors() local
1004 Lba32 = (UINT32) Lba; in AtaWriteSectors()
1010 Lba0 = (UINT8) Lba32; in AtaWriteSectors()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
DAtapiPeim.c2217 UINT32 Lba32; in ReadSectors() local
2228 Lba32 = (UINT32) StartLba; in ReadSectors()
2257 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff); in ReadSectors()
2258 Read10Packet->Lba2 = (UINT8) (Lba32 >> 8); in ReadSectors()
2259 Read10Packet->Lba1 = (UINT8) (Lba32 >> 16); in ReadSectors()
2260 Read10Packet->Lba0 = (UINT8) (Lba32 >> 24); in ReadSectors()
2283 Lba32 += SectorCount; in ReadSectors()