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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/IsaAcpi/
IsaAcpi.h 95 EFI_ISA_ACPI_RESOURCE *ResourceItem;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppyCtrl.c 847 EFI_ISA_ACPI_RESOURCE *ResourceItem;
865 ResourceItem = IsaIo->ResourceList->ResourceItem;
867 while (ResourceItem[Index].Type != EfiIsaAcpiResourceEndOfList) {
868 if (ResourceItem[Index].Type == EfiIsaAcpiResourceDma) {
875 if (ResourceItem[Index].Type == EfiIsaAcpiResourceEndOfList) {
879 Channel = (UINT8) IsaIo->ResourceList->ResourceItem[Index].StartRange;
880 Attribute = IsaIo->ResourceList->ResourceItem[Index].Attribute;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Protocol/
IsaAcpi.h 107 EFI_ISA_ACPI_RESOURCE *ResourceItem; ///< A pointer to the list of resources associated with an ISA controller.

Completed in 1052 milliseconds