Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sh7377.h
Go to the documentation of this file.
1 #ifndef __ASM_SH7377_H__
2 #define __ASM_SH7377_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  /* 55-1 -> 55-5 (GPIO) */
12 
15 
18 
21 
24 
27 
30 
33 
36 
39 
42 
45 
47 
50 
53 
56 
58 
61 
64 
67 
70 
73 
76 
79 
81 
82  /* Special Pull-up / Pull-down Functions */
87 
88  /* 55-1 (FN) */
127 
128  /* 55-2 (FN) */
187 
188  /* 55-3 (FN) */
236 
237  /* 55-4 (FN) */
320 
321  /* 55-5 (FN) */
358 };
359 
360 #endif /* __ASM_SH7377_H__ */