代码搜索结果

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

dma.asl

Device(DMA1) { // 8257 DMA Name(_HID,EISAID("PNP0200")) // Hardware Device ID Name(_CRS,Buffer(){ 0x2A, // DMA Desc

dma.h

/******************************************************************************/ /* DMA.H - TMS320C6x Peripheral Support Library DMA Support */ /*

dma.h

/* $Id: dma.h,v 1.7 1992/12/14 00:29:34 root Exp root $ * linux/include/asm/dma.h: Defines for using and allocating dma channels. * Written by Hennus Bergman, 1992. * High DMA channel support &

dma.h

/* $Id: dma.h,v 1.7 1992/12/14 00:29:34 root Exp root $ * linux/include/asm/dma.h: Defines for using and allocating dma channels. * Written by Hennus Bergman, 1992. * High DMA channel support &

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.h

// dma.h -- inheritance and dynamic memory allocation #ifndef DMA_H_ #define DMA_H_ #include // Base Class Using DMA class baseDMA { private: char * label; int rating;

dma.cpp

// dma.cpp --dma class methods #include "dma.h" #include // baseDMA methods baseDMA::baseDMA(const char * l, int r) { label = new char[std::strlen(l) + 1]; std::strcpy(lab

dma.c

/***************************************** NAME: dma.c DESC: DMA memory2memory test HISTORY: 2001.03.31:purnnamu: draft ver 0.0 *****************************************/ #include

dma.h

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