代码搜索结果

找到约 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.vhd

----------------------------------------------------------------------------- -- This file is a part of the LEON VHDL model -- Copyright (C) 1999 European Space Agency (ESA) -- -- This program

dma.c

#include "leon.h" #include "test.h" dma_test() { int testarr[8]; /* burst write */ lr->dummy9 = (int) &testarr; lr->dummy10 = 0x1086b; /* burst read */ lr->dummy9 = (int) &testa

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__*/

dma.h

#ifndef DMA_ADMIN_H #define DMA_ADMIN_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 R

dma.h

/* * Copyright 2002 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *

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

/* * 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