代码搜索结果
找到约 10,000 项符合
DMA 的代码
dma.c
/* PC DMA support functions
*/
#include
#include
#include "global.h"
#include "dma.h"
#include "nospc.h"
/* I/O port addresses for DMA page registers on the PC/AT */
static
dma.asl
Device(DMA1) { // 8237 DMA Controller
Name(_HID,EISAID("PNP0200")) // Hardware Device ID
Name(_CRS,Buffer(){
0x2A,
dma.c
/*****************************************
NAME: dma.c
DESC: DMA memory2memory test
HISTORY:
2003.05.15:Leon YH KIM: draft ver 0.0
*****************************************/
#include
dma.h
#ifndef __DMA_H__
#define __DMA_H__
void Test_DMA(void);
#endif /*__DMA_H__*/