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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DBiosInt13.c1123 UINTN UpperCylinder; local
1195 UpperCylinder = (Cylinder & 0x0f00) >> 2;
1210 UpperCylinder)
1214 Regs.H.CL = (UINT8) ((Sector & 0x3f) + (UpperCylinder & 0xff));
1228 (UINT8) ((Sector & 0x3f) + (UpperCylinder & 0xff)),
1325 UINTN UpperCylinder; local
1397 UpperCylinder = (Cylinder & 0x0f00) >> 2;
1412 UpperCylinder)
1416 Regs.H.CL = (UINT8) ((Sector & 0x3f) + (UpperCylinder & 0xff));
1433 (UINT8) ((Sector & 0x3f) + (UpperCylinder
[all...]

Completed in 57 milliseconds