Home
last modified time | relevance | path

Searched refs:DmaResource (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacySio.c48 EFI_ISA_ACPI_RESOURCE *DmaResource; in LegacyBiosBuildSioData() local
114 DmaResource = NULL; in LegacyBiosBuildSioData()
129 DmaResource = &ResourceList->ResourceItem[ResourceIndex]; in LegacyBiosBuildSioData()
186 DmaResource != NULL in LegacyBiosBuildSioData()
191 Sio2Ptr->Dma = (UINT8) DmaResource->StartRange; in LegacyBiosBuildSioData()
199 if (IoResource != NULL && InterruptResource != NULL && DmaResource != NULL) { in LegacyBiosBuildSioData()
205 Sio3Ptr->Dma = (UINT8) DmaResource->StartRange; in LegacyBiosBuildSioData()