代码搜索结果

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

dma.h

/* * linux/include/asm-arm/arch-80200fcc/dma.h * * Copyright (C) 2001 MontaVista Software, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of t

dma.h

#ifndef __DMA_H__ #define __DMA_H__ #define XSDMA_CHANNEL_MAX 15 #define XSDMA_CHANNEL_NUM (XSDMA_CHANNEL_MAX + 1) #define DMA_REGISTER_BASE 0x40000000 typedef enum XsDmaDrcmrIdE { X

dma.h

#ifndef DMA_H #define DMA_H /******************************************************* * * copyright @ Motorola 1999 * *******************************************************/ #define NUM_DMA_REG

dma.h

/* * 8237A DMA Controller Support * Copyright (c) 2003, David H. Hovemeyer * $Revision: 1.10 $ * * This is free software. You are permitted to use, * redistribute, and modi

dma.c

/* * 8237A DMA Controller Support * Copyright (c) 2003, David H. Hovemeyer * $Revision: 1.14 $ * * This is free software. You are permitted to use, * redistribute, and modi

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