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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DElTorito.c58 UINT32 SectorCount; local
192 SectorCount = Catalog->Boot.SectorCount;
204 SectorCount = 0x50 * 0x02 * 0x0F;
208 SectorCount = 0x50 * 0x02 * 0x12;
212 SectorCount = 0x50 * 0x02 * 0x24;
217 SectorCount = 0;
238 if (SectorCount < 2) {
240 // When the SectorCount < 2, set the Partition as the whole CD.
250 SectorCount,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DElTorito.c84 UINT32 SectorCount; local
219 SectorCount = Catalog->Boot.SectorCount;
231 SectorCount = 0x50 * 0x02 * 0x0F;
235 SectorCount = 0x50 * 0x02 * 0x12;
239 SectorCount = 0x50 * 0x02 * 0x24;
244 SectorCount = 0;
265 if (SectorCount < 2) {
267 // When the SectorCount < 2, set the Partition as the whole CD.
277 SectorCount,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DPeiAtapi.c371 UINT16 SectorCount; local
397 SectorCount = BlocksRemaining;
401 SectorCount = MaxBlock;
421 Read10Packet->TranLen1 = (UINT8) (SectorCount & 0xff);
422 Read10Packet->TranLen0 = (UINT8) (SectorCount >> 8);
424 ByteCount = SectorCount * BlockSize;
426 TimeOut = (UINT16) (SectorCount * 2000);
446 Lba32 += SectorCount;
447 PtrBuffer = (UINT8 *) PtrBuffer + SectorCount * BlockSize;
448 BlocksRemaining = (UINT16) (BlocksRemaining - SectorCount);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DIde.c389 IdeDev->IoPort->SectorCount = (UINT16) (CommandBlockBaseAddr + 0x02);
491 IdeDev->IoPort->SectorCount
539 IdeDev->IoPort->SectorCount
1237 UINT8 SectorCount; local
1241 SectorCount = *((UINT8 *) TransferMode);
1251 SectorCount,
H A DAtapi.c1445 UINT16 SectorCount; local
1472 SectorCount = (UINT16) BlocksRemaining;
1475 SectorCount = MaxBlock;
1497 Read10Packet->TranLen1 = (UINT8) (SectorCount & 0xff);
1498 Read10Packet->TranLen0 = (UINT8) (SectorCount >> 8);
1500 ByteCount = SectorCount * BlockSize;
1519 Lba32 += SectorCount;
1520 PtrBuffer = (UINT8 *) PtrBuffer + SectorCount * BlockSize;
1521 BlocksRemaining -= SectorCount;
1563 UINT16 SectorCount; local
[all...]
H A DAta.c464 @param SectorCount value of the Sector Count Register
480 IN UINT8 SectorCount,
530 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorCount, SectorCount);
612 @param SectorCount value of the Sector Count Register
629 IN UINT8 SectorCount,
678 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorCount, SectorCount);
882 UINT16 SectorCount; local
921 // SectorCount i
474 AtaPioDataIn( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *Buffer, IN UINT32 ByteCount, IN UINT8 AtaCommand, IN UINT8 Head, IN UINT8 SectorCount, IN UINT8 SectorNumber, IN UINT8 CylinderLsb, IN UINT8 CylinderMsb ) argument
623 AtaPioDataOut( IN IDE_BLK_IO_DEV *IdeDev, IN VOID *Buffer, IN UINT32 ByteCount, IN UINT8 AtaCommand, IN UINT8 Head, IN UINT8 SectorCount, IN UINT8 SectorNumber, IN UINT8 CylinderLsb, IN UINT8 CylinderMsb ) argument
991 UINT16 SectorCount; local
1298 AtaCommandIssueExt( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT16 Feature, IN UINT16 SectorCount, IN EFI_LBA LbaAddress ) argument
1409 AtaCommandIssue( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT16 Feature, IN UINT16 SectorCount, IN EFI_LBA LbaAddress ) argument
1972 UINT16 SectorCount; local
2363 UINT16 SectorCount; local
2603 AtaNonDataCommandIn( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT8 Feature, IN UINT8 SectorCount, IN UINT8 LbaLow, IN UINT8 LbaMiddle, IN UINT8 LbaHigh ) argument
2695 AtaNonDataCommandInExt( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT16 Feature, IN UINT16 SectorCount, IN EFI_LBA LbaAddress ) argument
[all...]
H A DIdeData.h86 UINT16 SectorCount; member in struct:__anon10350
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DIdeMode.h103 UINT16 SectorCount; member in struct:__anon10807
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.h78 UINT16 SectorCount; member in struct:__anon10825
H A DAtapiPeim.c390 AtapiBlkIoDev->IdeIoPortReg[Index1].SectorCount = (UINT16) (CommandBlockBaseAddr + 0x2);
516 SectorCountRegister = AtapiBlkIoDev->IdeIoPortReg[Channel].SectorCount;
524 // refresh the SectorCount register
580 // Write SectorCount 0x55 but return valid state value. Maybe no device
1066 SectorCountReg = AtapiBlkIoDev->IdeIoPortReg[Channel].SectorCount;
1993 UINT16 SectorCount; local
2018 SectorCount = (UINT16) BlocksRemaining;
2020 SectorCount = MaxBlock;
2040 Read10Packet->TranLen1 = (UINT8) (SectorCount & 0xff);
2041 Read10Packet->TranLen0 = (UINT8) (SectorCount >>
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DElTorito.h129 UINT16 SectorCount; member in struct:__anon11622::__anon11625
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.c1777 UINT32 SectorCount; local
1809 SectorCount = (UINT16) BlocksRemaining;
1811 SectorCount = (UINT32) BlocksRemaining;
1814 SectorCount = MaxBlock;
1817 ByteCount = SectorCount * BlockSize;
1832 SectorCount
1844 SectorCount
1864 SectorCount = ByteCount / BlockSize;
1866 Lba += SectorCount;
1867 PtrBuffer = PtrBuffer + SectorCount * BlockSiz
1899 UINT32 SectorCount; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/AtapiPassThruDxe/
H A DAtapiPassThru.h87 UINT16 SectorCount; member in struct:__anon12596
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dntddcdrm.h190 ULONG SectorCount; member in struct:__RAW_READ_INFO
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dntddcdrm.h190 ULONG SectorCount; member in struct:__RAW_READ_INFO

Completed in 97 milliseconds