Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
DPciEmulation.c275 DMA_MAP_OPERATION DmaOperation; in PciIoMap() local
278 DmaOperation = MapOperationBusMasterRead; in PciIoMap()
280 DmaOperation = MapOperationBusMasterWrite; in PciIoMap()
282 DmaOperation = MapOperationBusMasterCommonBuffer; in PciIoMap()
286 return DmaMap (DmaOperation, HostAddress, NumberOfBytes, DeviceAddress, Mapping); in PciIoMap()
/device/linaro/bootloader/edk2/Omap35xxPkg/PciEmulation/
DPciEmulation.c322 DMA_MAP_OPERATION DmaOperation; in PciIoMap() local
325 DmaOperation = MapOperationBusMasterRead; in PciIoMap()
327 DmaOperation = MapOperationBusMasterWrite; in PciIoMap()
329 DmaOperation = MapOperationBusMasterCommonBuffer; in PciIoMap()
333 return DmaMap (DmaOperation, HostAddress, NumberOfBytes, DeviceAddress, Mapping); in PciIoMap()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/PciEmulation/
DPciEmulation.c322 DMA_MAP_OPERATION DmaOperation; in PciIoMap() local
325 DmaOperation = MapOperationBusMasterRead; in PciIoMap()
327 DmaOperation = MapOperationBusMasterWrite; in PciIoMap()
329 DmaOperation = MapOperationBusMasterCommonBuffer; in PciIoMap()
333 return DmaMap (DmaOperation, HostAddress, NumberOfBytes, DeviceAddress, Mapping); in PciIoMap()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
DPciRootBridge.c517 DMA_MAP_OPERATION DmaOperation; in PciRbMap() local
522 DmaOperation = MapOperationBusMasterRead; in PciRbMap()
524 DmaOperation = MapOperationBusMasterWrite; in PciRbMap()
526 DmaOperation = MapOperationBusMasterCommonBuffer; in PciRbMap()
530 return DmaMap (DmaOperation, HostAddress, NumberOfBytes, DeviceAddress, Mapping); in PciRbMap()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
DMMCHS.c749 DMA_MAP_OPERATION DmaOperation; in DmaBlocks() local
756 Status = DmaMap (DmaOperation, Buffer, &DmaSize, &BufferAddress, &BufferMap); in DmaBlocks()
761 ZeroMem (&DmaOperation, sizeof (DMA_MAP_OPERATION)); in DmaBlocks()
787 DmaOperation = MapOperationBusMasterCommonBuffer; in DmaBlocks()
822 DmaOperation = MapOperationBusMasterRead; in DmaBlocks()
/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
DMMCHS.c749 DMA_MAP_OPERATION DmaOperation; in DmaBlocks() local
756 Status = DmaMap (DmaOperation, Buffer, &DmaSize, &BufferAddress, &BufferMap); in DmaBlocks()
761 ZeroMem (&DmaOperation, sizeof (DMA_MAP_OPERATION)); in DmaBlocks()
787 DmaOperation = MapOperationBusMasterCommonBuffer; in DmaBlocks()
822 DmaOperation = MapOperationBusMasterRead; in DmaBlocks()