ti113x.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:8k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * ti113x.h 1.16 1999/10/25 20:03:34
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License
  5.  * Version 1.1 (the "License"); you may not use this file except in
  6.  * compliance with the License. You may obtain a copy of the License
  7.  * at http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS"
  10.  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  11.  * the License for the specific language governing rights and
  12.  * limitations under the License. 
  13.  *
  14.  * The initial developer of the original code is David A. Hinds
  15.  * <dhinds@pcmcia.sourceforge.org>.  Portions created by David A. Hinds
  16.  * are Copyright (C) 1999 David A. Hinds.  All Rights Reserved.
  17.  *
  18.  * Alternatively, the contents of this file may be used under the
  19.  * terms of the GNU General Public License version 2 (the "GPL"), in which
  20.  * case the provisions of the GPL are applicable instead of the
  21.  * above.  If you wish to allow the use of your version of this file
  22.  * only under the terms of the GPL and not to allow others to use
  23.  * your version of this file under the MPL, indicate your decision by
  24.  * deleting the provisions above and replace them with the notice and
  25.  * other provisions required by the GPL.  If you do not delete the
  26.  * provisions above, a recipient may use your version of this file
  27.  * under either the MPL or the GPL.
  28.  */
  29. #ifndef _LINUX_TI113X_H
  30. #define _LINUX_TI113X_H
  31. #include <linux/config.h>
  32. /* Register definitions for TI 113X PCI-to-CardBus bridges */
  33. /* System Control Register */
  34. #define TI113X_SYSTEM_CONTROL 0x0080 /* 32 bit */
  35. #define  TI113X_SCR_SMIROUTE 0x04000000
  36. #define  TI113X_SCR_SMISTATUS 0x02000000
  37. #define  TI113X_SCR_SMIENB 0x01000000
  38. #define  TI113X_SCR_VCCPROT 0x00200000
  39. #define  TI113X_SCR_REDUCEZV 0x00100000
  40. #define  TI113X_SCR_CDREQEN 0x00080000
  41. #define  TI113X_SCR_CDMACHAN 0x00070000
  42. #define  TI113X_SCR_SOCACTIVE 0x00002000
  43. #define  TI113X_SCR_PWRSTREAM 0x00000800
  44. #define  TI113X_SCR_DELAYUP 0x00000400
  45. #define  TI113X_SCR_DELAYDOWN 0x00000200
  46. #define  TI113X_SCR_INTERROGATE 0x00000100
  47. #define  TI113X_SCR_CLKRUN_SEL 0x00000080
  48. #define  TI113X_SCR_PWRSAVINGS 0x00000040
  49. #define  TI113X_SCR_SUBSYSRW 0x00000020
  50. #define  TI113X_SCR_CB_DPAR 0x00000010
  51. #define  TI113X_SCR_CDMA_EN 0x00000008
  52. #define  TI113X_SCR_ASYNC_IRQ 0x00000004
  53. #define  TI113X_SCR_KEEPCLK 0x00000002
  54. #define  TI113X_SCR_CLKRUN_ENA 0x00000001  
  55. #define  TI122X_SCR_SER_STEP 0xc0000000
  56. #define  TI122X_SCR_INTRTIE 0x20000000
  57. #define  TI122X_SCR_CBRSVD 0x00400000
  58. #define  TI122X_SCR_MRBURSTDN 0x00008000
  59. #define  TI122X_SCR_MRBURSTUP 0x00004000
  60. #define  TI122X_SCR_RIMUX 0x00000001
  61. /* Multimedia Control Register */
  62. #define TI1250_MULTIMEDIA_CTL 0x0084 /* 8 bit */
  63. #define  TI1250_MMC_ZVOUTEN 0x80
  64. #define  TI1250_MMC_PORTSEL 0x40
  65. #define  TI1250_MMC_ZVEN1 0x02
  66. #define  TI1250_MMC_ZVEN0 0x01
  67. #define TI1250_GENERAL_STATUS 0x0085 /* 8 bit */
  68. #define TI1250_GPIO0_CONTROL 0x0088 /* 8 bit */
  69. #define TI1250_GPIO1_CONTROL 0x0089 /* 8 bit */
  70. #define TI1250_GPIO2_CONTROL 0x008a /* 8 bit */
  71. #define TI1250_GPIO3_CONTROL 0x008b /* 8 bit */
  72. #define TI122X_IRQMUX 0x008c /* 32 bit */
  73. /* Retry Status Register */
  74. #define TI113X_RETRY_STATUS 0x0090 /* 8 bit */
  75. #define  TI113X_RSR_PCIRETRY 0x80
  76. #define  TI113X_RSR_CBRETRY 0x40
  77. #define  TI113X_RSR_TEXP_CBB 0x20
  78. #define  TI113X_RSR_MEXP_CBB 0x10
  79. #define  TI113X_RSR_TEXP_CBA 0x08
  80. #define  TI113X_RSR_MEXP_CBA 0x04
  81. #define  TI113X_RSR_TEXP_PCI 0x02
  82. #define  TI113X_RSR_MEXP_PCI 0x01
  83. /* Card Control Register */
  84. #define TI113X_CARD_CONTROL 0x0091 /* 8 bit */
  85. #define  TI113X_CCR_RIENB 0x80
  86. #define  TI113X_CCR_ZVENABLE 0x40
  87. #define  TI113X_CCR_PCI_IRQ_ENA 0x20
  88. #define  TI113X_CCR_PCI_IREQ 0x10
  89. #define  TI113X_CCR_PCI_CSC 0x08
  90. #define  TI113X_CCR_SPKROUTEN 0x02
  91. #define  TI113X_CCR_IFG 0x01
  92. #define  TI1220_CCR_PORT_SEL 0x20
  93. #define  TI122X_CCR_AUD2MUX 0x04
  94. /* Device Control Register */
  95. #define TI113X_DEVICE_CONTROL 0x0092 /* 8 bit */
  96. #define  TI113X_DCR_5V_FORCE 0x40
  97. #define  TI113X_DCR_3V_FORCE 0x20
  98. #define  TI113X_DCR_IMODE_MASK 0x06
  99. #define  TI113X_DCR_IMODE_ISA 0x02
  100. #define  TI113X_DCR_IMODE_SERIAL 0x04
  101. #define  TI12XX_DCR_IMODE_PCI_ONLY 0x00
  102. #define  TI12XX_DCR_IMODE_ALL_SERIAL 0x06
  103. /* Buffer Control Register */
  104. #define TI113X_BUFFER_CONTROL 0x0093 /* 8 bit */
  105. #define  TI113X_BCR_CB_READ_DEPTH 0x08
  106. #define  TI113X_BCR_CB_WRITE_DEPTH 0x04
  107. #define  TI113X_BCR_PCI_READ_DEPTH 0x02
  108. #define  TI113X_BCR_PCI_WRITE_DEPTH 0x01
  109. /* Diagnostic Register */
  110. #define TI1250_DIAGNOSTIC 0x0093 /* 8 bit */
  111. #define  TI1250_DIAG_TRUE_VALUE 0x80
  112. #define  TI1250_DIAG_PCI_IREQ 0x40
  113. #define  TI1250_DIAG_PCI_CSC 0x20
  114. #define  TI1250_DIAG_ASYNC_CSC 0x01
  115. /* DMA Registers */
  116. #define TI113X_DMA_0 0x0094 /* 32 bit */
  117. #define TI113X_DMA_1 0x0098 /* 32 bit */
  118. /* ExCA IO offset registers */
  119. #define TI113X_IO_OFFSET(map) (0x36+((map)<<1))
  120. #ifdef CONFIG_CARDBUS
  121. /*
  122.  * Generic TI init - TI has an extension for the
  123.  * INTCTL register that sets the PCI CSC interrupt.
  124.  * Make sure we set it correctly at open and init
  125.  * time
  126.  * - open: disable the PCI CSC interrupt. This makes
  127.  *   it possible to use the CSC interrupt to probe the
  128.  *   ISA interrupts.
  129.  * - init: set the interrupt to match our PCI state.
  130.  *   This makes us correctly get PCI CSC interrupt
  131.  *   events.
  132.  */
  133. static int ti_open(pci_socket_t *socket)
  134. {
  135. u8 new, reg = exca_readb(socket, I365_INTCTL);
  136. new = reg & ~I365_INTR_ENA;
  137. if (new != reg)
  138. exca_writeb(socket, I365_INTCTL, new);
  139. return 0;
  140. }
  141. static int ti_intctl(pci_socket_t *socket)
  142. {
  143. u8 new, reg = exca_readb(socket, I365_INTCTL);
  144. new = reg & ~I365_INTR_ENA;
  145. if (socket->cb_irq)
  146. new |= I365_INTR_ENA;
  147. if (new != reg)
  148. exca_writeb(socket, I365_INTCTL, new);
  149. return 0;
  150. }
  151. static int ti_init(pci_socket_t *socket)
  152. {
  153. yenta_init(socket);
  154. ti_intctl(socket);
  155. return 0;
  156. }
  157. static struct pci_socket_ops ti_ops = {
  158. ti_open,
  159. yenta_close,
  160. ti_init,
  161. yenta_suspend,
  162. yenta_get_status,
  163. yenta_get_socket,
  164. yenta_set_socket,
  165. yenta_get_io_map,
  166. yenta_set_io_map,
  167. yenta_get_mem_map,
  168. yenta_set_mem_map,
  169. yenta_proc_setup
  170. };
  171. #define ti_sysctl(socket) ((socket)->private[0])
  172. #define ti_cardctl(socket) ((socket)->private[1])
  173. #define ti_devctl(socket) ((socket)->private[2])
  174. static int ti113x_open(pci_socket_t *socket)
  175. {
  176. ti_sysctl(socket) = config_readl(socket, TI113X_SYSTEM_CONTROL);
  177. ti_cardctl(socket) = config_readb(socket, TI113X_CARD_CONTROL);
  178. ti_devctl(socket) = config_readb(socket, TI113X_DEVICE_CONTROL);
  179. ti_cardctl(socket) &= ~(TI113X_CCR_PCI_IRQ_ENA | TI113X_CCR_PCI_IREQ | TI113X_CCR_PCI_CSC);
  180. if (socket->cb_irq)
  181. ti_cardctl(socket) |= TI113X_CCR_PCI_IRQ_ENA | TI113X_CCR_PCI_CSC | TI113X_CCR_PCI_IREQ;
  182. ti_open(socket);
  183. return 0;
  184. }
  185. static int ti113x_init(pci_socket_t *socket)
  186. {
  187. yenta_init(socket);
  188. config_writel(socket, TI113X_SYSTEM_CONTROL, ti_sysctl(socket));
  189. config_writeb(socket, TI113X_CARD_CONTROL, ti_cardctl(socket));
  190. config_writeb(socket, TI113X_DEVICE_CONTROL, ti_devctl(socket));
  191. ti_intctl(socket);
  192. return 0;
  193. }
  194. static struct pci_socket_ops ti113x_ops = {
  195. ti113x_open,
  196. yenta_close,
  197. ti113x_init,
  198. yenta_suspend,
  199. yenta_get_status,
  200. yenta_get_socket,
  201. yenta_set_socket,
  202. yenta_get_io_map,
  203. yenta_set_io_map,
  204. yenta_get_mem_map,
  205. yenta_set_mem_map,
  206. yenta_proc_setup
  207. };
  208. #define ti_diag(socket) ((socket)->private[0])
  209. static int ti1250_open(pci_socket_t *socket)
  210. {
  211. ti_diag(socket) = config_readb(socket, TI1250_DIAGNOSTIC);
  212. ti_diag(socket) &= ~(TI1250_DIAG_PCI_CSC | TI1250_DIAG_PCI_IREQ);
  213. if (socket->cb_irq)
  214. ti_diag(socket) |= TI1250_DIAG_PCI_CSC | TI1250_DIAG_PCI_IREQ;
  215. ti_open(socket);
  216. return 0;
  217. }
  218. static int ti1250_init(pci_socket_t *socket)
  219. {
  220. yenta_init(socket);
  221. config_writeb(socket, TI1250_DIAGNOSTIC, ti_diag(socket));
  222. ti_intctl(socket);
  223. return 0;
  224. }
  225. static struct pci_socket_ops ti1250_ops = {
  226. ti1250_open,
  227. yenta_close,
  228. ti1250_init,
  229. yenta_suspend,
  230. yenta_get_status,
  231. yenta_get_socket,
  232. yenta_set_socket,
  233. yenta_get_io_map,
  234. yenta_set_io_map,
  235. yenta_get_mem_map,
  236. yenta_set_mem_map,
  237. yenta_proc_setup
  238. };
  239. #endif /* CONFIG_CARDBUS */
  240. #endif /* _LINUX_TI113X_H */