Searched defs:LbaHigh (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c1159 UINT8 LbaHigh; local
1214 LbaHigh = (UINT8) RShiftU64 (StartLba, 40);
1217 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->CylinderMsb, LbaHigh);
1221 LbaHigh = (UINT8) RShiftU64 (StartLba, 16);
1224 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->CylinderMsb, LbaHigh);
1312 UINT8 LbaHigh; local
1372 LbaHigh = (UINT8) RShiftU64 (LbaAddress, 40);
1373 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->CylinderMsb, LbaHigh);
1374 LbaHigh = (UINT8) RShiftU64 (LbaAddress, 16);
1375 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->CylinderMsb, LbaHigh);
2174 UINT8 LbaHigh; local
2710 UINT8 LbaHigh; local
[all...]

Completed in 46 milliseconds