Searched refs:LowestAlignedLba (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DBlockIo.h191 EFI_LBA LowestAlignedLba; member in struct:__anon12031
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DPartition.c1076 // Per UEFI Spec, LowestAlignedLba, LogicalBlocksPerPhysicalBlock and OptimalTransferLengthGranularity must be 0
1080 Private->Media.LowestAlignedLba = 0;
1082 Private->Media2.LowestAlignedLba = 0;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DPartition.c1124 // Per UEFI Spec, LowestAlignedLba, LogicalBlocksPerPhysicalBlock and OptimalTransferLengthGranularity must be 0
1128 Private->Media.LowestAlignedLba = 0;
1130 Private->Media2.LowestAlignedLba = 0;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c353 BlockMedia->LowestAlignedLba = (EFI_LBA) ((BlockMedia->LogicalBlocksPerPhysicalBlock - ((UINT32)IdentifyData->alignment_logic_in_phy_blocks & 0x3fff)) %
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassBoot.c455 Media->LowestAlignedLba = (CapacityData.LowestAlignLogic2 << 8) |
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c2554 IdeDev->BlkIo.Media->LowestAlignedLba = 0;
2565 IdeDev->BlkIo.Media->LowestAlignedLba =
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.c1398 // and LowestAlignedLba
1703 ScsiDiskDevice->BlkIo.Media->LowestAlignedLba = 0;
1721 ScsiDiskDevice->BlkIo.Media->LowestAlignedLba = (Capacity16->LowestAlignLogic2 << 8) |

Completed in 321 milliseconds