pxa27x_dma.def

来自「编译环境为PB,或AK,实现27x平台上对DMA的控制,由于270平台上DMA都」· DEF 代码 · 共 56 行

DEF
56
字号
;
; Copyright (c) 2000-2002 Intel Corporation.  All rights reserved.
;
LIBRARY         pxa27x_dma

EXPORTS 		GDE_Init
				GDE_Deinit
				GDE_Open
				GDE_Close
				GDE_IOControl
				GDE_Read
				GDE_Write
				GDE_Seek
				GDE_PowerUp
				GDE_PowerDown
				XllpDmacInit
				XllpDmacHwInit
				XllpDmacAcquireMutex
				XllpDmacFreeMutex
				XllpDmacRegisterDeviceHandler
				XllpDmacUnregisterDeviceHandler
				XllpDmacEnableInterrupts
				XllpDmacDisableInterrupts
;;; pkdebug. remove	            XllpDmacInterruptHandler
			    XllpDmacGetRemainingXfrLength
			    XllpDmacGetPhysicalAds
				XllpDmacCreateDescriptorList   
				XllpDmacChainDescriptors                         
			    XllpDmacAllocateMdl
	            XllpDmacFreeBufferMdl
	            XllpDmacCreateBufferMdl
                XllpDmacAllocDmaDescriptorList
				XllpDmacFreeDescriptorList
				XllpDmacSetupTransfer
				XllpDmacAllocChannel						
				XllpDmacAllocOneChannel
				XllpDmacFreeChannel
				XllpDmacFillLinkedDesc						
				XllpDmacCfgChannelDescTransfer
				XllpDmacCfgChannelNoDescTransfer
				XllpDmacStartTransfer
				XllpDmacStopTransfer
				XllpDmacAttachDesc
				XllpDmacDetachDesc
				XllpDmacGetChannelStatus
				XllpDmacClearChannelStatus				
				XllpDmacEnableInterrupt
				XllpDmacDisableInterrupt
				XllpDmacGetXfrDone
				XllpDmacSetEor
				XllpDmacDumpStatus
				XllpDmacInitHandle
;
;  Test function.  Remove in production releases.
;
				XllpDmacTest

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?