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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c280 EFI_IDENTIFY_DATA *AtaIdentifyPointer; local
286 // AtaIdentifyPointer is used for accommodating returned IDENTIFY data of
289 AtaIdentifyPointer = (EFI_IDENTIFY_DATA *) AllocateZeroPool (sizeof (EFI_IDENTIFY_DATA));
290 if (AtaIdentifyPointer == NULL) {
305 (VOID *) AtaIdentifyPointer,
323 IdeDev->IdData = AtaIdentifyPointer;
335 if ((AtaIdentifyPointer->AtaData.config & 0x8000) == 0x00) {
385 Capacity = ((UINT32)AtaIdentifyPointer->AtaData.user_addressable_sectors_hi << 16) |
386 AtaIdentifyPointer->AtaData.user_addressable_sectors_lo ;
396 gBS->FreePool (AtaIdentifyPointer);
[all...]

Completed in 198 milliseconds