代码搜索结果

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

dma.c

/* * ApOS (Another Project software for s3c2410) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * pu

dma.h

/* * ApOS (Another Project software for s3c2410) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * pu

dma.h

#define MAX_DMA_CHANNEL 4 //#define DMA_IS_USED 1 #define DMA_IS_HWTRIG 2 #define DMA_IS_SWTRIG 1 #define DMA_IS_FREE 0 // request source #define REQ_XDREQ0 0 #define REQ_UART0 1 #define RE

dma.c

#include "sys.h" #include "dma.h" static volatile int dmaDone; #define _NONCACHE_STARTADDRESS 0x32000000 void DMA_M2M(int ch,int srcAddr,int dstAddr,int tc,int dsz,int burst) { int

dma.c

/***************************************** NAME: dma.c DESC: DMA memory2memory test HISTORY: 2005.09.15:KIM, KI JUN: draft ver 0.0 2006.06.02: Jeon chansik: modified *****************