Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ste-dma40-db8500.h
Go to the documentation of this file.
1 /*
2  * arch/arm/mach-ux500/ste_dma40_db8500.h
3  * DB8500-SoC-specific configuration for DMA40
4  *
5  * Copyright (C) ST-Ericsson 2007-2010
6  * License terms: GNU General Public License (GPL) version 2
7  * Author: Per Friden <[email protected]>
8  * Author: Jonas Aaberg <[email protected]>
9  */
10 #ifndef STE_DMA40_DB8500_H
11 #define STE_DMA40_DB8500_H
12 
13 #define DB8500_DMA_NR_DEV 64
14 
23  DB8500_DMA_DEV7_I2C4_RX = 7, /* Only on V1 and later */
47  /* On DB8500v2, MSP3 RX replaces MSP1 RX */
67  /* 49, 50 and 51 are not used */
72  /* 56, 57, 58, 59 and 60 are not used */
74  /* 62 and 63 are not used */
75 };
76 
85  DB8500_DMA_DEV7_I2C4_TX = 7, /* Only on V1 and later */
88  /* 10 is not used*/
142 };
143 
144 #endif