Add a .h file for Omap3530 DMA engine. So far just register addresses
[mirror_edk2.git] / Omap35xxPkg / Include / Omap3530 / Omap3530Dma.h
CommitLineData
ef0f565c 1/** @file
2
3 Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
4
5 This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13**/
14
15#ifndef __OMAP3530DMA_H__
16#define __OMAP3530DMA_H__
17
18#define DMA4_IRQENABLE_L(_i) (0x48056018 + (0x4*(i)))
19
20#define DMA4_CCR(_i) (0x48056080 + (0x60*(i)))
21#define DMA4_CICR(_i) (0x48056088 + (0x60*(i)))
22#define DMA4_CSDP(_i) (0x48056090 + (0x60*(i)))
23#define DMA4_CEN(_i) (0x48056094 + (0x60*(i)))
24#define DMA4_CFN(_i) (0x48056098 + (0x60*(i)))
25#define DMA4_CSSA(_i) (0x4805609c + (0x60*(i)))
26#define DMA4_CDSA(_i) (0x480560a0 + (0x60*(i)))
27#define DMA4_CSE(_i) (0x480560a4 + (0x60*(i)))
28#define DMA4_CSF(_i) (0x480560a8 + (0x60*(i)))
29#define DMA4_CDE(_i) (0x480560ac + (0x60*(i)))
30
31
32
33#endif
34