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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyIde.c 44 UINT32 IdeChannel;
180 Status = DiskInfo->WhichIde (DiskInfo, &IdeChannel, &IdeDevice);
185 &LocalHddInfo[PciIndex + IdeChannel].IdentifyDrive[IdeDevice],
188 if (IdeChannel == 0) {
189 LocalHddInfo[PciIndex + IdeChannel].Status |= HDD_PRIMARY;
190 } else if (IdeChannel == 1) {
191 LocalHddInfo[PciIndex + IdeChannel].Status |= HDD_SECONDARY;
226 LocalHddInfo[PciIndex + IdeChannel].Status |= HDD_MASTER_ATAPI_CDROM;
228 LocalHddInfo[PciIndex + IdeChannel].Status |= HDD_MASTER_ATAPI_ZIPDISK;
232 LocalHddInfo[PciIndex + IdeChannel].Status |= HDD_SLAVE_ATAPI_CDROM;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
IdeBus.c 298 UINT8 IdeChannel;
525 for (IdeChannel = BeginningIdeChannel; IdeChannel <= EndIdeChannel; IdeChannel++) {
527 IdeInit->NotifyPhase (IdeInit, EfiIdeBeforeChannelEnumeration, IdeChannel);
534 IdeChannel,
552 IdeInit->NotifyPhase (IdeInit, EfiIdeBeforeChannelReset, IdeChannel);
557 IdeInit->NotifyPhase (IdeInit, EfiIdeAfterChannelReset, IdeChannel);
565 IdeChannel
580 if ((ConfigurationOptions & (1 << (IdeChannel * 2 + IdeDevice))) == 0) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
IdeMode.c     [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c     [all...]

Completed in 95 milliseconds