Home | History | Annotate | Download | only in IsaFloppyDxe

Lines Matching defs:Cylinder

498   Set the head of floppy drive to the new cylinder.

516 UINT8 Cylinder;
532 // Calculate cylinder based on Lba and EOT
534 Cylinder = (UINT8) ((UINTN) Lba / EndOfTrack / 2);
537 // if the destination cylinder is the present cylinder, unnecessary to do the
540 if (FdcDev->PresentCylinderNumber == Cylinder) {
563 Command.NewCylinder = Cylinder;
579 if (FdcDev->PresentCylinderNumber > Cylinder) {
580 DelayTime = (UINT8) (FdcDev->PresentCylinderNumber - Cylinder);
582 DelayTime = (UINT8) (Cylinder - FdcDev->PresentCylinderNumber);
606 @param PresentCylinderNumber UINT8 *: Be used to save present cylinder number
813 Read or Write a number of blocks in the same cylinder.
993 Command->Cylinder = (UINT8) ((UINTN) Lba / EndOfTrack / 2);
1270 Calculate the number of block in the same cylinder according to LBA.
1276 @return The number of blocks in the same cylinder which the starting
1292 // Calculate the number of block in the same cylinder