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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosInt13.c 2 Routines that use BIOS to support INT 13 devices.
55 BIOS_LEGACY_DRIVE *Bios;
60 Bios = &Dev->Bios;
62 if (Int13GetDeviceParameters (Dev, Bios) != 0) {
63 if (Int13Extensions (Dev, Bios) != 0) {
64 BlockMedia->LastBlock = (EFI_LBA) Bios->Parameters.PhysicalSectors - 1;
65 BlockMedia->BlockSize = (UINT32) Bios->Parameters.BytesPerSector;
67 if ((Bios->Parameters.Flags & EDD_DEVICE_REMOVABLE) == EDD_DEVICE_REMOVABLE) {
76 BlockMedia->LastBlock = (Bios->MaxHead + 1) * Bios->MaxSector * (Bios->MaxCylinder + 1) - 1;
    [all...]
Edd.h 141 // Int 13 BIOS Errors
203 BIOS_LEGACY_DRIVE Bios;

Completed in 2119 milliseconds