Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
DIsaIo.c349 if ((PcdGet8 (PcdIsaBusSupportedFeatures) & PCD_ISA_BUS_SUPPORT_DMA) == 0) { in IsaIoUnmap()
1301 if ((PcdGet8 (PcdIsaBusSupportedFeatures) & PCD_ISA_BUS_SUPPORT_DMA) == 0) { in IsaIoMap()
1371 if (((PcdGet8 (PcdIsaBusSupportedFeatures) & PCD_ISA_BUS_SUPPORT_DMA) == 0) || in IsaIoAllocateBuffer()
1445 if (((PcdGet8 (PcdIsaBusSupportedFeatures) & PCD_ISA_BUS_SUPPORT_DMA) == 0) || in IsaIoFreeBuffer()
DInternalIsaIo.h23 #define PCD_ISA_BUS_SUPPORT_DMA BIT0 macro
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
DIsaIo.h23 #define PCD_ISA_BUS_SUPPORT_DMA BIT0 macro
DIsaIo.c752 if ((PcdGet8 (PcdIsaBusSupportedFeatures) & PCD_ISA_BUS_SUPPORT_DMA) == 0) { in IsaIoUnmap()
1641 if ((PcdGet8 (PcdIsaBusSupportedFeatures) & PCD_ISA_BUS_SUPPORT_DMA) == 0) { in IsaIoMap()
1711 if (((PcdGet8 (PcdIsaBusSupportedFeatures) & PCD_ISA_BUS_SUPPORT_DMA) == 0) || in IsaIoAllocateBuffer()
1785 if (((PcdGet8 (PcdIsaBusSupportedFeatures) & PCD_ISA_BUS_SUPPORT_DMA) == 0) || in IsaIoFreeBuffer()