HomeSort by relevance Sort by last modified time
    Searched refs:MaxCylinder (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosInt13.c 76 BlockMedia->LastBlock = (Bios->MaxHead + 1) * Bios->MaxSector * (Bios->MaxCylinder + 1) - 1;
162 Drive->MaxCylinder = Regs.H.CH;
174 Drive->MaxCylinder = (UINT16) (Cylinder + Regs.H.CH);
285 Drive->MaxCylinder = (UINT16) (Drive->Parameters.MaxCylinders - 1);
289 Drive->MaxCylinder = 0;
303 Drive->MaxCylinder = 79;
312 Drive->MaxCylinder = 79;
321 Drive->MaxCylinder = 79;
330 Drive->MaxCylinder = 39;
339 Drive->MaxCylinder = 79;
    [all...]
Edd.h 186 UINT16 MaxCylinder;

Completed in 222 milliseconds