mux.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  1. /*
  2. * (C) Copyright 2006-2008
  3. * Texas Instruments, <www.ti.com>
  4. * Syed Mohammed Khasim <x0khasim@ti.com>
  5. *
  6. * This program is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU General Public License as
  8. * published by the Free Software Foundation; either version 2 of
  9. * the License, or (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program; if not, write to the Free Software
  18. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  19. * MA 02111-1307 USA
  20. */
  21. #ifndef _MUX_H_
  22. #define _MUX_H_
  23. /*
  24. * IEN - Input Enable
  25. * IDIS - Input Disable
  26. * PTD - Pull type Down
  27. * PTU - Pull type Up
  28. * DIS - Pull type selection is inactive
  29. * EN - Pull type selection is active
  30. * M0 - Mode 0
  31. */
  32. #define IEN (1 << 8)
  33. #define IDIS (0 << 8)
  34. #define PTU (1 << 4)
  35. #define PTD (0 << 4)
  36. #define EN (1 << 3)
  37. #define DIS (0 << 3)
  38. #define M0 0
  39. #define M1 1
  40. #define M2 2
  41. #define M3 3
  42. #define M4 4
  43. #define M5 5
  44. #define M6 6
  45. #define M7 7
  46. /*
  47. * To get the actual address the offset has to added
  48. * with OMAP34XX_CTRL_BASE to get the actual address
  49. */
  50. /*SDRC*/
  51. #define CONTROL_PADCONF_SDRC_D0 0x0030
  52. #define CONTROL_PADCONF_SDRC_D1 0x0032
  53. #define CONTROL_PADCONF_SDRC_D2 0x0034
  54. #define CONTROL_PADCONF_SDRC_D3 0x0036
  55. #define CONTROL_PADCONF_SDRC_D4 0x0038
  56. #define CONTROL_PADCONF_SDRC_D5 0x003A
  57. #define CONTROL_PADCONF_SDRC_D6 0x003C
  58. #define CONTROL_PADCONF_SDRC_D7 0x003E
  59. #define CONTROL_PADCONF_SDRC_D8 0x0040
  60. #define CONTROL_PADCONF_SDRC_D9 0x0042
  61. #define CONTROL_PADCONF_SDRC_D10 0x0044
  62. #define CONTROL_PADCONF_SDRC_D11 0x0046
  63. #define CONTROL_PADCONF_SDRC_D12 0x0048
  64. #define CONTROL_PADCONF_SDRC_D13 0x004A
  65. #define CONTROL_PADCONF_SDRC_D14 0x004C
  66. #define CONTROL_PADCONF_SDRC_D15 0x004E
  67. #define CONTROL_PADCONF_SDRC_D16 0x0050
  68. #define CONTROL_PADCONF_SDRC_D17 0x0052
  69. #define CONTROL_PADCONF_SDRC_D18 0x0054
  70. #define CONTROL_PADCONF_SDRC_D19 0x0056
  71. #define CONTROL_PADCONF_SDRC_D20 0x0058
  72. #define CONTROL_PADCONF_SDRC_D21 0x005A
  73. #define CONTROL_PADCONF_SDRC_D22 0x005C
  74. #define CONTROL_PADCONF_SDRC_D23 0x005E
  75. #define CONTROL_PADCONF_SDRC_D24 0x0060
  76. #define CONTROL_PADCONF_SDRC_D25 0x0062
  77. #define CONTROL_PADCONF_SDRC_D26 0x0064
  78. #define CONTROL_PADCONF_SDRC_D27 0x0066
  79. #define CONTROL_PADCONF_SDRC_D28 0x0068
  80. #define CONTROL_PADCONF_SDRC_D29 0x006A
  81. #define CONTROL_PADCONF_SDRC_D30 0x006C
  82. #define CONTROL_PADCONF_SDRC_D31 0x006E
  83. #define CONTROL_PADCONF_SDRC_CLK 0x0070
  84. #define CONTROL_PADCONF_SDRC_DQS0 0x0072
  85. #define CONTROL_PADCONF_SDRC_DQS1 0x0074
  86. #define CONTROL_PADCONF_SDRC_DQS2 0x0076
  87. #define CONTROL_PADCONF_SDRC_DQS3 0x0078
  88. /*GPMC*/
  89. #define CONTROL_PADCONF_GPMC_A1 0x007A
  90. #define CONTROL_PADCONF_GPMC_A2 0x007C
  91. #define CONTROL_PADCONF_GPMC_A3 0x007E
  92. #define CONTROL_PADCONF_GPMC_A4 0x0080
  93. #define CONTROL_PADCONF_GPMC_A5 0x0082
  94. #define CONTROL_PADCONF_GPMC_A6 0x0084
  95. #define CONTROL_PADCONF_GPMC_A7 0x0086
  96. #define CONTROL_PADCONF_GPMC_A8 0x0088
  97. #define CONTROL_PADCONF_GPMC_A9 0x008A
  98. #define CONTROL_PADCONF_GPMC_A10 0x008C
  99. #define CONTROL_PADCONF_GPMC_D0 0x008E
  100. #define CONTROL_PADCONF_GPMC_D1 0x0090
  101. #define CONTROL_PADCONF_GPMC_D2 0x0092
  102. #define CONTROL_PADCONF_GPMC_D3 0x0094
  103. #define CONTROL_PADCONF_GPMC_D4 0x0096
  104. #define CONTROL_PADCONF_GPMC_D5 0x0098
  105. #define CONTROL_PADCONF_GPMC_D6 0x009A
  106. #define CONTROL_PADCONF_GPMC_D7 0x009C
  107. #define CONTROL_PADCONF_GPMC_D8 0x009E
  108. #define CONTROL_PADCONF_GPMC_D9 0x00A0
  109. #define CONTROL_PADCONF_GPMC_D10 0x00A2
  110. #define CONTROL_PADCONF_GPMC_D11 0x00A4
  111. #define CONTROL_PADCONF_GPMC_D12 0x00A6
  112. #define CONTROL_PADCONF_GPMC_D13 0x00A8
  113. #define CONTROL_PADCONF_GPMC_D14 0x00AA
  114. #define CONTROL_PADCONF_GPMC_D15 0x00AC
  115. #define CONTROL_PADCONF_GPMC_NCS0 0x00AE
  116. #define CONTROL_PADCONF_GPMC_NCS1 0x00B0
  117. #define CONTROL_PADCONF_GPMC_NCS2 0x00B2
  118. #define CONTROL_PADCONF_GPMC_NCS3 0x00B4
  119. #define CONTROL_PADCONF_GPMC_NCS4 0x00B6
  120. #define CONTROL_PADCONF_GPMC_NCS5 0x00B8
  121. #define CONTROL_PADCONF_GPMC_NCS6 0x00BA
  122. #define CONTROL_PADCONF_GPMC_NCS7 0x00BC
  123. #define CONTROL_PADCONF_GPMC_CLK 0x00BE
  124. #define CONTROL_PADCONF_GPMC_NADV_ALE 0x00C0
  125. #define CONTROL_PADCONF_GPMC_NOE 0x00C2
  126. #define CONTROL_PADCONF_GPMC_NWE 0x00C4
  127. #define CONTROL_PADCONF_GPMC_NBE0_CLE 0x00C6
  128. #define CONTROL_PADCONF_GPMC_NBE1 0x00C8
  129. #define CONTROL_PADCONF_GPMC_NWP 0x00CA
  130. #define CONTROL_PADCONF_GPMC_WAIT0 0x00CC
  131. #define CONTROL_PADCONF_GPMC_WAIT1 0x00CE
  132. #define CONTROL_PADCONF_GPMC_WAIT2 0x00D0
  133. #define CONTROL_PADCONF_GPMC_WAIT3 0x00D2
  134. /*DSS*/
  135. #define CONTROL_PADCONF_DSS_PCLK 0x00D4
  136. #define CONTROL_PADCONF_DSS_HSYNC 0x00D6
  137. #define CONTROL_PADCONF_DSS_VSYNC 0x00D8
  138. #define CONTROL_PADCONF_DSS_ACBIAS 0x00DA
  139. #define CONTROL_PADCONF_DSS_DATA0 0x00DC
  140. #define CONTROL_PADCONF_DSS_DATA1 0x00DE
  141. #define CONTROL_PADCONF_DSS_DATA2 0x00E0
  142. #define CONTROL_PADCONF_DSS_DATA3 0x00E2
  143. #define CONTROL_PADCONF_DSS_DATA4 0x00E4
  144. #define CONTROL_PADCONF_DSS_DATA5 0x00E6
  145. #define CONTROL_PADCONF_DSS_DATA6 0x00E8
  146. #define CONTROL_PADCONF_DSS_DATA7 0x00EA
  147. #define CONTROL_PADCONF_DSS_DATA8 0x00EC
  148. #define CONTROL_PADCONF_DSS_DATA9 0x00EE
  149. #define CONTROL_PADCONF_DSS_DATA10 0x00F0
  150. #define CONTROL_PADCONF_DSS_DATA11 0x00F2
  151. #define CONTROL_PADCONF_DSS_DATA12 0x00F4
  152. #define CONTROL_PADCONF_DSS_DATA13 0x00F6
  153. #define CONTROL_PADCONF_DSS_DATA14 0x00F8
  154. #define CONTROL_PADCONF_DSS_DATA15 0x00FA
  155. #define CONTROL_PADCONF_DSS_DATA16 0x00FC
  156. #define CONTROL_PADCONF_DSS_DATA17 0x00FE
  157. #define CONTROL_PADCONF_DSS_DATA18 0x0100
  158. #define CONTROL_PADCONF_DSS_DATA19 0x0102
  159. #define CONTROL_PADCONF_DSS_DATA20 0x0104
  160. #define CONTROL_PADCONF_DSS_DATA21 0x0106
  161. #define CONTROL_PADCONF_DSS_DATA22 0x0108
  162. #define CONTROL_PADCONF_DSS_DATA23 0x010A
  163. /*CAMERA*/
  164. #define CONTROL_PADCONF_CAM_HS 0x010C
  165. #define CONTROL_PADCONF_CAM_VS 0x010E
  166. #define CONTROL_PADCONF_CAM_XCLKA 0x0110
  167. #define CONTROL_PADCONF_CAM_PCLK 0x0112
  168. #define CONTROL_PADCONF_CAM_FLD 0x0114
  169. #define CONTROL_PADCONF_CAM_D0 0x0116
  170. #define CONTROL_PADCONF_CAM_D1 0x0118
  171. #define CONTROL_PADCONF_CAM_D2 0x011A
  172. #define CONTROL_PADCONF_CAM_D3 0x011C
  173. #define CONTROL_PADCONF_CAM_D4 0x011E
  174. #define CONTROL_PADCONF_CAM_D5 0x0120
  175. #define CONTROL_PADCONF_CAM_D6 0x0122
  176. #define CONTROL_PADCONF_CAM_D7 0x0124
  177. #define CONTROL_PADCONF_CAM_D8 0x0126
  178. #define CONTROL_PADCONF_CAM_D9 0x0128
  179. #define CONTROL_PADCONF_CAM_D10 0x012A
  180. #define CONTROL_PADCONF_CAM_D11 0x012C
  181. #define CONTROL_PADCONF_CAM_XCLKB 0x012E
  182. #define CONTROL_PADCONF_CAM_WEN 0x0130
  183. #define CONTROL_PADCONF_CAM_STROBE 0x0132
  184. #define CONTROL_PADCONF_CSI2_DX0 0x0134
  185. #define CONTROL_PADCONF_CSI2_DY0 0x0136
  186. #define CONTROL_PADCONF_CSI2_DX1 0x0138
  187. #define CONTROL_PADCONF_CSI2_DY1 0x013A
  188. /*Audio Interface */
  189. #define CONTROL_PADCONF_MCBSP2_FSX 0x013C
  190. #define CONTROL_PADCONF_MCBSP2_CLKX 0x013E
  191. #define CONTROL_PADCONF_MCBSP2_DR 0x0140
  192. #define CONTROL_PADCONF_MCBSP2_DX 0x0142
  193. #define CONTROL_PADCONF_MMC1_CLK 0x0144
  194. #define CONTROL_PADCONF_MMC1_CMD 0x0146
  195. #define CONTROL_PADCONF_MMC1_DAT0 0x0148
  196. #define CONTROL_PADCONF_MMC1_DAT1 0x014A
  197. #define CONTROL_PADCONF_MMC1_DAT2 0x014C
  198. #define CONTROL_PADCONF_MMC1_DAT3 0x014E
  199. #define CONTROL_PADCONF_MMC1_DAT4 0x0150
  200. #define CONTROL_PADCONF_MMC1_DAT5 0x0152
  201. #define CONTROL_PADCONF_MMC1_DAT6 0x0154
  202. #define CONTROL_PADCONF_MMC1_DAT7 0x0156
  203. /*Wireless LAN */
  204. #define CONTROL_PADCONF_MMC2_CLK 0x0158
  205. #define CONTROL_PADCONF_MMC2_CMD 0x015A
  206. #define CONTROL_PADCONF_MMC2_DAT0 0x015C
  207. #define CONTROL_PADCONF_MMC2_DAT1 0x015E
  208. #define CONTROL_PADCONF_MMC2_DAT2 0x0160
  209. #define CONTROL_PADCONF_MMC2_DAT3 0x0162
  210. #define CONTROL_PADCONF_MMC2_DAT4 0x0164
  211. #define CONTROL_PADCONF_MMC2_DAT5 0x0166
  212. #define CONTROL_PADCONF_MMC2_DAT6 0x0168
  213. #define CONTROL_PADCONF_MMC2_DAT7 0x016A
  214. /*Bluetooth*/
  215. #define CONTROL_PADCONF_MCBSP3_DX 0x016C
  216. #define CONTROL_PADCONF_MCBSP3_DR 0x016E
  217. #define CONTROL_PADCONF_MCBSP3_CLKX 0x0170
  218. #define CONTROL_PADCONF_MCBSP3_FSX 0x0172
  219. #define CONTROL_PADCONF_UART2_CTS 0x0174
  220. #define CONTROL_PADCONF_UART2_RTS 0x0176
  221. #define CONTROL_PADCONF_UART2_TX 0x0178
  222. #define CONTROL_PADCONF_UART2_RX 0x017A
  223. /*Modem Interface */
  224. #define CONTROL_PADCONF_UART1_TX 0x017C
  225. #define CONTROL_PADCONF_UART1_RTS 0x017E
  226. #define CONTROL_PADCONF_UART1_CTS 0x0180
  227. #define CONTROL_PADCONF_UART1_RX 0x0182
  228. #define CONTROL_PADCONF_MCBSP4_CLKX 0x0184
  229. #define CONTROL_PADCONF_MCBSP4_DR 0x0186
  230. #define CONTROL_PADCONF_MCBSP4_DX 0x0188
  231. #define CONTROL_PADCONF_MCBSP4_FSX 0x018A
  232. #define CONTROL_PADCONF_MCBSP1_CLKR 0x018C
  233. #define CONTROL_PADCONF_MCBSP1_FSR 0x018E
  234. #define CONTROL_PADCONF_MCBSP1_DX 0x0190
  235. #define CONTROL_PADCONF_MCBSP1_DR 0x0192
  236. #define CONTROL_PADCONF_MCBSP_CLKS 0x0194
  237. #define CONTROL_PADCONF_MCBSP1_FSX 0x0196
  238. #define CONTROL_PADCONF_MCBSP1_CLKX 0x0198
  239. /*Serial Interface*/
  240. #define CONTROL_PADCONF_UART3_CTS_RCTX 0x019A
  241. #define CONTROL_PADCONF_UART3_RTS_SD 0x019C
  242. #define CONTROL_PADCONF_UART3_RX_IRRX 0x019E
  243. #define CONTROL_PADCONF_UART3_TX_IRTX 0x01A0
  244. #define CONTROL_PADCONF_HSUSB0_CLK 0x01A2
  245. #define CONTROL_PADCONF_HSUSB0_STP 0x01A4
  246. #define CONTROL_PADCONF_HSUSB0_DIR 0x01A6
  247. #define CONTROL_PADCONF_HSUSB0_NXT 0x01A8
  248. #define CONTROL_PADCONF_HSUSB0_DATA0 0x01AA
  249. #define CONTROL_PADCONF_HSUSB0_DATA1 0x01AC
  250. #define CONTROL_PADCONF_HSUSB0_DATA2 0x01AE
  251. #define CONTROL_PADCONF_HSUSB0_DATA3 0x01B0
  252. #define CONTROL_PADCONF_HSUSB0_DATA4 0x01B2
  253. #define CONTROL_PADCONF_HSUSB0_DATA5 0x01B4
  254. #define CONTROL_PADCONF_HSUSB0_DATA6 0x01B6
  255. #define CONTROL_PADCONF_HSUSB0_DATA7 0x01B8
  256. #define CONTROL_PADCONF_I2C1_SCL 0x01BA
  257. #define CONTROL_PADCONF_I2C1_SDA 0x01BC
  258. #define CONTROL_PADCONF_I2C2_SCL 0x01BE
  259. #define CONTROL_PADCONF_I2C2_SDA 0x01C0
  260. #define CONTROL_PADCONF_I2C3_SCL 0x01C2
  261. #define CONTROL_PADCONF_I2C3_SDA 0x01C4
  262. #define CONTROL_PADCONF_I2C4_SCL 0x0A00
  263. #define CONTROL_PADCONF_I2C4_SDA 0x0A02
  264. #define CONTROL_PADCONF_HDQ_SIO 0x01C6
  265. #define CONTROL_PADCONF_MCSPI1_CLK 0x01C8
  266. #define CONTROL_PADCONF_MCSPI1_SIMO 0x01CA
  267. #define CONTROL_PADCONF_MCSPI1_SOMI 0x01CC
  268. #define CONTROL_PADCONF_MCSPI1_CS0 0x01CE
  269. #define CONTROL_PADCONF_MCSPI1_CS1 0x01D0
  270. #define CONTROL_PADCONF_MCSPI1_CS2 0x01D2
  271. #define CONTROL_PADCONF_MCSPI1_CS3 0x01D4
  272. #define CONTROL_PADCONF_MCSPI2_CLK 0x01D6
  273. #define CONTROL_PADCONF_MCSPI2_SIMO 0x01D8
  274. #define CONTROL_PADCONF_MCSPI2_SOMI 0x01DA
  275. #define CONTROL_PADCONF_MCSPI2_CS0 0x01DC
  276. #define CONTROL_PADCONF_MCSPI2_CS1 0x01DE
  277. /*Control and debug */
  278. #define CONTROL_PADCONF_SYS_32K 0x0A04
  279. #define CONTROL_PADCONF_SYS_CLKREQ 0x0A06
  280. #define CONTROL_PADCONF_SYS_NIRQ 0x01E0
  281. #define CONTROL_PADCONF_SYS_BOOT0 0x0A0A
  282. #define CONTROL_PADCONF_SYS_BOOT1 0x0A0C
  283. #define CONTROL_PADCONF_SYS_BOOT2 0x0A0E
  284. #define CONTROL_PADCONF_SYS_BOOT3 0x0A10
  285. #define CONTROL_PADCONF_SYS_BOOT4 0x0A12
  286. #define CONTROL_PADCONF_SYS_BOOT5 0x0A14
  287. #define CONTROL_PADCONF_SYS_BOOT6 0x0A16
  288. #define CONTROL_PADCONF_SYS_OFF_MODE 0x0A18
  289. #define CONTROL_PADCONF_SYS_CLKOUT1 0x0A1A
  290. #define CONTROL_PADCONF_SYS_CLKOUT2 0x01E2
  291. #define CONTROL_PADCONF_JTAG_nTRST 0x0A1C
  292. #define CONTROL_PADCONF_JTAG_TCK 0x0A1E
  293. #define CONTROL_PADCONF_JTAG_TMS 0x0A20
  294. #define CONTROL_PADCONF_JTAG_TDI 0x0A22
  295. #define CONTROL_PADCONF_JTAG_EMU0 0x0A24
  296. #define CONTROL_PADCONF_JTAG_EMU1 0x0A26
  297. #define CONTROL_PADCONF_ETK_CLK 0x0A28
  298. #define CONTROL_PADCONF_ETK_CTL 0x0A2A
  299. #define CONTROL_PADCONF_ETK_D0 0x0A2C
  300. #define CONTROL_PADCONF_ETK_D1 0x0A2E
  301. #define CONTROL_PADCONF_ETK_D2 0x0A30
  302. #define CONTROL_PADCONF_ETK_D3 0x0A32
  303. #define CONTROL_PADCONF_ETK_D4 0x0A34
  304. #define CONTROL_PADCONF_ETK_D5 0x0A36
  305. #define CONTROL_PADCONF_ETK_D6 0x0A38
  306. #define CONTROL_PADCONF_ETK_D7 0x0A3A
  307. #define CONTROL_PADCONF_ETK_D8 0x0A3C
  308. #define CONTROL_PADCONF_ETK_D9 0x0A3E
  309. #define CONTROL_PADCONF_ETK_D10 0x0A40
  310. #define CONTROL_PADCONF_ETK_D11 0x0A42
  311. #define CONTROL_PADCONF_ETK_D12 0x0A44
  312. #define CONTROL_PADCONF_ETK_D13 0x0A46
  313. #define CONTROL_PADCONF_ETK_D14 0x0A48
  314. #define CONTROL_PADCONF_ETK_D15 0x0A4A
  315. #define CONTROL_PADCONF_ETK_CLK_ES2 0x05D8
  316. #define CONTROL_PADCONF_ETK_CTL_ES2 0x05DA
  317. #define CONTROL_PADCONF_ETK_D0_ES2 0x05DC
  318. #define CONTROL_PADCONF_ETK_D1_ES2 0x05DE
  319. #define CONTROL_PADCONF_ETK_D2_ES2 0x05E0
  320. #define CONTROL_PADCONF_ETK_D3_ES2 0x05E2
  321. #define CONTROL_PADCONF_ETK_D4_ES2 0x05E4
  322. #define CONTROL_PADCONF_ETK_D5_ES2 0x05E6
  323. #define CONTROL_PADCONF_ETK_D6_ES2 0x05E8
  324. #define CONTROL_PADCONF_ETK_D7_ES2 0x05EA
  325. #define CONTROL_PADCONF_ETK_D8_ES2 0x05EC
  326. #define CONTROL_PADCONF_ETK_D9_ES2 0x05EE
  327. #define CONTROL_PADCONF_ETK_D10_ES2 0x05F0
  328. #define CONTROL_PADCONF_ETK_D11_ES2 0x05F2
  329. #define CONTROL_PADCONF_ETK_D12_ES2 0x05F4
  330. #define CONTROL_PADCONF_ETK_D13_ES2 0x05F6
  331. #define CONTROL_PADCONF_ETK_D14_ES2 0x05F8
  332. #define CONTROL_PADCONF_ETK_D15_ES2 0x05FA
  333. /*Die to Die */
  334. #define CONTROL_PADCONF_D2D_MCAD0 0x01E4
  335. #define CONTROL_PADCONF_D2D_MCAD1 0x01E6
  336. #define CONTROL_PADCONF_D2D_MCAD2 0x01E8
  337. #define CONTROL_PADCONF_D2D_MCAD3 0x01EA
  338. #define CONTROL_PADCONF_D2D_MCAD4 0x01EC
  339. #define CONTROL_PADCONF_D2D_MCAD5 0x01EE
  340. #define CONTROL_PADCONF_D2D_MCAD6 0x01F0
  341. #define CONTROL_PADCONF_D2D_MCAD7 0x01F2
  342. #define CONTROL_PADCONF_D2D_MCAD8 0x01F4
  343. #define CONTROL_PADCONF_D2D_MCAD9 0x01F6
  344. #define CONTROL_PADCONF_D2D_MCAD10 0x01F8
  345. #define CONTROL_PADCONF_D2D_MCAD11 0x01FA
  346. #define CONTROL_PADCONF_D2D_MCAD12 0x01FC
  347. #define CONTROL_PADCONF_D2D_MCAD13 0x01FE
  348. #define CONTROL_PADCONF_D2D_MCAD14 0x0200
  349. #define CONTROL_PADCONF_D2D_MCAD15 0x0202
  350. #define CONTROL_PADCONF_D2D_MCAD16 0x0204
  351. #define CONTROL_PADCONF_D2D_MCAD17 0x0206
  352. #define CONTROL_PADCONF_D2D_MCAD18 0x0208
  353. #define CONTROL_PADCONF_D2D_MCAD19 0x020A
  354. #define CONTROL_PADCONF_D2D_MCAD20 0x020C
  355. #define CONTROL_PADCONF_D2D_MCAD21 0x020E
  356. #define CONTROL_PADCONF_D2D_MCAD22 0x0210
  357. #define CONTROL_PADCONF_D2D_MCAD23 0x0212
  358. #define CONTROL_PADCONF_D2D_MCAD24 0x0214
  359. #define CONTROL_PADCONF_D2D_MCAD25 0x0216
  360. #define CONTROL_PADCONF_D2D_MCAD26 0x0218
  361. #define CONTROL_PADCONF_D2D_MCAD27 0x021A
  362. #define CONTROL_PADCONF_D2D_MCAD28 0x021C
  363. #define CONTROL_PADCONF_D2D_MCAD29 0x021E
  364. #define CONTROL_PADCONF_D2D_MCAD30 0x0220
  365. #define CONTROL_PADCONF_D2D_MCAD31 0x0222
  366. #define CONTROL_PADCONF_D2D_MCAD32 0x0224
  367. #define CONTROL_PADCONF_D2D_MCAD33 0x0226
  368. #define CONTROL_PADCONF_D2D_MCAD34 0x0228
  369. #define CONTROL_PADCONF_D2D_MCAD35 0x022A
  370. #define CONTROL_PADCONF_D2D_MCAD36 0x022C
  371. #define CONTROL_PADCONF_D2D_CLK26MI 0x022E
  372. #define CONTROL_PADCONF_D2D_NRESPWRON 0x0230
  373. #define CONTROL_PADCONF_D2D_NRESWARM 0x0232
  374. #define CONTROL_PADCONF_D2D_ARM9NIRQ 0x0234
  375. #define CONTROL_PADCONF_D2D_UMA2P6FIQ 0x0236
  376. #define CONTROL_PADCONF_D2D_SPINT 0x0238
  377. #define CONTROL_PADCONF_D2D_FRINT 0x023A
  378. #define CONTROL_PADCONF_D2D_DMAREQ0 0x023C
  379. #define CONTROL_PADCONF_D2D_DMAREQ1 0x023E
  380. #define CONTROL_PADCONF_D2D_DMAREQ2 0x0240
  381. #define CONTROL_PADCONF_D2D_DMAREQ3 0x0242
  382. #define CONTROL_PADCONF_D2D_N3GTRST 0x0244
  383. #define CONTROL_PADCONF_D2D_N3GTDI 0x0246
  384. #define CONTROL_PADCONF_D2D_N3GTDO 0x0248
  385. #define CONTROL_PADCONF_D2D_N3GTMS 0x024A
  386. #define CONTROL_PADCONF_D2D_N3GTCK 0x024C
  387. #define CONTROL_PADCONF_D2D_N3GRTCK 0x024E
  388. #define CONTROL_PADCONF_D2D_MSTDBY 0x0250
  389. #define CONTROL_PADCONF_D2D_SWAKEUP 0x0A4C
  390. #define CONTROL_PADCONF_D2D_IDLEREQ 0x0252
  391. #define CONTROL_PADCONF_D2D_IDLEACK 0x0254
  392. #define CONTROL_PADCONF_D2D_MWRITE 0x0256
  393. #define CONTROL_PADCONF_D2D_SWRITE 0x0258
  394. #define CONTROL_PADCONF_D2D_MREAD 0x025A
  395. #define CONTROL_PADCONF_D2D_SREAD 0x025C
  396. #define CONTROL_PADCONF_D2D_MBUSFLAG 0x025E
  397. #define CONTROL_PADCONF_D2D_SBUSFLAG 0x0260
  398. #define CONTROL_PADCONF_SDRC_CKE0 0x0262
  399. #define CONTROL_PADCONF_SDRC_CKE1 0x0264
  400. #define MUX_VAL(OFFSET,VALUE)\
  401. writew((VALUE), OMAP34XX_CTRL_BASE + (OFFSET));
  402. #define CP(x) (CONTROL_PADCONF_##x)
  403. #endif