代码搜索结果

找到约 10,000 项符合 DMA 的代码

dma.c

/***************************************** NAME: dma.c DESC: DMA memory2memory test HISTORY: 2003.05.15:Leon YH KIM: draft ver 0.0 *****************************************/ #include

dma.err

"dma.c", line 126: Warning: C2892E: signed constant overflow: '

dma.h

#ifndef __DMA_H__ #define __DMA_H__ void Test_DMA(void); #endif /*__DMA_H__*/

dma.h

int setup_dma(int chan, int32 physaddr, uint length,int mode); uint dma_cnt(int chan); int dma_disable(int chan); int dma_enable(int chan); int32 dma_malloc(int *,unsigned,int); void dma_free(voi

dma.c

/* PC DMA support functions for DJGPP. Copyright 1996 Phil Karn */ #include #include #include #include "global.h" #include "dma.h" #include "nospc.h" /* I/O port ad

dma.cmd

/****************************************************************************** ; SJTU DSP Tech. Center ; Copyright (c) 2002 SJTU DSP Tech. Center. All Rights Reserved. ;