Searched refs:LbaMid (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
H A D | Ata.c | 1158 UINT8 LbaMid; local 1213 LbaMid = (UINT8) RShiftU64 (StartLba, 32); 1216 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->CylinderLsb, LbaMid); 1220 LbaMid = (UINT8) RShiftU64 (StartLba, 8); 1223 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->CylinderLsb, LbaMid); 1311 UINT8 LbaMid; local 1367 LbaMid = (UINT8) RShiftU64 (LbaAddress, 32); 1368 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->CylinderLsb, LbaMid); 1369 LbaMid = (UINT8) RShiftU64 (LbaAddress, 8); 1370 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->CylinderLsb, LbaMid); 2173 UINT8 LbaMid; local 2709 UINT8 LbaMid; local [all...] |
Completed in 92 milliseconds