Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sh7367.h
Go to the documentation of this file.
1 #ifndef __ASM_SH7367_H__
2 #define __ASM_SH7367_H__
3 
4 /* Pin Function Controller:
5  * GPIO_FN_xx - GPIO used to select pin function
6  * GPIO_PORTxx - GPIO mapped to real I/O pin on CPU
7  */
8 enum {
9  /* 49-1 -> 49-6 (GPIO) */
12 
15 
18 
21 
24 
27 
30 
33 
36 
39 
42 
45 
48 
51 
54 
57 
60 
63 
66 
69 
72 
75 
78 
81 
84 
87 
90 
92 
93  /* Special Pull-up / Pull-down Functions */
98 
99  /* 49-1 (FN) */
115 
116  /* 49-2 (FN) */
162 
163  /* 49-3 (FN) */
207 
208  /* 49-4 (FN) */
263 
264 
265  /* 49-5 (FN) */
308 
309  /* 49-6 (FN) */
330 };
331 
332 #endif /* __ASM_SH7367_H__ */