代码搜索结果

找到约 12,665 项符合 DMA 的代码

dma.c

#ifndef DMA_C #define DMA_C #include "Dma.h" #include "2410addr.h" #include "Def.h" #include "Lcd_Test.h" //int dmaDone; static void __irq Dma0Done(void) { //ClearPending(BIT_DMA0);

dma.h

#ifndef DMA_H #define DMA_H void Dma(void); #endif

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

/* $Id: dma.c,v 1.7 1994/12/28 03:35:33 root Exp root $ * linux/kernel/dma.c: A DMA channel allocator. Inspired by linux/kernel/irq.c. * * Written by Hennus Bergman, 1992. * * 1994/12/26: Changes

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

/******************************************************************************/ /* DMA.h */ /*

dma

/* * 声明:本范例源于书籍‘NiosII软件架构解析’ * 作者:蔡伟纲 * 博客地址: http://NiosII.cublog.cn * * 一、功能: <mark>DMA</mark>(Memory to Memory)驱动演示代码. * 二、运行前提: 本范例需要硬件开发板的支持, * 要求NiosII系统包含名为”<mark>dma</mark>”的<mark>DMA</mark>模块, * 且<mark>DMA</mark>的长度寄存 ...

dma.c

/* * DMA region bookkeeping routines * * Copyright (C) 2002 Maas Digital LLC * * This code is licensed under the GPL. See the file COPYING in the root * directory of the kernel sources for details. *

dma.h

/******************************************************************************/ /* DMA.h */ /*

dma.h

//44BTEST : dma.h #ifndef __DMA_H__ #define __DMA_H__ void Test_Zdma0(void); void Test_Zdma1(void); //void Test_Zdma0Xdreq(void); #endif /*__DMA_H__*/