Searched refs:Sector (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DIdeMode.h92 UINT8 Sector; member in struct:__anon10806
H A DIdeMode.c1163 // For ATA command such as Read Sector command, the data size of one ATA
1165 // Read Sector command, the data size of "a series of read" is exactly 1
2218 AtaCommandBlock.AtaSectorCount = DriveParameters->Sector;
2754 DriveParameters.Sector = (UINT8) ((ATA5_IDENTIFY_DATA *)(&Buffer.AtaData))->sectors_per_track;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DBiosInt13.c1127 UINTN Sector; local
1172 // Compute I/O location in Sector, Head, Cylinder format
1174 Sector = (ShortLba % BiosBlockIoDev->Bios.MaxSector) + 1;
1183 Temp = BiosBlockIoDev->Bios.MaxSector - Sector + 1;
1198 CheckLba = CheckLba * BiosBlockIoDev->Bios.MaxSector + Sector - 1;
1202 "RLD: LBA %x (%x), Sector %x (%x), Head %x (%x), Cyl %x, UCyl %x\n",
1205 Sector,
1214 Regs.H.CL = (UINT8) ((Sector & 0x3f) + (UpperCylinder & 0xff));
1228 (UINT8) ((Sector & 0x3f) + (UpperCylinder & 0xff)),
1329 UINTN Sector; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DIsaFloppy.h111 UINT8 Sector; member in struct:__anon10293
140 UINT8 Sector; member in struct:__anon10297
152 UINT8 Sector; member in struct:__anon10298
H A DIsaFloppyCtrl.c995 Command->Sector = (UINT8) ((UINT8) ((UINTN) Lba % EndOfTrack) + 1);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
H A DFdc.h189 UINT8 Sector; member in struct:__anon10300
H A DFloppyPeim.c1215 Command->Sector = (UINT8) ((UINT8) ((UINTN) Lba % EndOfTrack) + 1);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIdeData.h244 UINT8 Sector; member in struct:__anon10354
H A DIde.c1287 DriveParameters->Sector,
H A DIdeBus.c807 DriveParameters.Sector = (UINT8) ((ATA5_IDENTIFY_DATA *) IdeBlkIoDevicePtr->IdData)->sectors_per_track;
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-vbinstst-big-template.asm3 ; Boot Sector 2 with big instruction test image template. For use with

Completed in 71 milliseconds