gpio-names.h 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. /*
  2. * arch/arm/mach-tegra/include/mach/gpio-names.h
  3. *
  4. * Copyright (c) 2010 Google, Inc
  5. *
  6. * Author:
  7. * Erik Gilling <konkers@google.com>
  8. *
  9. * This software is licensed under the terms of the GNU General Public
  10. * License version 2, as published by the Free Software Foundation, and
  11. * may be copied, distributed, and modified under those terms.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. */
  18. #ifndef __MACH_TEGRA_GPIO_NAMES_H
  19. #define __MACH_TEGRA_GPIO_NAMES_H
  20. #define TEGRA_GPIO_PA0 0
  21. #define TEGRA_GPIO_PA1 1
  22. #define TEGRA_GPIO_PA2 2
  23. #define TEGRA_GPIO_PA3 3
  24. #define TEGRA_GPIO_PA4 4
  25. #define TEGRA_GPIO_PA5 5
  26. #define TEGRA_GPIO_PA6 6
  27. #define TEGRA_GPIO_PA7 7
  28. #define TEGRA_GPIO_PB0 8
  29. #define TEGRA_GPIO_PB1 9
  30. #define TEGRA_GPIO_PB2 10
  31. #define TEGRA_GPIO_PB3 11
  32. #define TEGRA_GPIO_PB4 12
  33. #define TEGRA_GPIO_PB5 13
  34. #define TEGRA_GPIO_PB6 14
  35. #define TEGRA_GPIO_PB7 15
  36. #define TEGRA_GPIO_PC0 16
  37. #define TEGRA_GPIO_PC1 17
  38. #define TEGRA_GPIO_PC2 18
  39. #define TEGRA_GPIO_PC3 19
  40. #define TEGRA_GPIO_PC4 20
  41. #define TEGRA_GPIO_PC5 21
  42. #define TEGRA_GPIO_PC6 22
  43. #define TEGRA_GPIO_PC7 23
  44. #define TEGRA_GPIO_PD0 24
  45. #define TEGRA_GPIO_PD1 25
  46. #define TEGRA_GPIO_PD2 26
  47. #define TEGRA_GPIO_PD3 27
  48. #define TEGRA_GPIO_PD4 28
  49. #define TEGRA_GPIO_PD5 29
  50. #define TEGRA_GPIO_PD6 30
  51. #define TEGRA_GPIO_PD7 31
  52. #define TEGRA_GPIO_PE0 32
  53. #define TEGRA_GPIO_PE1 33
  54. #define TEGRA_GPIO_PE2 34
  55. #define TEGRA_GPIO_PE3 35
  56. #define TEGRA_GPIO_PE4 36
  57. #define TEGRA_GPIO_PE5 37
  58. #define TEGRA_GPIO_PE6 38
  59. #define TEGRA_GPIO_PE7 39
  60. #define TEGRA_GPIO_PF0 40
  61. #define TEGRA_GPIO_PF1 41
  62. #define TEGRA_GPIO_PF2 42
  63. #define TEGRA_GPIO_PF3 43
  64. #define TEGRA_GPIO_PF4 44
  65. #define TEGRA_GPIO_PF5 45
  66. #define TEGRA_GPIO_PF6 46
  67. #define TEGRA_GPIO_PF7 47
  68. #define TEGRA_GPIO_PG0 48
  69. #define TEGRA_GPIO_PG1 49
  70. #define TEGRA_GPIO_PG2 50
  71. #define TEGRA_GPIO_PG3 51
  72. #define TEGRA_GPIO_PG4 52
  73. #define TEGRA_GPIO_PG5 53
  74. #define TEGRA_GPIO_PG6 54
  75. #define TEGRA_GPIO_PG7 55
  76. #define TEGRA_GPIO_PH0 56
  77. #define TEGRA_GPIO_PH1 57
  78. #define TEGRA_GPIO_PH2 58
  79. #define TEGRA_GPIO_PH3 59
  80. #define TEGRA_GPIO_PH4 60
  81. #define TEGRA_GPIO_PH5 61
  82. #define TEGRA_GPIO_PH6 62
  83. #define TEGRA_GPIO_PH7 63
  84. #define TEGRA_GPIO_PI0 64
  85. #define TEGRA_GPIO_PI1 65
  86. #define TEGRA_GPIO_PI2 66
  87. #define TEGRA_GPIO_PI3 67
  88. #define TEGRA_GPIO_PI4 68
  89. #define TEGRA_GPIO_PI5 69
  90. #define TEGRA_GPIO_PI6 70
  91. #define TEGRA_GPIO_PI7 71
  92. #define TEGRA_GPIO_PJ0 72
  93. #define TEGRA_GPIO_PJ1 73
  94. #define TEGRA_GPIO_PJ2 74
  95. #define TEGRA_GPIO_PJ3 75
  96. #define TEGRA_GPIO_PJ4 76
  97. #define TEGRA_GPIO_PJ5 77
  98. #define TEGRA_GPIO_PJ6 78
  99. #define TEGRA_GPIO_PJ7 79
  100. #define TEGRA_GPIO_PK0 80
  101. #define TEGRA_GPIO_PK1 81
  102. #define TEGRA_GPIO_PK2 82
  103. #define TEGRA_GPIO_PK3 83
  104. #define TEGRA_GPIO_PK4 84
  105. #define TEGRA_GPIO_PK5 85
  106. #define TEGRA_GPIO_PK6 86
  107. #define TEGRA_GPIO_PK7 87
  108. #define TEGRA_GPIO_PL0 88
  109. #define TEGRA_GPIO_PL1 89
  110. #define TEGRA_GPIO_PL2 90
  111. #define TEGRA_GPIO_PL3 91
  112. #define TEGRA_GPIO_PL4 92
  113. #define TEGRA_GPIO_PL5 93
  114. #define TEGRA_GPIO_PL6 94
  115. #define TEGRA_GPIO_PL7 95
  116. #define TEGRA_GPIO_PM0 96
  117. #define TEGRA_GPIO_PM1 97
  118. #define TEGRA_GPIO_PM2 98
  119. #define TEGRA_GPIO_PM3 99
  120. #define TEGRA_GPIO_PM4 100
  121. #define TEGRA_GPIO_PM5 101
  122. #define TEGRA_GPIO_PM6 102
  123. #define TEGRA_GPIO_PM7 103
  124. #define TEGRA_GPIO_PN0 104
  125. #define TEGRA_GPIO_PN1 105
  126. #define TEGRA_GPIO_PN2 106
  127. #define TEGRA_GPIO_PN3 107
  128. #define TEGRA_GPIO_PN4 108
  129. #define TEGRA_GPIO_PN5 109
  130. #define TEGRA_GPIO_PN6 110
  131. #define TEGRA_GPIO_PN7 111
  132. #define TEGRA_GPIO_PO0 112
  133. #define TEGRA_GPIO_PO1 113
  134. #define TEGRA_GPIO_PO2 114
  135. #define TEGRA_GPIO_PO3 115
  136. #define TEGRA_GPIO_PO4 116
  137. #define TEGRA_GPIO_PO5 117
  138. #define TEGRA_GPIO_PO6 118
  139. #define TEGRA_GPIO_PO7 119
  140. #define TEGRA_GPIO_PP0 120
  141. #define TEGRA_GPIO_PP1 121
  142. #define TEGRA_GPIO_PP2 122
  143. #define TEGRA_GPIO_PP3 123
  144. #define TEGRA_GPIO_PP4 124
  145. #define TEGRA_GPIO_PP5 125
  146. #define TEGRA_GPIO_PP6 126
  147. #define TEGRA_GPIO_PP7 127
  148. #define TEGRA_GPIO_PQ0 128
  149. #define TEGRA_GPIO_PQ1 129
  150. #define TEGRA_GPIO_PQ2 130
  151. #define TEGRA_GPIO_PQ3 131
  152. #define TEGRA_GPIO_PQ4 132
  153. #define TEGRA_GPIO_PQ5 133
  154. #define TEGRA_GPIO_PQ6 134
  155. #define TEGRA_GPIO_PQ7 135
  156. #define TEGRA_GPIO_PR0 136
  157. #define TEGRA_GPIO_PR1 137
  158. #define TEGRA_GPIO_PR2 138
  159. #define TEGRA_GPIO_PR3 139
  160. #define TEGRA_GPIO_PR4 140
  161. #define TEGRA_GPIO_PR5 141
  162. #define TEGRA_GPIO_PR6 142
  163. #define TEGRA_GPIO_PR7 143
  164. #define TEGRA_GPIO_PS0 144
  165. #define TEGRA_GPIO_PS1 145
  166. #define TEGRA_GPIO_PS2 146
  167. #define TEGRA_GPIO_PS3 147
  168. #define TEGRA_GPIO_PS4 148
  169. #define TEGRA_GPIO_PS5 149
  170. #define TEGRA_GPIO_PS6 150
  171. #define TEGRA_GPIO_PS7 151
  172. #define TEGRA_GPIO_PT0 152
  173. #define TEGRA_GPIO_PT1 153
  174. #define TEGRA_GPIO_PT2 154
  175. #define TEGRA_GPIO_PT3 155
  176. #define TEGRA_GPIO_PT4 156
  177. #define TEGRA_GPIO_PT5 157
  178. #define TEGRA_GPIO_PT6 158
  179. #define TEGRA_GPIO_PT7 159
  180. #define TEGRA_GPIO_PU0 160
  181. #define TEGRA_GPIO_PU1 161
  182. #define TEGRA_GPIO_PU2 162
  183. #define TEGRA_GPIO_PU3 163
  184. #define TEGRA_GPIO_PU4 164
  185. #define TEGRA_GPIO_PU5 165
  186. #define TEGRA_GPIO_PU6 166
  187. #define TEGRA_GPIO_PU7 167
  188. #define TEGRA_GPIO_PV0 168
  189. #define TEGRA_GPIO_PV1 169
  190. #define TEGRA_GPIO_PV2 170
  191. #define TEGRA_GPIO_PV3 171
  192. #define TEGRA_GPIO_PV4 172
  193. #define TEGRA_GPIO_PV5 173
  194. #define TEGRA_GPIO_PV6 174
  195. #define TEGRA_GPIO_PV7 175
  196. #define TEGRA_GPIO_PW0 176
  197. #define TEGRA_GPIO_PW1 177
  198. #define TEGRA_GPIO_PW2 178
  199. #define TEGRA_GPIO_PW3 179
  200. #define TEGRA_GPIO_PW4 180
  201. #define TEGRA_GPIO_PW5 181
  202. #define TEGRA_GPIO_PW6 182
  203. #define TEGRA_GPIO_PW7 183
  204. #define TEGRA_GPIO_PX0 184
  205. #define TEGRA_GPIO_PX1 185
  206. #define TEGRA_GPIO_PX2 186
  207. #define TEGRA_GPIO_PX3 187
  208. #define TEGRA_GPIO_PX4 188
  209. #define TEGRA_GPIO_PX5 189
  210. #define TEGRA_GPIO_PX6 190
  211. #define TEGRA_GPIO_PX7 191
  212. #define TEGRA_GPIO_PY0 192
  213. #define TEGRA_GPIO_PY1 193
  214. #define TEGRA_GPIO_PY2 194
  215. #define TEGRA_GPIO_PY3 195
  216. #define TEGRA_GPIO_PY4 196
  217. #define TEGRA_GPIO_PY5 197
  218. #define TEGRA_GPIO_PY6 198
  219. #define TEGRA_GPIO_PY7 199
  220. #define TEGRA_GPIO_PZ0 200
  221. #define TEGRA_GPIO_PZ1 201
  222. #define TEGRA_GPIO_PZ2 202
  223. #define TEGRA_GPIO_PZ3 203
  224. #define TEGRA_GPIO_PZ4 204
  225. #define TEGRA_GPIO_PZ5 205
  226. #define TEGRA_GPIO_PZ6 206
  227. #define TEGRA_GPIO_PZ7 207
  228. #define TEGRA_GPIO_PAA0 208
  229. #define TEGRA_GPIO_PAA1 209
  230. #define TEGRA_GPIO_PAA2 210
  231. #define TEGRA_GPIO_PAA3 211
  232. #define TEGRA_GPIO_PAA4 212
  233. #define TEGRA_GPIO_PAA5 213
  234. #define TEGRA_GPIO_PAA6 214
  235. #define TEGRA_GPIO_PAA7 215
  236. #define TEGRA_GPIO_PBB0 216
  237. #define TEGRA_GPIO_PBB1 217
  238. #define TEGRA_GPIO_PBB2 218
  239. #define TEGRA_GPIO_PBB3 219
  240. #define TEGRA_GPIO_PBB4 220
  241. #define TEGRA_GPIO_PBB5 221
  242. #define TEGRA_GPIO_PBB6 222
  243. #define TEGRA_GPIO_PBB7 223
  244. #endif