2 * drivers/dma/MCD_tasksInit.h
4 * Copyright 2004-2009 Freescale Semiconductor, Inc. All Rights Reserved.
5 * Kurt Mahan <kmahan@freescale.com>
6 * Shrek Wu b16972@freescale.com
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
23 #ifndef MCD_TSK_INIT_H
24 #define MCD_TSK_INIT_H 1
27 * Autogenerated - Do not edit!
33 void MCD_startDmaChainNoEu(int *currBD
, short srcIncr
,
34 short destIncr
, int xferSize
,
35 short xferSizeIncr
, int *cSave
,
36 volatile TaskTableEntry
*taskTable
,
43 void MCD_startDmaSingleNoEu(char *srcAddr
, short srcIncr
,
44 char *destAddr
, short destIncr
, int dmaSize
,
45 short xferSizeIncr
, int flags
, int *currBD
,
46 int *cSave
, volatile TaskTableEntry
*taskTable
,
53 void MCD_startDmaChainEu(int *currBD
, short srcIncr
, short destIncr
,
54 int xferSize
, short xferSizeIncr
, int *cSave
,
55 volatile TaskTableEntry
*taskTable
,
62 void MCD_startDmaSingleEu(char *srcAddr
, short srcIncr
,
63 char *destAddr
, short destIncr
, int dmaSize
,
64 short xferSizeIncr
, int flags
, int *currBD
,
65 int *cSave
, volatile TaskTableEntry
*taskTable
,
72 void MCD_startDmaENetRcv(char *bDBase
, char *currBD
,
74 volatile TaskTableEntry
*taskTable
, int channel
);
80 void MCD_startDmaENetXmit(char *bDBase
, char *currBD
,
82 volatile TaskTableEntry
*taskTable
, int channel
);
84 #endif /* MCD_TSK_INIT_H */
This page took 0.040049 seconds and 5 git commands to generate.