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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
ElTorito.c 60 UINT32 SectorCount;
186 SectorCount = Catalog->Boot.SectorCount;
198 SectorCount = 0x50 * 0x02 * 0x0F;
202 SectorCount = 0x50 * 0x02 * 0x12;
206 SectorCount = 0x50 * 0x02 * 0x24;
211 SectorCount = 0;
232 if (SectorCount < 2) {
234 // When the SectorCount < 2, set the Partition as the whole CD.
244 SectorCount * (SIZE_2KB / Media->BlockSize),
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
Part.c 118 UINT32 SectorCount;
247 SectorCount = Catalog->Boot.SectorCount;
253 SectorCount = Catalog->Boot.SectorCount;
260 SectorCount = 0x50 * 0x02 * 0x0F;
264 SectorCount = 0x50 * 0x02 * 0x12;
268 SectorCount = 0x50 * 0x02 * 0x24;
272 SectorCount = 0;
277 if (SectorCount < 2) {
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalIdeMode.h 38 UINT16 SectorCount;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
PeiAtapi.c 395 UINT16 SectorCount;
421 SectorCount = BlocksRemaining;
425 SectorCount = MaxBlock;
445 Read10Packet->TranLen1 = (UINT8) (SectorCount & 0xff);
446 Read10Packet->TranLen0 = (UINT8) (SectorCount >> 8);
448 ByteCount = SectorCount * BlockSize;
450 TimeOut = (UINT16) (SectorCount * 2000);
470 Lba32 += SectorCount;
471 PtrBuffer = (UINT8 *) PtrBuffer + SectorCount * BlockSize;
472 BlocksRemaining = (UINT16) (BlocksRemaining - SectorCount);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Atapi.c     [all...]
Ide.c 389 IdeDev->IoPort->SectorCount = (UINT16) (CommandBlockBaseAddr + 0x02);
491 IdeDev->IoPort->SectorCount
539 IdeDev->IoPort->SectorCount
    [all...]
Ata.c 464 @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;
921 // SectorCount is used to record the number of sectors to be read
    [all...]
IdeData.h 86 UINT16 SectorCount;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
IdeMode.h 103 UINT16 SectorCount;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.h 79 UINT16 SectorCount;
AtapiPeim.c 578 AtapiBlkIoDev->IdeIoPortReg[Index1].SectorCount = (UINT16) (CommandBlockBaseAddr + 0x2);
709 SectorCountRegister = AtapiBlkIoDev->IdeIoPortReg[Channel].SectorCount;
717 // refresh the SectorCount register
773 // Write SectorCount 0x55 but return valid state value. Maybe no device
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
ScsiDisk.h 143 UINT32 SectorCount;
    [all...]
ScsiDisk.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
ElTorito.h 129 UINT16 SectorCount;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
CEATA.h 73 UINT8 SectorCount;
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
CeAta.h 85 UINT8 SectorCount;
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.h 87 UINT16 SectorCount;
    [all...]

Completed in 338 milliseconds