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

1 2

  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/
SmmStm.h 90 @param ResourceList A pointer to resource list to be added
102 IN STM_RSC *ResourceList,
110 @param ResourceList A pointer to resource list to be deleted
122 IN STM_RSC *ResourceList,
130 @param ResourceList A pointer to resource list to be filled
142 OUT STM_RSC *ResourceList,
SmmStm.c 666 @param ResourceList A pointer to resource list to be added
673 IN STM_RSC *ResourceList,
687 Resource = ResourceList;
703 @param ResourceList A pointer to resource list to be added
713 IN STM_RSC *ResourceList,
735 Resource = ResourceList;
819 @param ResourceList A pointer to resource list to be added
829 IN STM_RSC *ResourceList,
837 Resource = ResourceList;
852 Resource = ResourceList;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacySio.c 218 // Hid = ResourceList->Device.HID & 0xff00ffff;
221 // if (ResourceList->Device.UID == 1) {
262 EFI_ISA_ACPI_RESOURCE_LIST *ResourceList;
294 ResourceList = IsaIo->ResourceList;
296 if (ResourceList == NULL) {
306 ResourceList->ResourceItem[ResourceIndex].Type != EfiIsaAcpiResourceEndOfList;
309 switch (ResourceList->ResourceItem[ResourceIndex].Type) {
311 IoResource = &ResourceList->ResourceItem[ResourceIndex];
318 DmaResource = &ResourceList->ResourceItem[ResourceIndex];
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Protocol/
SmMonitorInit.h 52 @param ResourceList A pointer to resource list to be added
64 IN STM_RSC *ResourceList,
72 @param ResourceList A pointer to resource list to be deleted
84 IN STM_RSC *ResourceList OPTIONAL,
92 @param ResourceList A pointer to resource list to be filled
104 OUT STM_RSC *ResourceList,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
LpcIsaAcpi.h 72 OUT EFI_ISA_ACPI_RESOURCE_LIST **ResourceList
80 OUT EFI_ISA_ACPI_RESOURCE_LIST **ResourceList
88 IN EFI_ISA_ACPI_RESOURCE_LIST *ResourceList
LpcIsaAcpi.c 231 OUT EFI_ISA_ACPI_RESOURCE_LIST **ResourceList
234 IsaDeviceLookup (Device, ResourceList, NULL);
235 if (*ResourceList == NULL || (*ResourceList)->ResourceItem == NULL) {
246 OUT EFI_ISA_ACPI_RESOURCE_LIST **ResourceList
261 IN EFI_ISA_ACPI_RESOURCE_LIST *ResourceList
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
LinuxLoaderHelper.c 86 LIST_ENTRY *ResourceList,
97 if (IsListEmpty (ResourceList)) {
101 InsertTailList (ResourceList, &NewResource->Link);
107 Link = ResourceList->ForwardLink;
109 while (Link != ResourceList) {
165 InsertTailList (ResourceList, &NewResource->Link);
171 IN LIST_ENTRY *ResourceList
176 InitializeListHead (ResourceList);
188 InsertSystemMemoryResources (ResourceList, ResHob);
194 InsertSystemMemoryResources (ResourceList, ResHob);
    [all...]
LinuxLoader.h 115 IN LIST_ENTRY *ResourceList
BdsLinuxFdt.c 41 IN LIST_ENTRY *ResourceList
382 LIST_ENTRY ResourceList;
491 GetSystemMemoryResources (&ResourceList);
492 Resource = (BDS_SYSTEM_MEMORY_RESOURCE*)ResourceList.ForwardLink;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SuperIo.h 78 ResourceList is a pointer to the buffer containing resource descriptors for the device. The
84 @param[out] ResourceList A pointer to an ACPI resource descriptor list that defines the current resources used by
89 @retval EFI_INVALID_PARAMETER ResourceList is NULL
96 OUT ACPI_RESOURCE_HEADER_PTR *ResourceList
103 @param[in] ResourceList Pointer to the ACPI resource descriptor list. Type ACPI_RESOURCE_HEADER_PTR
108 @retval EFI_INVALID_PARAMETER ResourceList is invalid
109 @retval EFI_ACCESS_DENIED Some of the resources in ResourceList are in use
116 IN ACPI_RESOURCE_HEADER_PTR ResourceList
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/IsaAcpiDxe/
IsaAcpi.c 242 @param ResourceList On return, point to resources instances for given isa device
252 OUT EFI_ISA_ACPI_RESOURCE_LIST **ResourceList
255 IsaDeviceLookup (Device, ResourceList, NULL);
256 if (*ResourceList == NULL) {
267 @param ResourceList On return, point to resources instances for given isa device
276 OUT EFI_ISA_ACPI_RESOURCE_LIST **ResourceList
287 @param ResourceList Point to resources instances for given isa device
297 IN EFI_ISA_ACPI_RESOURCE_LIST *ResourceList
PcatIsaAcpi.h 170 @param ResourceList On return, point to resources instances for given isa device
180 OUT EFI_ISA_ACPI_RESOURCE_LIST **ResourceList
188 @param ResourceList On return, point to resources instances for given isa device
197 OUT EFI_ISA_ACPI_RESOURCE_LIST **ResourceList
205 @param ResourceList Point to resources instances for given isa device
215 IN EFI_ISA_ACPI_RESOURCE_LIST *ResourceList
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/IsaAcpi/
IsaAcpi.h 121 OUT EFI_ISA_ACPI_RESOURCE_LIST **ResourceList
129 OUT EFI_ISA_ACPI_RESOURCE_LIST **ResourceList
137 IN EFI_ISA_ACPI_RESOURCE_LIST *ResourceList
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Protocol/
IsaAcpi.h 164 are returned in ResourceList.
168 @param[out] ResourceList The pointer to the current resource list for Device.
179 OUT EFI_ISA_ACPI_RESOURCE_LIST **ResourceList
187 ISA controller specified by Device. The sets are returned in ResourceList.
191 @param[out] ResourceList The pointer to the returned list of resource lists.
201 OUT EFI_ISA_ACPI_RESOURCE_LIST **ResourceList
207 Assigns the I/O, MMIO, DMA, and interrupt resources specified by ResourceList
208 to the ISA controller specified by Device. ResourceList must match a resource list returned by GetPosResource() for the same ISA controller.
212 @param[in] ResourceList The pointer to a resources list that must be one of the
225 IN EFI_ISA_ACPI_RESOURCE_LIST *ResourceList
    [all...]
IsaIo.h 347 EFI_ISA_ACPI_RESOURCE_LIST *ResourceList;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppy.c 142 if (IsaIo->ResourceList->Device.HID != EISA_PNP_ID (0x604)) {
243 FdcDev->Disk = (EFI_FDC_DISK) IsaIo->ResourceList->Device.UID;
255 for (Index = 0; FdcDev->IsaIo->ResourceList->ResourceItem[Index].Type != EfiIsaAcpiResourceEndOfList; Index++) {
256 if (FdcDev->IsaIo->ResourceList->ResourceItem[Index].Type == EfiIsaAcpiResourceIo) {
257 FdcDev->BaseAddress = (UINT16) FdcDev->IsaIo->ResourceList->ResourceItem[Index].StartRange;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
IsaBus.c 234 EFI_ISA_ACPI_RESOURCE_LIST *ResourceList;
351 ResourceList = NULL;
352 Status = IsaAcpi->GetCurResource (IsaAcpi, IsaDevice, &ResourceList);
369 ResourceList,
384 Status = IsaAcpi->SetResource (IsaAcpi, IsaDevice, ResourceList);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
ComponentName.c 256 mSerialPortName[(sizeof (mSerialPortName) / 2) - 2] = (CHAR16) (L'0' + (UINT8) IsaIo->ResourceList->Device.UID);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/IsaIo/
IsaIo.h 178 EFI_ISA_ACPI_RESOURCE_LIST *ResourceList;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaIo.c 127 Item = IsaIoDevice->IsaIo.ResourceList->ResourceItem;
475 // Initialize the ResourceList
477 IsaIoDevice->IsaIo.ResourceList = AllocatePool (sizeof (EFI_ISA_ACPI_RESOURCE_LIST) + Index * sizeof (EFI_ISA_ACPI_RESOURCE));
478 ASSERT (IsaIoDevice->IsaIo.ResourceList != NULL);
479 IsaIoDevice->IsaIo.ResourceList->ResourceItem = (EFI_ISA_ACPI_RESOURCE *) (IsaIoDevice->IsaIo.ResourceList + 1);
482 IsaIoDevice->IsaIo.ResourceList->Device.HID = AcpiNode->HID;
483 IsaIoDevice->IsaIo.ResourceList->Device.UID = AcpiNode->UID;
489 Index += AcpiResourceToIsaResource (ResourcePtr, &IsaIoDevice->IsaIo.ResourceList->ResourceItem[Index]);
505 AcpiResourceToIsaResource (ResourcePtr, &IsaIoDevice->IsaIo.ResourceList->ResourceItem[Index]);
    [all...]
IsaDriver.c 321 FreePool (IsaIoDevice->IsaIo.ResourceList);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
dmusicks.h 209 IN PRESOURCELIST ResourceList,
237 IN PRESOURCELIST ResourceList, \
portcls.h 1074 IN PRESOURCELIST ResourceList) PURE; \
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
Ps2Keyboard.c 143 if (IsaIo->ResourceList->Device.HID != EISA_PNP_ID (0x303) || IsaIo->ResourceList->Device.UID != 0) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
Ps2MouseAbsolutePointer.c 75 switch (IsaIo->ResourceList->Device.HID) {
90 if (IsaIo->ResourceList->Device.UID == 1) {

Completed in 1120 milliseconds

1 2