mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 18:30:37 +02:00
43 lines
1.2 KiB
C
43 lines
1.2 KiB
C
|
/******************************************************************************
|
||
|
**
|
||
|
** FILE NAME : ifxmips_deu_dma.c
|
||
|
** PROJECT : IFX UEIP
|
||
|
** MODULES : DEU Module for Danube
|
||
|
**
|
||
|
** DATE : September 8, 2009
|
||
|
** AUTHOR : Mohammad Firdaus
|
||
|
** DESCRIPTION : Data Encryption Unit Driver
|
||
|
** COPYRIGHT : Copyright (c) 2009
|
||
|
** Infineon Technologies AG
|
||
|
** Am Campeon 1-12, 85579 Neubiberg, Germany
|
||
|
**
|
||
|
** This program is free software; you can redistribute it and/or modify
|
||
|
** it under the terms of the GNU General Public License as published by
|
||
|
** the Free Software Foundation; either version 2 of the License, or
|
||
|
** (at your option) any later version.
|
||
|
**
|
||
|
** HISTORY
|
||
|
** $Date $Author $Comment
|
||
|
** 08 Sept 2009 Mohammad Firdaus Initial UEIP release
|
||
|
*******************************************************************************/
|
||
|
/*!
|
||
|
\defgroup IFX_DEU IFX_DEU_DRIVERS
|
||
|
\ingroup IFX_API
|
||
|
\brief ifx deu driver module
|
||
|
*/
|
||
|
|
||
|
/*!
|
||
|
\file ifxmips_deu_dma.c
|
||
|
\ingroup IFX_DEU
|
||
|
\brief DMA deu driver file
|
||
|
*/
|
||
|
|
||
|
/*!
|
||
|
\defgroup IFX_DMA_FUNCTIONS IFX_DMA_FUNCTIONS
|
||
|
\ingroup IFX_DEU
|
||
|
\brief deu-dma driver functions
|
||
|
*/
|
||
|
|
||
|
/* Project header files */
|
||
|
|