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

  /device/linaro/bootloader/edk2/DuetPkg/SataControllerDxe/
SataController.h 103 EFI_IDENTIFY_DATA *IdentifyData;
267 this information by issuing an ATA or ATAPI IDENTIFY_DEVICE command. IdentifyData
268 is the pointer to the response data buffer. The IdentifyData buffer is owned
270 of the entire buffer or parts of the buffer as needed. The original IdentifyData
285 should be called with IdentifyData set to NULL. The IDE controller driver may
287 setting IdentifyData to NULL does not constitute an error condition.
294 @param[in] IdentifyData The device's response to the ATA IDENTIFY_DEVICE command.
307 IN EFI_IDENTIFY_DATA *IdentifyData
348 @retval EFI_INVALID_PARAMETER IdentifyData is NULL.
367 - The IdentifyData inputs to EFI_IDE_CONTROLLER_INIT_PROTOCOL.SubmitData()
    [all...]
SataController.c 96 @param IdentifyData The identify data of specific IDE device.
106 IN EFI_IDENTIFY_DATA *IdentifyData,
119 PioMode = (UINT8) (((ATA5_IDENTIFY_DATA *) (&(IdentifyData->AtaData)))->pio_cycle_timing >> 8);
124 if ((IdentifyData->AtaData.field_validity & 0x02) == 0x02) {
126 AdvancedPioMode = IdentifyData->AtaData.advanced_pio_modes;
153 MinimumPioCycleTime = IdentifyData->AtaData.min_pio_cycle_time_with_flow_control;
213 @param IdentifyData The identify data of specific IDE device.
223 IN EFI_IDENTIFY_DATA *IdentifyData,
236 if ((IdentifyData->AtaData.field_validity & 0x04) == 0x00) {
240 DeviceUDmaMode = IdentifyData->AtaData.ultra_dma_mode;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/SataControllerDxe/
SataController.h 108 EFI_IDENTIFY_DATA *IdentifyData;
272 this information by issuing an ATA or ATAPI IDENTIFY_DEVICE command. IdentifyData
273 is the pointer to the response data buffer. The IdentifyData buffer is owned
275 of the entire buffer or parts of the buffer as needed. The original IdentifyData
290 should be called with IdentifyData set to NULL. The IDE controller driver may
292 setting IdentifyData to NULL does not constitute an error condition.
299 @param[in] IdentifyData The device's response to the ATA IDENTIFY_DEVICE command.
312 IN EFI_IDENTIFY_DATA *IdentifyData
353 @retval EFI_INVALID_PARAMETER IdentifyData is NULL.
372 - The IdentifyData inputs to EFI_IDE_CONTROLLER_INIT_PROTOCOL.SubmitData()
    [all...]
SataController.c 96 @param IdentifyData The identify data of specific IDE device.
106 IN EFI_IDENTIFY_DATA *IdentifyData,
119 PioMode = (UINT8) (((ATA5_IDENTIFY_DATA *) (&(IdentifyData->AtaData)))->pio_cycle_timing >> 8);
124 if ((IdentifyData->AtaData.field_validity & 0x02) == 0x02) {
126 AdvancedPioMode = IdentifyData->AtaData.advanced_pio_modes;
153 MinimumPioCycleTime = IdentifyData->AtaData.min_pio_cycle_time_with_flow_control;
213 @param IdentifyData The identify data of specific IDE device.
223 IN EFI_IDENTIFY_DATA *IdentifyData,
236 if ((IdentifyData->AtaData.field_validity & 0x04) == 0x00) {
240 DeviceUDmaMode = IdentifyData->AtaData.ultra_dma_mode;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
SiI3132AtaPassThru.c 268 ATA_IDENTIFY_DATA *IdentifyData = (ATA_IDENTIFY_DATA*)Packet->InDataBuffer;
274 if ((IdentifyData->phy_logic_sector_support & BIT12) != 0) {
276 SataDevice->BlockSize = (UINT32) (((IdentifyData->logic_sector_size_hi << 16) |
277 IdentifyData->logic_sector_size_lo) * sizeof (UINT16));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
IdeBus.c 324 EFI_IDENTIFY_DATA IdentifyData;
691 CopyMem (&IdentifyData, IdeBlkIoDevicePtr->IdData, sizeof (IdentifyData));
693 IdeInit->SubmitData (IdeInit, IdeChannel, IdeDevice, &IdentifyData);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.h 79 EFI_IDENTIFY_DATA *IdentifyData;
464 @param[in] IdentifyData The data buffer to store the output of the IDENTIFY cmd.
477 IN EFI_IDENTIFY_DATA *IdentifyData
    [all...]
AtaAtapiPassThru.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaBus.h 128 ATA_IDENTIFY_DATA *IdentifyData;
    [all...]
AtaPassThruExecute.c 224 Source = AtaDevice->IdentifyData->ModelName;
258 ATA_IDENTIFY_DATA *IdentifyData;
260 IdentifyData = AtaDevice->IdentifyData;
261 if ((IdentifyData->command_set_supported_83 & BIT10) == 0) {
276 TmpLba = IdentifyData->maximum_lba_for_48bit_addressing[Index];
302 ATA_IDENTIFY_DATA *IdentifyData;
308 IdentifyData = AtaDevice->IdentifyData;
310 if ((IdentifyData->config & BIT15) != 0) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
ScsiDisk.h 74 ATAPI_IDENTIFY_DATA IdentifyData;
617 @param[in, out] IdentifyData Pointer to a buffer for the identify data.
623 @retval EFI_DEVICE_ERROR Error reading IdentifyData from device
631 IN OUT VOID *IdentifyData,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c 477 EFI_ATAPI_IDENTIFY_DATA IdentifyData;
502 &IdentifyData,
509 Description[Index] = (CHAR16) IdentifyData.ModelName[Index + 1];
510 Description[Index + 1] = (CHAR16) IdentifyData.ModelName[Index];
517 Description[Length + Index] = (CHAR16) IdentifyData.SerialNo[Index + 1];
518 Description[Length + Index + 1] = (CHAR16) IdentifyData.SerialNo[Index];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ide.h 189 IDENTIFY_DATA IdentifyData[MAX_IDE_DEVICE];
224 IN IDENTIFY_DATA IdentifyData,

Completed in 1341 milliseconds