代码搜索结果
找到约 10,000 项符合
DMA 的代码
dma.c
/* $Id: dma.c,v 1.5 1992/11/18 02:49:05 root Exp root $
* linux/kernel/dma.c: A DMA channel allocator. Inspired by linux/kernel/irq.c.
* Written by Hennus Bergman, 1992.
*/
#include
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__*/