代码搜索结果
找到约 10,000 项符合
DMA 的代码
dma.c
/**********************************************************************
CAUTION: DMA operation is being done in cache-on state NOW.
So,some read value may be not same with real memory value
dma.c
/*****************************************
NAME: 24A0dma.c
DESC: DMA memory to memory test
HISTORY:
2004.08.25 Baik Seung Woo ver 0.0
*****************************************/
#incl
dma.h
#ifndef __DMA_H__
#define __DMA_H__
#ifdef __cplusplus
extern "C"{
#endif
void Test_DMA(void);
void Ch9_DMA(void);
void Test_INT_CHK(void);
void Memory_Write_test(void);
void Test_DMA_1MH
dma.c
#undef __DEBUG_VERSION
#include "def.h"
#include "2410addr.h"
#include "2410lib.h"
#include "2410slib.h"
#include "DMAAdmin.h"
#define DMA_CHECK_ATTR 1
typedef struct{ //can't use __pa
dma.c
#undef __DEBUG_VERSION
#include "def.h"
#include "2410addr.h"
#include "2410lib.h"
#include "2410slib.h"
#include "DMAAdmin.h"
#define DMA_CHECK_ATTR 1
typedef struct{ //can't use __pa
dma.h
#ifndef __DMA_H__
#define __DMA_H__
void Test_Zdma0(void);
void Test_Zdma1(void);
//void Test_Zdma0Xdreq(void);
#endif /*__DMA_H__*/