代码搜索:DMA
找到约 10,000 项符合「DMA」的源代码
代码结果 10,000
www.eeworm.com/read/405079/2295793
c dma.c
#include "def.h"
#include "config.h"
#include "inc/board.h"
#include "utils.h"
#include "2410addr.h"
#include "dma.h"
#define DMA_CHECK_ATTR 1
typedef struct{ //can't use __packed???
www.eeworm.com/read/405079/2295836
h dma.h
#ifndef DMA_ADMIN_H
#define DMA_ADMIN_H
#define MAX_DMA_CHANNEL 4
//#define DMA_IS_USED 1
#define DMA_IS_HWTRIG 2
#define DMA_IS_SWTRIG 1
#define DMA_IS_FREE 0
// request source
#define R
www.eeworm.com/read/405079/2295837
c dma.c
#include "../../inc/def.h"
#include "../../inc/config.h"
#include "../../inc/board.h"
#include "../../inc/utils.h"
#include "../2410addr.h"
#include "dma.h"
#define DMA_CHECK_ATTR 1
typedef
www.eeworm.com/read/404933/2300501
h dma.h
#ifndef DMA_ADMIN_H
#define DMA_ADMIN_H
#define MAX_DMA_CHANNEL 4
//#define DMA_IS_USED 1
#define DMA_IS_HWTRIG 2
#define DMA_IS_SWTRIG 1
#define DMA_IS_FREE 0
// request source
#define R
www.eeworm.com/read/404933/2300531
c dma.c
#include "def.h"
#include "option.h"
#include "2440addr.h"
#include "2440lib.h"
#include "2440slib.h"
#include "dma.h"
#define DMA_CHECK_ATTR 1
typedef struct{ //can't use __packed???
www.eeworm.com/read/404607/2302051
c dma.c
/*
* linux/arch/arm/plat-omap/dma.c
*
* Copyright (C) 2003 Nokia Corporation
* Author: Juha Yrj鰈
www.eeworm.com/read/404607/2302216
h dma.h
/******************************************************************
* Copyright 2005 Mentor Graphics Corporation
* Copyright (C) 2005-2006 by Texas Instruments
*
* This file is part of the Inventr
www.eeworm.com/read/404607/2302469
h dma.h
/*
* linux/include/asm-arm/arch-omap/dma.h
*
* Copyright (C) 2003 Nokia Corporation
* Author: Juha Yrjölä
*
* This program is free software; you can redistribute it an
www.eeworm.com/read/403179/2314936
h dma.h
#ifndef __DMA_H__
#define __DMA_H__
void Test_Zdma0(void);
void Test_Zdma1(void);
//void Test_Zdma0Xdreq(void);
#endif /*__DMA_H__*/
www.eeworm.com/read/403179/2314958
c dma.c
/**********************************************************************
CAUTION: DMA operation is being done in cache-on state NOW.
So,some read value may be not same with real memory value