Searched refs:LbaHigh (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
H A D | Ata.c | 1159 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...] |
H A D | Ide.h | 752 @param LbaHigh The value in LBA_HIGH register 768 IN UINT8 LbaHigh
|
Completed in 1726 milliseconds