HomeSort by relevance Sort by last modified time
    Searched refs:Atapi (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
IdeBusDxe.inf 44 Atapi.c
IdeData.h 18 #include <IndustryStandard/Atapi.h>
39 IdeCdRom, /* ATAPI CDROM */
149 // except read and write time out for ATAPI device
159 // write operation timeout for ATAPI device
IdeBus.c 394 // We must check EFI_ALREADY_STARTED because many ATAPI devices are removable
481 BeginningIdeChannel = Node->Atapi.PrimarySecondary;
483 BeginningIdeDevice = Node->Atapi.SlaveMaster;
676 NewNode.Atapi.PrimarySecondary = (UINT8) IdeBlkIoDevicePtr->Channel;
677 NewNode.Atapi.SlaveMaster = (UINT8) IdeBlkIoDevicePtr->Device;
678 NewNode.Atapi.Lun = IdeBlkIoDevicePtr->Lun;
832 // Add Component Name for the IDE/ATAPI device that was discovered.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosBlkIo.c 693 if ((AsciiStrnCmp ("ATAPI", Drive->Parameters.InterfaceType, 5) == 0) ||
697 // ATA or ATAPI drive found
699 Node.Atapi.Header.Type = MESSAGING_DEVICE_PATH;
700 Node.Atapi.Header.SubType = MSG_ATAPI_DP;
701 SetDevicePathNodeLength (&Node.Atapi.Header, sizeof (ATAPI_DEVICE_PATH));
702 Node.Atapi.SlaveMaster = Drive->Parameters.DevicePath.Atapi.Master;
703 Node.Atapi.Lun = Drive->Parameters.DevicePath.Atapi.Lun;
704 Node.Atapi.PrimarySecondary = (UINT8) Controller;
    [all...]
Edd.h 83 EDD_ATAPI Atapi;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
BotPeim.h 32 #include <IndustryStandard/Atapi.h>
63 Sends out ATAPI Inquiry Packet Command to the specified device. This command will
80 Sends out ATAPI Test Unit Ready Packet Command to the specified device
97 Sends out ATAPI Request Sense Packet Command to the specified device.
117 Sends out ATAPI Read Capacity Packet Command to the specified device.
135 Sends out ATAPI Read Format Capacity Data Command to the specified device.
153 Execute Read(10) ATAPI command on a specific SCSI target.
155 Executes the ATAPI Read(10) command on the ATAPI target specified by PeiBotDevice.
UsbBotPeim.h 30 #include <IndustryStandard/Atapi.h>
38 specific block driver detects. To the PEI ATAPI driver, it returns the number
39 of all the detected ATAPI devices it detects during the enumeration process.
146 specific block driver detects. To the PEI ATAPI driver, it returns the number
147 of all the detected ATAPI devices it detects during the enumeration process.
318 Send ATAPI command using BOT protocol.
322 @param Command The command to be sent to ATAPI device.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IdeControllerInit.h 34 #include <IndustryStandard/Atapi.h>
140 /// with a mode. The various transfer protocols are defined by the ATA/ATAPI
157 /// This field specifies the PIO mode. PIO modes are defined in the ATA/ATAPI
158 /// specification. The ATA/ATAPI specification defines the enumeration. In
160 /// of PIO mode 1 is governed by the ATA/ATAPI specification. Type EFI_ATA_MODE
166 /// in the ATA/ATAPI specification, versions 1 and 2. Single word DMA support was
167 /// obsoleted in the ATA/ATAPI specification, version 3. Therefore, most devices and
168 /// controllers will not support this transfer mode. The ATA/ATAPI specification defines
171 /// ATAPI specification.
176 /// defined in the ATA/ATAPI specification. A value of 1 in this field means multiword
    [all...]
DevicePath.h 316 /// ATAPI Device Path SubType
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.c     [all...]
AtaAtapiPassThru.h 2 Header file for ATA/ATAPI PASS THRU driver.
20 #include <IndustryStandard/Atapi.h>
62 EfiIdeCdrom, /* ATAPI CDROM */
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.c 19 /// This table contains all the supported ATAPI commands.
58 L"ATAPI Controller",
59 L"ATAPI Channel",
480 Target: The Target ID of the ATAPI device to send the SCSI
481 Request Packet. To ATAPI devices attached on an IDE
484 Lun: The LUN of the ATAPI device to send the SCSI Request
485 Packet. To the ATAPI device, Lun is always 0.
486 Packet: The SCSI Request Packet to send to the ATAPI device
531 // According to Target ID, reset the Atapi I/O Register mapping
544 // the ATAPI SCSI interface does not support non-blocking I/O
    [all...]
  /external/syslinux/efi32/include/efi/
efidevp.h 343 ATAPI_DEVICE_PATH Atapi;
377 ATAPI_DEVICE_PATH *Atapi;
  /external/syslinux/efi64/include/efi/
efidevp.h 343 ATAPI_DEVICE_PATH Atapi;
377 ATAPI_DEVICE_PATH *Atapi;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidevp.h 343 ATAPI_DEVICE_PATH Atapi;
377 ATAPI_DEVICE_PATH *Atapi;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DevicePath.h 464 ATAPI_DEVICE_PATH Atapi;
502 ATAPI_DEVICE_PATH *Atapi;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 495 ATAPI_DEVICE_PATH Atapi;
543 ATAPI_DEVICE_PATH *Atapi;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.h 37 #include <IndustryStandard/Atapi.h>
127 // except read and write time out for ATAPI device
131 // write operation timeout for ATAPI device
144 specific block driver detects. To the PEI ATAPI driver, it returns the number
145 of all the detected ATAPI devices it detects during the enumeration process.
253 specific block driver detects. To the PEI ATAPI driver, it returns the number
254 of all the detected ATAPI devices it detects during the enumeration process.
363 Enumerate Atapi devices.
367 @param[in] AtapiBlkIoDev A pointer to atapi block IO device
376 Detect Atapi devices.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
InternalBm.h 23 #include <IndustryStandard/Atapi.h>
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 485 ATAPI_DEVICE_PATH *Atapi;
490 Atapi = (ATAPI_DEVICE_PATH *) DevicePathNode;
491 AppendCSDNum (MappingItem, (Atapi->PrimarySecondary * 2 + Atapi->SlaveMaster));
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 574 ATAPI_DEVICE_PATH *Atapi;
576 Atapi = DevPath;
578 Atapi->PrimarySecondary ? L"Secondary" : L"Primary",
579 Atapi->SlaveMaster ? L"Slave" : L"Master"
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c 1205 ATAPI_DEVICE_PATH *Atapi;
1207 Atapi = (ATAPI_DEVICE_PATH *) CreateDeviceNode (
1218 Atapi->PrimarySecondary = 0;
1220 Atapi->PrimarySecondary = 1;
1222 Atapi->PrimarySecondary = (UINT8) Strtoi (PrimarySecondaryStr);
1225 Atapi->SlaveMaster = 0;
1227 Atapi->SlaveMaster = 1;
1229 Atapi->SlaveMaster = (UINT8) Strtoi (SlaveMasterStr);
1232 Atapi->Lun = (UINT16) Strtoi (LunStr);
1234 return (EFI_DEVICE_PATH_PROTOCOL *) Atapi;
    [all...]
DevicePathToText.c 542 Converts a ATAPI device path structure to its string representative.
562 ATAPI_DEVICE_PATH *Atapi;
564 Atapi = DevPath;
567 UefiDevicePathLibCatPrint (Str, L"Ata(0x%x)", Atapi->Lun);
572 (Atapi->PrimarySecondary == 1) ? L"Secondary" : L"Primary",
573 (Atapi->SlaveMaster == 1) ? L"Slave" : L"Master",
574 Atapi->Lun
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaBus.h 42 #include <IndustryStandard/Atapi.h>
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/
BdsPlatform.c     [all...]

Completed in 749 milliseconds

1 2