Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sh7786.h
Go to the documentation of this file.
1 /*
2  * SH7786 Pinmux
3  *
4  * Copyright (C) 2008, 2009 Renesas Solutions Corp.
5  * Kuninori Morimoto <[email protected]>
6  *
7  * Based on sh7785.h
8  *
9  * This file is subject to the terms and conditions of the GNU General Public
10  * License. See the file "COPYING" in the main directory of this archive
11  * for more details.
12  */
13 
14 #ifndef __CPU_SH7786_H__
15 #define __CPU_SH7786_H__
16 
17 enum {
18  /* PA */
21 
22  /* PB */
25 
26  /* PC */
29 
30  /* PD */
33 
34  /* PE */
37 
38  /* PF */
41 
42  /* PG */
45 
46  /* PH */
49 
50  /* PJ */
53 
54  /* DU */
63 
64  /* Eth */
71 
72  /* HSPI */
74 
75  /* SCIF0 */
78 
79  /* SCIF1 */
81 
82  /* SCIF3 */
84 
85  /* SCIF4 */
87 
88  /* SCIF5 */
90 
91  /* LBSC */
93 
94  /* FLCTL */
97 
98  /* DMAC */
103 
104  /* USB */
107 
108  /* HAC */
114 
115  /* SSI */
120 
121  /* SDIF1 */
124 
125  /* SDIF0 */
128 
129  /* TMU */
131 
132  /* INTC */
134 };
135 
136 #endif /* __CPU_SH7786_H__ */