代码搜索结果

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

dma.h

/* * linux/include/asm/dma.h: Defines for using and allocating dma channels. * Written by Hennus Bergman, 1992. * High DMA channel support & info by Hannu Savolainen * and John Boyd, Nov. 1992. *

dma.h

#ifndef __ASM_AVR32_DMA_H #define __ASM_AVR32_DMA_H /* The maximum address that we can perform a DMA transfer to on this platform. * Not really applicable to AVR32, but some functions need it. */ #d

dma.h

/* $Id: dma.h,v 1.21 2001/12/13 04:16:52 davem Exp $ * include/asm-sparc64/dma.h * * Copyright 1996 (C) David S. Miller (davem@caip.rutgers.edu) */ #ifndef _ASM_SPARC64_DMA_H #define _ASM_SPARC64

dma.h

#ifndef __ASM_SH64_DMA_H #define __ASM_SH64_DMA_H /* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this ar

dma.h

/* * include/asm-xtensa/dma.h * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more de

dma.h

#ifndef _ASM_IA64_DMA_H #define _ASM_IA64_DMA_H /* * Copyright (C) 1998-2002 Hewlett-Packard Co * David Mosberger-Tang */ #include /* need byte IO */ extern unsi

dma.h

#ifndef _M68K_DMA_H #define _M68K_DMA_H 1 //#define DMA_DEBUG 1 #ifdef CONFIG_COLDFIRE /* * ColdFire DMA Model: * ColdFire DMA supports two forms of DMA: Single and Dual address. Single * add

dma.h

#ifndef _ASM_M32R_DMA_H #define _ASM_M32R_DMA_H #include /* * The maximum address that we can perform a DMA transfer * to on this platform */ #define MAX_DMA_ADDRESS (PAGE_OFFSET+

dma.h

/* Defines for using and allocating dma channels. */ #ifndef _ASM_ARCH_DMA_H #define _ASM_ARCH_DMA_H #define MAX_DMA_CHANNELS 10 /* dma0 and dma1 used for network (ethernet) */ #define NETWORK_TX_D

dma.h

/* $Id: dma.h,v 1.7 2005/04/24 18:30:58 starvik Exp $ * * DMA C definitions and help macros * */ #ifndef dma_h #define dma_h /* registers */ /* Really needed, since both are listed in sw.list? *