代码搜索:DMA

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

代码结果 10,000
www.eeworm.com/read/209559/4965389

c i915_dma.c

/* i915_dma.c -- DMA support for the I915 -*- linux-c -*- */ /************************************************************************** * * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Tex
www.eeworm.com/read/209559/4965422

c i830_dma.c

/* i830_dma.c -- DMA support for the I830 -*- linux-c -*- * Created: Mon Dec 13 01:50:01 1999 by jhartmann@precisioninsight.com * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. * Cop
www.eeworm.com/read/209559/4965797

s fd1772dma.s

#include @ Code for DMA with the 1772 fdc .text .global fdc1772_dataaddr fdc1772_fiqdata: @ Number of bytes left to DMA .global fdc1772_bytestogo fdc1772_bytestogo: .word 0 @
www.eeworm.com/read/209559/4966217

c atari_dma_emul.c

/* * atari_dma_emul.c -- TT SCSI DMA emulator for the Hades. * * Copyright 1997 Wout Klaren * * This file is subject to the terms and conditions of the GNU General Public
www.eeworm.com/read/209559/4967899

h sb1250_dma.h

/* ********************************************************************* * SB1250 Board Support Package * * DMA definitions File: sb1250_dma.h * * This module contains c
www.eeworm.com/read/209559/4968086

h au1000_dma.h

/* * BRIEF MODULE DESCRIPTION * Defines for using and allocating dma channels on the Alchemy * Au1000 mips processor. * * Copyright 2000 MontaVista Software Inc. * Author: MontaVista Softwa
www.eeworm.com/read/209559/4969337

h pci-dma-compat.h

/* include this file if the platform implements the dma_ DMA Mapping API * and wants to provide the pci_ DMA Mapping API in terms of it */ #ifndef _ASM_GENERIC_PCI_DMA_COMPAT_H #define _ASM_GENERIC_
www.eeworm.com/read/209559/4969343

h dma-mapping-broken.h

#ifndef _ASM_GENERIC_DMA_MAPPING_H #define _ASM_GENERIC_DMA_MAPPING_H /* This is used for archs that do not support DMA */ static inline void * dma_alloc_coherent(struct device *dev, size_t size, d
www.eeworm.com/read/209211/4985941

h sa1110dma.h

enum { Port4MCP = 0x80060008, Port4SSP = 0x8007006c, AudioDMA = 0xa, SSPXmitDMA = 0xe, SSPRecvDMA = 0xf, }; void dmainit(void); int dmaalloc(int, int, int, int, int, ulong, void (*)(void*
www.eeworm.com/read/209211/4985943

c sa1110dma.c

#include "u.h" #include "../port/lib.h" #include "mem.h" #include "dat.h" #include "fns.h" #include "io.h" #include "../port/error.h" #include "sa1110dma.h" static int debug = 0; /* * DMA helper ro