HomeSort by relevance Sort by last modified time
    Searched refs:DmaResource (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacySio.c 46 EFI_ACPI_DMA_DESCRIPTOR *DmaResource;
101 DmaResource = (EFI_ACPI_DMA_DESCRIPTOR *) Resources.SmallHeader;
102 Dma = (UINT8) LowBitSet32 (DmaResource->ChannelMask);
264 EFI_ISA_ACPI_RESOURCE *DmaResource;
303 DmaResource = NULL;
318 DmaResource = &ResourceList->ResourceItem[ResourceIndex];
381 DmaResource != NULL
386 SioParallel->Dma = (UINT8) DmaResource->StartRange;
394 if (IoResource != NULL && InterruptResource != NULL && DmaResource != NULL) {
400 SioFloppy->Dma = (UINT8) DmaResource->StartRange;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Drivers/PcieInit1610/
PcieInitLib.h 155 VOID *DmaResource[PCIE_MAX_ROOTBRIDGE];
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/PcieInitDxe/
PcieInitLib.h 151 VOID *DmaResource[PCIE_MAX_PORT_NUM];
PcieInitLib.c 455 mPcieIntCfg.DmaResource[Port] = (VOID *)NULL;
492 mPcieIntCfg.DmaResource[Port] = (VOID *)NULL;
523 mPcieIntCfg.DmaResource[Port] = (VOID *)NULL;
    [all...]

Completed in 1612 milliseconds