Home
last modified time | relevance | path

Searched refs:LbaLow (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DAta.c1157 UINT8 LbaLow; in AtaPioDataInExt() local
1212 LbaLow = (UINT8) RShiftU64 (StartLba, 24); in AtaPioDataInExt()
1215 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorNumber, LbaLow); in AtaPioDataInExt()
1219 LbaLow = (UINT8) StartLba; in AtaPioDataInExt()
1222 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorNumber, LbaLow); in AtaPioDataInExt()
1310 UINT8 LbaLow; in AtaCommandIssueExt() local
1362 LbaLow = (UINT8) RShiftU64 (LbaAddress, 24); in AtaCommandIssueExt()
1363 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorNumber, LbaLow); in AtaCommandIssueExt()
1364 LbaLow = (UINT8) LbaAddress; in AtaCommandIssueExt()
1365 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorNumber, LbaLow); in AtaCommandIssueExt()
[all …]
DIde.h766 IN UINT8 LbaLow,