Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sh7734.h
Go to the documentation of this file.
1 #ifndef __ASM_SH7734_H__
2 #define __ASM_SH7734_H__
3 
4 /* Pin Function Controller:
5  * GPIO_FN_xx - GPIO used to select pin function
6  * GPIO_GP_x_x - GPIO mapped to real I/O pin on CPU
7  */
8 enum {
17 
26 
35 
44 
53 
57 
60 
62 
64 
65  /* IPSR0 */
87 
88  /* IPSR1 */
107 
108  /* IPSR2 */
127 
128  /* IPSR3 */
149 
150  /* IPSR4 */
170 
171  /* IPSR5 */
182 
183  /* IPSR6 */
198 
199  /* IPSR7 */
220 
221  /* IPSR8 */
239 
240  /* IPSR9 */
258 
259  /* IPSR10 */
280 
281  /* IPSR11 */
303 
304 };
305 
306 #endif /* __ASM_SH7734_H__ */