Home | History | Annotate | Download | only in IdeBusDxe

Lines Matching defs:Lba3

879   UINT8       Lba3;

909 // low 4 bit of Lba3 stands for LBA bit24~bit27.
911 Lba3 = (UINT8) ((Lba32 >> 24) & 0x0f);
943 Lba3,
988 UINT8 Lba3;
1013 Lba3 = (UINT8) ((Lba32 >> 24) & 0x0f);
1039 Lba3,
1424 UINT8 Lba3;
1451 Lba3 = (UINT8) RShiftU64 (LbaAddress, 24);
1452 Device = (UINT8) (Device | Lba3);