代码搜索结果

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

dma.asm

;Copyright (C) 1997-2001 ZSNES Team ( zsknight@zsnes.com / _demo_@zsnes.com ) ; ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public L

dma.h

#ifndef __DMA_H #define __DMA_H #include "common.h" #define W32( address , writedata ) \ *(volatile tWORD *)( address ) = ( writedata ) #define R8( a

dma.c

#include "dma.h" #include "mem_map.h" void WAIT_RE32( Reg, ExpData, Timeout ) {

dma.h

/* * (C) Copyright 2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * This file is based on code * (C) Copyright Motorola, Inc., 2000 * * MPC8220 dma header file */ #ifndef __MP

_dma.asm

;**************************************************************************** ;* ;* SciTech OS Portability Manager Library ;* ;* =====================================================

dma.txt

S3C2410 DMA =========== Introduction ------------ The kernel provides an interface to manage DMA transfers using the DMA channels in the CPU, so that the central duty of managing chan

dma.h

/* dma.h - necessary arm definition for skyeye debugger Copyright (C) 2003-2007 Skyeye Develop Group for help please send mail to

_dma.asm

;**************************************************************************** ;* ;* SciTech OS Portability Manager Library ;* ;* =====================================================

dma.h

/* * linux/include/asm-arm/arch-iop3xx/dma.h * * Copyright (C) 2004 Intel Corp. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General

dma.h

/* * linux/include/asm-arm/arch-sa1100/dma.h * * Generic SA1100 DMA support * * Copyright (C) 2000 Nicolas Pitre * */ #ifndef __ASM_ARCH_DMA_H #define __ASM_ARCH_DMA_H #include "hardware.h"