代码搜索结果

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

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 /******************************************************* * * copyright @ Motorola 1999 * *******************************************************/ #define NUM_DMA_REG

dma.h

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

dma.h

int setup_dma(int chan, int32 physaddr, uint16 length,int mode); uint16 dma_cnt(int chan); int dma_disable(int chan); int dma_enable(int chan); void *dma_malloc(int32 *,unsigned short); int dis_d

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

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

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

/****************************************************************************** TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION

dma.c

/* * arch/sh/kernel/dma.c * * Copyright (C) 2000 Takashi YOSHII * * PC like DMA API for SuperH's DMAC. */ #include #include #include #include