sh-sci.h 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736
  1. /* $Id: sh-sci.h,v 1.4 2004/02/19 16:43:56 lethal Exp $
  2. *
  3. * linux/drivers/serial/sh-sci.h
  4. *
  5. * SuperH on-chip serial module support. (SCI with no FIFO / with FIFO)
  6. * Copyright (C) 1999, 2000 Niibe Yutaka
  7. * Copyright (C) 2000 Greg Banks
  8. * Copyright (C) 2002, 2003 Paul Mundt
  9. * Modified to support multiple serial ports. Stuart Menefy (May 2000).
  10. * Modified to support SH7300(SH-Mobile) SCIF. Takashi Kusuda (Jun 2003).
  11. * Modified to support H8/300 Series Yoshinori Sato (Feb 2004).
  12. */
  13. #include <linux/serial_core.h>
  14. #include <asm/io.h>
  15. #if defined(__H8300H__) || defined(__H8300S__)
  16. #include <asm/gpio.h>
  17. #if defined(CONFIG_H83007) || defined(CONFIG_H83068)
  18. #include <asm/regs306x.h>
  19. #endif
  20. #if defined(CONFIG_H8S2678)
  21. #include <asm/regs267x.h>
  22. #endif
  23. #endif
  24. #if defined(CONFIG_CPU_SUBTYPE_SH7708)
  25. # define SCSPTR 0xffffff7c /* 8 bit */
  26. # define SCSCR_INIT(port) 0x30 /* TIE=0,RIE=0,TE=1,RE=1 */
  27. # define SCI_ONLY
  28. #elif defined(CONFIG_CPU_SUBTYPE_SH7707) || \
  29. defined(CONFIG_CPU_SUBTYPE_SH7709) || \
  30. defined(CONFIG_CPU_SUBTYPE_SH7706)
  31. # define SCPCR 0xA4000116 /* 16 bit SCI and SCIF */
  32. # define SCPDR 0xA4000136 /* 8 bit SCI and SCIF */
  33. # define SCSCR_INIT(port) 0x30 /* TIE=0,RIE=0,TE=1,RE=1 */
  34. # define SCI_AND_SCIF
  35. #elif defined(CONFIG_CPU_SUBTYPE_SH7705)
  36. # define SCIF0 0xA4400000
  37. # define SCIF2 0xA4410000
  38. # define SCSMR_Ir 0xA44A0000
  39. # define IRDA_SCIF SCIF0
  40. # define SCPCR 0xA4000116
  41. # define SCPDR 0xA4000136
  42. /* Set the clock source,
  43. * SCIF2 (0xA4410000) -> External clock, SCK pin used as clock input
  44. * SCIF0 (0xA4400000) -> Internal clock, SCK pin as serial clock output
  45. */
  46. # define SCSCR_INIT(port) (port->mapbase == SCIF2) ? 0xF3 : 0xF0
  47. # define SCIF_ONLY
  48. #elif defined(CONFIG_SH_RTS7751R2D)
  49. # define SCSPTR2 0xFFE80020 /* 16 bit SCIF */
  50. # define SCIF_ORER 0x0001 /* overrun error bit */
  51. # define SCSCR_INIT(port) 0x3a /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
  52. # define SCIF_ONLY
  53. #elif defined(CONFIG_CPU_SUBTYPE_SH7750) || \
  54. defined(CONFIG_CPU_SUBTYPE_SH7750R) || \
  55. defined(CONFIG_CPU_SUBTYPE_SH7750S) || \
  56. defined(CONFIG_CPU_SUBTYPE_SH7091) || \
  57. defined(CONFIG_CPU_SUBTYPE_SH7751) || \
  58. defined(CONFIG_CPU_SUBTYPE_SH7751R)
  59. # define SCSPTR1 0xffe0001c /* 8 bit SCI */
  60. # define SCSPTR2 0xFFE80020 /* 16 bit SCIF */
  61. # define SCIF_ORER 0x0001 /* overrun error bit */
  62. # define SCSCR_INIT(port) (((port)->type == PORT_SCI) ? \
  63. 0x30 /* TIE=0,RIE=0,TE=1,RE=1 */ : \
  64. 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */ )
  65. # define SCI_AND_SCIF
  66. #elif defined(CONFIG_CPU_SUBTYPE_SH7760)
  67. # define SCSPTR0 0xfe600024 /* 16 bit SCIF */
  68. # define SCSPTR1 0xfe610024 /* 16 bit SCIF */
  69. # define SCSPTR2 0xfe620024 /* 16 bit SCIF */
  70. # define SCIF_ORER 0x0001 /* overrun error bit */
  71. # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
  72. # define SCIF_ONLY
  73. #elif defined(CONFIG_CPU_SUBTYPE_SH7300)
  74. # define SCPCR 0xA4050116 /* 16 bit SCIF */
  75. # define SCPDR 0xA4050136 /* 16 bit SCIF */
  76. # define SCSCR_INIT(port) 0x0030 /* TIE=0,RIE=0,TE=1,RE=1 */
  77. # define SCIF_ONLY
  78. #elif defined(CONFIG_CPU_SUBTYPE_SH7710) || defined(CONFIG_CPU_SUBTYPE_SH7712)
  79. # define SCSPTR0 0xA4400000 /* 16 bit SCIF */
  80. # define SCI_NPORTS 2
  81. # define SCIF_ORER 0x0001 /* overrun error bit */
  82. # define PACR 0xa4050100
  83. # define PBCR 0xa4050102
  84. # define SCSCR_INIT(port) 0x3B
  85. # define SCIF_ONLY
  86. #elif defined(CONFIG_CPU_SUBTYPE_SH73180)
  87. # define SCPDR 0xA4050138 /* 16 bit SCIF */
  88. # define SCSPTR2 SCPDR
  89. # define SCIF_ORER 0x0001 /* overrun error bit */
  90. # define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1 */
  91. # define SCIF_ONLY
  92. #elif defined(CONFIG_CPU_SUBTYPE_SH7343)
  93. # define SCSPTR0 0xffe00010 /* 16 bit SCIF */
  94. # define SCSPTR1 0xffe10010 /* 16 bit SCIF */
  95. # define SCSPTR2 0xffe20010 /* 16 bit SCIF */
  96. # define SCSPTR3 0xffe30010 /* 16 bit SCIF */
  97. # define SCSCR_INIT(port) 0x32 /* TIE=0,RIE=0,TE=1,RE=1,REIE=0,CKE=1 */
  98. # define SCIF_ONLY
  99. #elif defined(CONFIG_CPU_SUBTYPE_SH7722)
  100. # define SCPDR0 0xA405013E /* 16 bit SCIF0 PSDR */
  101. # define SCSPTR0 SCPDR0
  102. # define SCIF_ORER 0x0001 /* overrun error bit */
  103. # define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
  104. # define SCIF_ONLY
  105. # define PORT_PSCR 0xA405011E
  106. #elif defined(CONFIG_CPU_SUBTYPE_SH4_202)
  107. # define SCSPTR2 0xffe80020 /* 16 bit SCIF */
  108. # define SCIF_ORER 0x0001 /* overrun error bit */
  109. # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
  110. # define SCIF_ONLY
  111. #elif defined(CONFIG_CPU_SUBTYPE_ST40STB1)
  112. # define SCSPTR1 0xffe00020 /* 16 bit SCIF */
  113. # define SCSPTR2 0xffe80020 /* 16 bit SCIF */
  114. # define SCIF_ORER 0x0001 /* overrun error bit */
  115. # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
  116. # define SCIF_ONLY
  117. #elif defined(CONFIG_CPU_SUBTYPE_SH5_101) || defined(CONFIG_CPU_SUBTYPE_SH5_103)
  118. # include <asm/hardware.h>
  119. # define SCIF_BASE_ADDR 0x01030000
  120. # define SCIF_ADDR_SH5 PHYS_PERIPHERAL_BLOCK+SCIF_BASE_ADDR
  121. # define SCIF_PTR2_OFFS 0x0000020
  122. # define SCIF_LSR2_OFFS 0x0000024
  123. # define SCSPTR2 ((port->mapbase)+SCIF_PTR2_OFFS) /* 16 bit SCIF */
  124. # define SCLSR2 ((port->mapbase)+SCIF_LSR2_OFFS) /* 16 bit SCIF */
  125. # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,
  126. TE=1,RE=1,REIE=1 */
  127. # define SCIF_ONLY
  128. #elif defined(CONFIG_H83007) || defined(CONFIG_H83068)
  129. # define SCSCR_INIT(port) 0x30 /* TIE=0,RIE=0,TE=1,RE=1 */
  130. # define SCI_ONLY
  131. # define H8300_SCI_DR(ch) *(volatile char *)(P1DR + h8300_sci_pins[ch].port)
  132. #elif defined(CONFIG_H8S2678)
  133. # define SCSCR_INIT(port) 0x30 /* TIE=0,RIE=0,TE=1,RE=1 */
  134. # define SCI_ONLY
  135. # define H8300_SCI_DR(ch) *(volatile char *)(P1DR + h8300_sci_pins[ch].port)
  136. #elif defined(CONFIG_CPU_SUBTYPE_SH7770)
  137. # define SCSPTR0 0xff923020 /* 16 bit SCIF */
  138. # define SCSPTR1 0xff924020 /* 16 bit SCIF */
  139. # define SCSPTR2 0xff925020 /* 16 bit SCIF */
  140. # define SCIF_ORER 0x0001 /* overrun error bit */
  141. # define SCSCR_INIT(port) 0x3c /* TIE=0,RIE=0,TE=1,RE=1,REIE=1,cke=2 */
  142. # define SCIF_ONLY
  143. #elif defined(CONFIG_CPU_SUBTYPE_SH7780)
  144. # define SCSPTR0 0xffe00024 /* 16 bit SCIF */
  145. # define SCSPTR1 0xffe10024 /* 16 bit SCIF */
  146. # define SCIF_ORER 0x0001 /* Overrun error bit */
  147. # define SCSCR_INIT(port) 0x3a /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
  148. # define SCIF_ONLY
  149. #elif defined(CONFIG_CPU_SUBTYPE_SH7785)
  150. # define SCSPTR0 0xffea0024 /* 16 bit SCIF */
  151. # define SCSPTR1 0xffeb0024 /* 16 bit SCIF */
  152. # define SCSPTR2 0xffec0024 /* 16 bit SCIF */
  153. # define SCSPTR3 0xffed0024 /* 16 bit SCIF */
  154. # define SCSPTR4 0xffee0024 /* 16 bit SCIF */
  155. # define SCSPTR5 0xffef0024 /* 16 bit SCIF */
  156. # define SCIF_OPER 0x0001 /* Overrun error bit */
  157. # define SCSCR_INIT(port) 0x3a /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
  158. # define SCIF_ONLY
  159. #elif defined(CONFIG_CPU_SUBTYPE_SH7206)
  160. # define SCSPTR0 0xfffe8020 /* 16 bit SCIF */
  161. # define SCSPTR1 0xfffe8820 /* 16 bit SCIF */
  162. # define SCSPTR2 0xfffe9020 /* 16 bit SCIF */
  163. # define SCSPTR3 0xfffe9820 /* 16 bit SCIF */
  164. # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
  165. # define SCIF_ONLY
  166. #elif defined(CONFIG_CPU_SUBTYPE_SH7619)
  167. # define SCSPTR0 0xf8400020 /* 16 bit SCIF */
  168. # define SCSPTR1 0xf8410020 /* 16 bit SCIF */
  169. # define SCSPTR2 0xf8420020 /* 16 bit SCIF */
  170. # define SCIF_ORER 0x0001 /* overrun error bit */
  171. # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
  172. # define SCIF_ONLY
  173. #elif defined(CONFIG_CPU_SUBTYPE_SHX3)
  174. # define SCSPTR0 0xffc30020 /* 16 bit SCIF */
  175. # define SCSPTR1 0xffc40020 /* 16 bit SCIF */
  176. # define SCSPTR2 0xffc50020 /* 16 bit SCIF */
  177. # define SCSPTR3 0xffc60020 /* 16 bit SCIF */
  178. # define SCIF_ORER 0x0001 /* Overrun error bit */
  179. # define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
  180. # define SCIF_ONLY
  181. #else
  182. # error CPU subtype not defined
  183. #endif
  184. /* SCSCR */
  185. #define SCI_CTRL_FLAGS_TIE 0x80 /* all */
  186. #define SCI_CTRL_FLAGS_RIE 0x40 /* all */
  187. #define SCI_CTRL_FLAGS_TE 0x20 /* all */
  188. #define SCI_CTRL_FLAGS_RE 0x10 /* all */
  189. #if defined(CONFIG_CPU_SUBTYPE_SH7750) || \
  190. defined(CONFIG_CPU_SUBTYPE_SH7091) || \
  191. defined(CONFIG_CPU_SUBTYPE_SH7750R) || \
  192. defined(CONFIG_CPU_SUBTYPE_SH7750S) || \
  193. defined(CONFIG_CPU_SUBTYPE_SH7751) || \
  194. defined(CONFIG_CPU_SUBTYPE_SH7751R) || \
  195. defined(CONFIG_CPU_SUBTYPE_SH7780) || \
  196. defined(CONFIG_CPU_SUBTYPE_SH7785) || \
  197. defined(CONFIG_CPU_SUBTYPE_SHX3)
  198. #define SCI_CTRL_FLAGS_REIE 0x08 /* 7750 SCIF */
  199. #else
  200. #define SCI_CTRL_FLAGS_REIE 0
  201. #endif
  202. /* SCI_CTRL_FLAGS_MPIE 0x08 * 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
  203. /* SCI_CTRL_FLAGS_TEIE 0x04 * 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
  204. /* SCI_CTRL_FLAGS_CKE1 0x02 * all */
  205. /* SCI_CTRL_FLAGS_CKE0 0x01 * 7707 SCI/SCIF, 7708 SCI, 7709 SCI/SCIF, 7750 SCI */
  206. /* SCxSR SCI */
  207. #define SCI_TDRE 0x80 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
  208. #define SCI_RDRF 0x40 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
  209. #define SCI_ORER 0x20 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
  210. #define SCI_FER 0x10 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
  211. #define SCI_PER 0x08 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
  212. #define SCI_TEND 0x04 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
  213. /* SCI_MPB 0x02 * 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
  214. /* SCI_MPBT 0x01 * 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
  215. #define SCI_ERRORS ( SCI_PER | SCI_FER | SCI_ORER)
  216. /* SCxSR SCIF */
  217. #define SCIF_ER 0x0080 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
  218. #define SCIF_TEND 0x0040 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
  219. #define SCIF_TDFE 0x0020 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
  220. #define SCIF_BRK 0x0010 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
  221. #define SCIF_FER 0x0008 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
  222. #define SCIF_PER 0x0004 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
  223. #define SCIF_RDF 0x0002 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
  224. #define SCIF_DR 0x0001 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
  225. #if defined(CONFIG_CPU_SUBTYPE_SH7300) || defined(CONFIG_CPU_SUBTYPE_SH7705)
  226. #define SCIF_ORER 0x0200
  227. #define SCIF_ERRORS ( SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK | SCIF_ORER)
  228. #define SCIF_RFDC_MASK 0x007f
  229. #define SCIF_TXROOM_MAX 64
  230. #else
  231. #define SCIF_ERRORS ( SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK)
  232. #define SCIF_RFDC_MASK 0x001f
  233. #define SCIF_TXROOM_MAX 16
  234. #endif
  235. #if defined(SCI_ONLY)
  236. # define SCxSR_TEND(port) SCI_TEND
  237. # define SCxSR_ERRORS(port) SCI_ERRORS
  238. # define SCxSR_RDxF(port) SCI_RDRF
  239. # define SCxSR_TDxE(port) SCI_TDRE
  240. # define SCxSR_ORER(port) SCI_ORER
  241. # define SCxSR_FER(port) SCI_FER
  242. # define SCxSR_PER(port) SCI_PER
  243. # define SCxSR_BRK(port) 0x00
  244. # define SCxSR_RDxF_CLEAR(port) 0xbc
  245. # define SCxSR_ERROR_CLEAR(port) 0xc4
  246. # define SCxSR_TDxE_CLEAR(port) 0x78
  247. # define SCxSR_BREAK_CLEAR(port) 0xc4
  248. #elif defined(SCIF_ONLY)
  249. # define SCxSR_TEND(port) SCIF_TEND
  250. # define SCxSR_ERRORS(port) SCIF_ERRORS
  251. # define SCxSR_RDxF(port) SCIF_RDF
  252. # define SCxSR_TDxE(port) SCIF_TDFE
  253. #if defined(CONFIG_CPU_SUBTYPE_SH7300) || defined(CONFIG_CPU_SUBTYPE_SH7705)
  254. # define SCxSR_ORER(port) SCIF_ORER
  255. #else
  256. # define SCxSR_ORER(port) 0x0000
  257. #endif
  258. # define SCxSR_FER(port) SCIF_FER
  259. # define SCxSR_PER(port) SCIF_PER
  260. # define SCxSR_BRK(port) SCIF_BRK
  261. #if defined(CONFIG_CPU_SUBTYPE_SH7300) || defined(CONFIG_CPU_SUBTYPE_SH7705)
  262. # define SCxSR_RDxF_CLEAR(port) (sci_in(port,SCxSR)&0xfffc)
  263. # define SCxSR_ERROR_CLEAR(port) (sci_in(port,SCxSR)&0xfd73)
  264. # define SCxSR_TDxE_CLEAR(port) (sci_in(port,SCxSR)&0xffdf)
  265. # define SCxSR_BREAK_CLEAR(port) (sci_in(port,SCxSR)&0xffe3)
  266. #else
  267. /* SH7705 can also use this, clearing is same between 7705 and 7709 and 7300 */
  268. # define SCxSR_RDxF_CLEAR(port) 0x00fc
  269. # define SCxSR_ERROR_CLEAR(port) 0x0073
  270. # define SCxSR_TDxE_CLEAR(port) 0x00df
  271. # define SCxSR_BREAK_CLEAR(port) 0x00e3
  272. #endif
  273. #else
  274. # define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
  275. # define SCxSR_ERRORS(port) (((port)->type == PORT_SCI) ? SCI_ERRORS : SCIF_ERRORS)
  276. # define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF)
  277. # define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
  278. # define SCxSR_ORER(port) (((port)->type == PORT_SCI) ? SCI_ORER : 0x0000)
  279. # define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
  280. # define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
  281. # define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
  282. # define SCxSR_RDxF_CLEAR(port) (((port)->type == PORT_SCI) ? 0xbc : 0x00fc)
  283. # define SCxSR_ERROR_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x0073)
  284. # define SCxSR_TDxE_CLEAR(port) (((port)->type == PORT_SCI) ? 0x78 : 0x00df)
  285. # define SCxSR_BREAK_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x00e3)
  286. #endif
  287. /* SCFCR */
  288. #define SCFCR_RFRST 0x0002
  289. #define SCFCR_TFRST 0x0004
  290. #define SCFCR_TCRST 0x4000
  291. #define SCFCR_MCE 0x0008
  292. #define SCI_MAJOR 204
  293. #define SCI_MINOR_START 8
  294. /* Generic serial flags */
  295. #define SCI_RX_THROTTLE 0x0000001
  296. #define SCI_MAGIC 0xbabeface
  297. /*
  298. * Events are used to schedule things to happen at timer-interrupt
  299. * time, instead of at rs interrupt time.
  300. */
  301. #define SCI_EVENT_WRITE_WAKEUP 0
  302. #define SCI_IN(size, offset) \
  303. unsigned int addr = port->mapbase + (offset); \
  304. if ((size) == 8) { \
  305. return ctrl_inb(addr); \
  306. } else { \
  307. return ctrl_inw(addr); \
  308. }
  309. #define SCI_OUT(size, offset, value) \
  310. unsigned int addr = port->mapbase + (offset); \
  311. if ((size) == 8) { \
  312. ctrl_outb(value, addr); \
  313. } else { \
  314. ctrl_outw(value, addr); \
  315. }
  316. #define CPU_SCIx_FNS(name, sci_offset, sci_size, scif_offset, scif_size)\
  317. static inline unsigned int sci_##name##_in(struct uart_port *port) \
  318. { \
  319. if (port->type == PORT_SCI) { \
  320. SCI_IN(sci_size, sci_offset) \
  321. } else { \
  322. SCI_IN(scif_size, scif_offset); \
  323. } \
  324. } \
  325. static inline void sci_##name##_out(struct uart_port *port, unsigned int value) \
  326. { \
  327. if (port->type == PORT_SCI) { \
  328. SCI_OUT(sci_size, sci_offset, value) \
  329. } else { \
  330. SCI_OUT(scif_size, scif_offset, value); \
  331. } \
  332. }
  333. #define CPU_SCIF_FNS(name, scif_offset, scif_size) \
  334. static inline unsigned int sci_##name##_in(struct uart_port *port) \
  335. { \
  336. SCI_IN(scif_size, scif_offset); \
  337. } \
  338. static inline void sci_##name##_out(struct uart_port *port, unsigned int value) \
  339. { \
  340. SCI_OUT(scif_size, scif_offset, value); \
  341. }
  342. #define CPU_SCI_FNS(name, sci_offset, sci_size) \
  343. static inline unsigned int sci_##name##_in(struct uart_port* port) \
  344. { \
  345. SCI_IN(sci_size, sci_offset); \
  346. } \
  347. static inline void sci_##name##_out(struct uart_port* port, unsigned int value) \
  348. { \
  349. SCI_OUT(sci_size, sci_offset, value); \
  350. }
  351. #ifdef CONFIG_CPU_SH3
  352. #if defined(CONFIG_CPU_SUBTYPE_SH7710) || defined(CONFIG_CPU_SUBTYPE_SH7712)
  353. #define SCIx_FNS(name, sh3_sci_offset, sh3_sci_size, sh4_sci_offset, sh4_sci_size, \
  354. sh3_scif_offset, sh3_scif_size, sh4_scif_offset, sh4_scif_size, \
  355. h8_sci_offset, h8_sci_size) \
  356. CPU_SCIx_FNS(name, sh4_sci_offset, sh4_sci_size, sh4_scif_offset, sh4_scif_size)
  357. #define SCIF_FNS(name, sh3_scif_offset, sh3_scif_size, sh4_scif_offset, sh4_scif_size) \
  358. CPU_SCIF_FNS(name, sh4_scif_offset, sh4_scif_size)
  359. #elif defined(CONFIG_CPU_SUBTYPE_SH7300) || \
  360. defined(CONFIG_CPU_SUBTYPE_SH7705)
  361. #define SCIF_FNS(name, scif_offset, scif_size) \
  362. CPU_SCIF_FNS(name, scif_offset, scif_size)
  363. #else
  364. #define SCIx_FNS(name, sh3_sci_offset, sh3_sci_size, sh4_sci_offset, sh4_sci_size, \
  365. sh3_scif_offset, sh3_scif_size, sh4_scif_offset, sh4_scif_size, \
  366. h8_sci_offset, h8_sci_size) \
  367. CPU_SCIx_FNS(name, sh3_sci_offset, sh3_sci_size, sh3_scif_offset, sh3_scif_size)
  368. #define SCIF_FNS(name, sh3_scif_offset, sh3_scif_size, sh4_scif_offset, sh4_scif_size) \
  369. CPU_SCIF_FNS(name, sh3_scif_offset, sh3_scif_size)
  370. #endif
  371. #elif defined(__H8300H__) || defined(__H8300S__)
  372. #define SCIx_FNS(name, sh3_sci_offset, sh3_sci_size, sh4_sci_offset, sh4_sci_size, \
  373. sh3_scif_offset, sh3_scif_size, sh4_scif_offset, sh4_scif_size, \
  374. h8_sci_offset, h8_sci_size) \
  375. CPU_SCI_FNS(name, h8_sci_offset, h8_sci_size)
  376. #define SCIF_FNS(name, sh3_scif_offset, sh3_scif_size, sh4_scif_offset, sh4_scif_size)
  377. #else
  378. #define SCIx_FNS(name, sh3_sci_offset, sh3_sci_size, sh4_sci_offset, sh4_sci_size, \
  379. sh3_scif_offset, sh3_scif_size, sh4_scif_offset, sh4_scif_size, \
  380. h8_sci_offset, h8_sci_size) \
  381. CPU_SCIx_FNS(name, sh4_sci_offset, sh4_sci_size, sh4_scif_offset, sh4_scif_size)
  382. #define SCIF_FNS(name, sh3_scif_offset, sh3_scif_size, sh4_scif_offset, sh4_scif_size) \
  383. CPU_SCIF_FNS(name, sh4_scif_offset, sh4_scif_size)
  384. #endif
  385. #if defined(CONFIG_CPU_SUBTYPE_SH7300) || \
  386. defined(CONFIG_CPU_SUBTYPE_SH7705)
  387. SCIF_FNS(SCSMR, 0x00, 16)
  388. SCIF_FNS(SCBRR, 0x04, 8)
  389. SCIF_FNS(SCSCR, 0x08, 16)
  390. SCIF_FNS(SCTDSR, 0x0c, 8)
  391. SCIF_FNS(SCFER, 0x10, 16)
  392. SCIF_FNS(SCxSR, 0x14, 16)
  393. SCIF_FNS(SCFCR, 0x18, 16)
  394. SCIF_FNS(SCFDR, 0x1c, 16)
  395. SCIF_FNS(SCxTDR, 0x20, 8)
  396. SCIF_FNS(SCxRDR, 0x24, 8)
  397. SCIF_FNS(SCLSR, 0x24, 16)
  398. #else
  399. /* reg SCI/SH3 SCI/SH4 SCIF/SH3 SCIF/SH4 SCI/H8*/
  400. /* name off sz off sz off sz off sz off sz*/
  401. SCIx_FNS(SCSMR, 0x00, 8, 0x00, 8, 0x00, 8, 0x00, 16, 0x00, 8)
  402. SCIx_FNS(SCBRR, 0x02, 8, 0x04, 8, 0x02, 8, 0x04, 8, 0x01, 8)
  403. SCIx_FNS(SCSCR, 0x04, 8, 0x08, 8, 0x04, 8, 0x08, 16, 0x02, 8)
  404. SCIx_FNS(SCxTDR, 0x06, 8, 0x0c, 8, 0x06, 8, 0x0C, 8, 0x03, 8)
  405. SCIx_FNS(SCxSR, 0x08, 8, 0x10, 8, 0x08, 16, 0x10, 16, 0x04, 8)
  406. SCIx_FNS(SCxRDR, 0x0a, 8, 0x14, 8, 0x0A, 8, 0x14, 8, 0x05, 8)
  407. SCIF_FNS(SCFCR, 0x0c, 8, 0x18, 16)
  408. #if defined(CONFIG_CPU_SUBTYPE_SH7760) || \
  409. defined(CONFIG_CPU_SUBTYPE_SH7780) || \
  410. defined(CONFIG_CPU_SUBTYPE_SH7785)
  411. SCIF_FNS(SCFDR, 0x0e, 16, 0x1C, 16)
  412. SCIF_FNS(SCTFDR, 0x0e, 16, 0x1C, 16)
  413. SCIF_FNS(SCRFDR, 0x0e, 16, 0x20, 16)
  414. SCIF_FNS(SCSPTR, 0, 0, 0x24, 16)
  415. SCIF_FNS(SCLSR, 0, 0, 0x28, 16)
  416. #else
  417. SCIF_FNS(SCFDR, 0x0e, 16, 0x1C, 16)
  418. SCIF_FNS(SCSPTR, 0, 0, 0x20, 16)
  419. SCIF_FNS(SCLSR, 0, 0, 0x24, 16)
  420. #endif
  421. #endif
  422. #define sci_in(port, reg) sci_##reg##_in(port)
  423. #define sci_out(port, reg, value) sci_##reg##_out(port, value)
  424. /* H8/300 series SCI pins assignment */
  425. #if defined(__H8300H__) || defined(__H8300S__)
  426. static const struct __attribute__((packed)) {
  427. int port; /* GPIO port no */
  428. unsigned short rx,tx; /* GPIO bit no */
  429. } h8300_sci_pins[] = {
  430. #if defined(CONFIG_H83007) || defined(CONFIG_H83068)
  431. { /* SCI0 */
  432. .port = H8300_GPIO_P9,
  433. .rx = H8300_GPIO_B2,
  434. .tx = H8300_GPIO_B0,
  435. },
  436. { /* SCI1 */
  437. .port = H8300_GPIO_P9,
  438. .rx = H8300_GPIO_B3,
  439. .tx = H8300_GPIO_B1,
  440. },
  441. { /* SCI2 */
  442. .port = H8300_GPIO_PB,
  443. .rx = H8300_GPIO_B7,
  444. .tx = H8300_GPIO_B6,
  445. }
  446. #elif defined(CONFIG_H8S2678)
  447. { /* SCI0 */
  448. .port = H8300_GPIO_P3,
  449. .rx = H8300_GPIO_B2,
  450. .tx = H8300_GPIO_B0,
  451. },
  452. { /* SCI1 */
  453. .port = H8300_GPIO_P3,
  454. .rx = H8300_GPIO_B3,
  455. .tx = H8300_GPIO_B1,
  456. },
  457. { /* SCI2 */
  458. .port = H8300_GPIO_P5,
  459. .rx = H8300_GPIO_B1,
  460. .tx = H8300_GPIO_B0,
  461. }
  462. #endif
  463. };
  464. #endif
  465. #if defined(CONFIG_CPU_SUBTYPE_SH7708)
  466. static inline int sci_rxd_in(struct uart_port *port)
  467. {
  468. if (port->mapbase == 0xfffffe80)
  469. return ctrl_inb(SCSPTR)&0x01 ? 1 : 0; /* SCI */
  470. return 1;
  471. }
  472. #elif defined(CONFIG_CPU_SUBTYPE_SH7707) || \
  473. defined(CONFIG_CPU_SUBTYPE_SH7709) || \
  474. defined(CONFIG_CPU_SUBTYPE_SH7706)
  475. static inline int sci_rxd_in(struct uart_port *port)
  476. {
  477. if (port->mapbase == 0xfffffe80)
  478. return ctrl_inb(SCPDR)&0x01 ? 1 : 0; /* SCI */
  479. if (port->mapbase == 0xa4000150)
  480. return ctrl_inb(SCPDR)&0x10 ? 1 : 0; /* SCIF */
  481. if (port->mapbase == 0xa4000140)
  482. return ctrl_inb(SCPDR)&0x04 ? 1 : 0; /* IRDA */
  483. return 1;
  484. }
  485. #elif defined(CONFIG_CPU_SUBTYPE_SH7705)
  486. static inline int sci_rxd_in(struct uart_port *port)
  487. {
  488. if (port->mapbase == SCIF0)
  489. return ctrl_inb(SCPDR)&0x04 ? 1 : 0; /* IRDA */
  490. if (port->mapbase == SCIF2)
  491. return ctrl_inb(SCPDR)&0x10 ? 1 : 0; /* SCIF */
  492. return 1;
  493. }
  494. #elif defined(CONFIG_CPU_SUBTYPE_SH7710) || defined(CONFIG_CPU_SUBTYPE_SH7712)
  495. static inline int sci_rxd_in(struct uart_port *port)
  496. {
  497. return sci_in(port,SCxSR)&0x0010 ? 1 : 0;
  498. }
  499. static inline void set_sh771x_scif_pfc(struct uart_port *port)
  500. {
  501. if (port->mapbase == 0xA4400000){
  502. ctrl_outw(ctrl_inw(PACR)&0xffc0,PACR);
  503. ctrl_outw(ctrl_inw(PBCR)&0x0fff,PBCR);
  504. return;
  505. }
  506. if (port->mapbase == 0xA4410000){
  507. ctrl_outw(ctrl_inw(PBCR)&0xf003,PBCR);
  508. return;
  509. }
  510. }
  511. #elif defined(CONFIG_CPU_SUBTYPE_SH7750) || \
  512. defined(CONFIG_CPU_SUBTYPE_SH7751) || \
  513. defined(CONFIG_CPU_SUBTYPE_SH7751R) || \
  514. defined(CONFIG_CPU_SUBTYPE_SH7750R) || \
  515. defined(CONFIG_CPU_SUBTYPE_SH7750S) || \
  516. defined(CONFIG_CPU_SUBTYPE_SH7091) || \
  517. defined(CONFIG_CPU_SUBTYPE_SH4_202)
  518. static inline int sci_rxd_in(struct uart_port *port)
  519. {
  520. #ifndef SCIF_ONLY
  521. if (port->mapbase == 0xffe00000)
  522. return ctrl_inb(SCSPTR1)&0x01 ? 1 : 0; /* SCI */
  523. #endif
  524. #ifndef SCI_ONLY
  525. if (port->mapbase == 0xffe80000)
  526. return ctrl_inw(SCSPTR2)&0x0001 ? 1 : 0; /* SCIF */
  527. #endif
  528. return 1;
  529. }
  530. #elif defined(CONFIG_CPU_SUBTYPE_SH7760)
  531. static inline int sci_rxd_in(struct uart_port *port)
  532. {
  533. if (port->mapbase == 0xfe600000)
  534. return ctrl_inw(SCSPTR0) & 0x0001 ? 1 : 0; /* SCIF */
  535. if (port->mapbase == 0xfe610000)
  536. return ctrl_inw(SCSPTR1) & 0x0001 ? 1 : 0; /* SCIF */
  537. if (port->mapbase == 0xfe620000)
  538. return ctrl_inw(SCSPTR2) & 0x0001 ? 1 : 0; /* SCIF */
  539. return 1;
  540. }
  541. #elif defined(CONFIG_CPU_SUBTYPE_SH7300)
  542. static inline int sci_rxd_in(struct uart_port *port)
  543. {
  544. if (port->mapbase == 0xa4430000)
  545. return ctrl_inb(SCPDR)&0x01 ? 1 : 0; /* SCIF0 */
  546. return 1;
  547. }
  548. #elif defined(CONFIG_CPU_SUBTYPE_SH73180)
  549. static inline int sci_rxd_in(struct uart_port *port)
  550. {
  551. return ctrl_inb(SCPDR)&0x01 ? 1 : 0; /* SCIF0 */
  552. }
  553. #elif defined(CONFIG_CPU_SUBTYPE_SH7343)
  554. static inline int sci_rxd_in(struct uart_port *port)
  555. {
  556. if (port->mapbase == 0xffe00000)
  557. return ctrl_inw(SCSPTR0) & 0x0001 ? 1 : 0; /* SCIF */
  558. if (port->mapbase == 0xffe10000)
  559. return ctrl_inw(SCSPTR1) & 0x0001 ? 1 : 0; /* SCIF */
  560. if (port->mapbase == 0xffe20000)
  561. return ctrl_inw(SCSPTR2) & 0x0001 ? 1 : 0; /* SCIF */
  562. if (port->mapbase == 0xffe30000)
  563. return ctrl_inw(SCSPTR3) & 0x0001 ? 1 : 0; /* SCIF */
  564. return 1;
  565. }
  566. #elif defined(CONFIG_CPU_SUBTYPE_SH7722)
  567. static inline int sci_rxd_in(struct uart_port *port)
  568. {
  569. if (port->mapbase == 0xffe00000)
  570. return ctrl_inb(SCPDR0) & 0x0001 ? 1 : 0; /* SCIF0 */
  571. return 1;
  572. }
  573. #elif defined(CONFIG_CPU_SUBTYPE_ST40STB1)
  574. static inline int sci_rxd_in(struct uart_port *port)
  575. {
  576. if (port->mapbase == 0xffe00000)
  577. return ctrl_inw(SCSPTR1)&0x0001 ? 1 : 0; /* SCIF */
  578. else
  579. return ctrl_inw(SCSPTR2)&0x0001 ? 1 : 0; /* SCIF */
  580. }
  581. #elif defined(CONFIG_CPU_SUBTYPE_SH5_101) || defined(CONFIG_CPU_SUBTYPE_SH5_103)
  582. static inline int sci_rxd_in(struct uart_port *port)
  583. {
  584. return sci_in(port, SCSPTR)&0x0001 ? 1 : 0; /* SCIF */
  585. }
  586. #elif defined(__H8300H__) || defined(__H8300S__)
  587. static inline int sci_rxd_in(struct uart_port *port)
  588. {
  589. int ch = (port->mapbase - SMR0) >> 3;
  590. return (H8300_SCI_DR(ch) & h8300_sci_pins[ch].rx) ? 1 : 0;
  591. }
  592. #elif defined(CONFIG_CPU_SUBTYPE_SH7770)
  593. static inline int sci_rxd_in(struct uart_port *port)
  594. {
  595. if (port->mapbase == 0xff923000)
  596. return ctrl_inw(SCSPTR0) & 0x0001 ? 1 : 0; /* SCIF */
  597. if (port->mapbase == 0xff924000)
  598. return ctrl_inw(SCSPTR1) & 0x0001 ? 1 : 0; /* SCIF */
  599. if (port->mapbase == 0xff925000)
  600. return ctrl_inw(SCSPTR2) & 0x0001 ? 1 : 0; /* SCIF */
  601. return 1;
  602. }
  603. #elif defined(CONFIG_CPU_SUBTYPE_SH7780)
  604. static inline int sci_rxd_in(struct uart_port *port)
  605. {
  606. if (port->mapbase == 0xffe00000)
  607. return ctrl_inw(SCSPTR0) & 0x0001 ? 1 : 0; /* SCIF */
  608. if (port->mapbase == 0xffe10000)
  609. return ctrl_inw(SCSPTR1) & 0x0001 ? 1 : 0; /* SCIF */
  610. return 1;
  611. }
  612. #elif defined(CONFIG_CPU_SUBTYPE_SH7785)
  613. static inline int sci_rxd_in(struct uart_port *port)
  614. {
  615. if (port->mapbase == 0xffea0000)
  616. return ctrl_inw(SCSPTR0) & 0x0001 ? 1 : 0; /* SCIF */
  617. if (port->mapbase == 0xffeb0000)
  618. return ctrl_inw(SCSPTR1) & 0x0001 ? 1 : 0; /* SCIF */
  619. if (port->mapbase == 0xffec0000)
  620. return ctrl_inw(SCSPTR2) & 0x0001 ? 1 : 0; /* SCIF */
  621. if (port->mapbase == 0xffed0000)
  622. return ctrl_inw(SCSPTR3) & 0x0001 ? 1 : 0; /* SCIF */
  623. if (port->mapbase == 0xffee0000)
  624. return ctrl_inw(SCSPTR4) & 0x0001 ? 1 : 0; /* SCIF */
  625. if (port->mapbase == 0xffef0000)
  626. return ctrl_inw(SCSPTR5) & 0x0001 ? 1 : 0; /* SCIF */
  627. return 1;
  628. }
  629. #elif defined(CONFIG_CPU_SUBTYPE_SH7206)
  630. static inline int sci_rxd_in(struct uart_port *port)
  631. {
  632. if (port->mapbase == 0xfffe8000)
  633. return ctrl_inw(SCSPTR0) & 0x0001 ? 1 : 0; /* SCIF */
  634. if (port->mapbase == 0xfffe8800)
  635. return ctrl_inw(SCSPTR1) & 0x0001 ? 1 : 0; /* SCIF */
  636. if (port->mapbase == 0xfffe9000)
  637. return ctrl_inw(SCSPTR2) & 0x0001 ? 1 : 0; /* SCIF */
  638. if (port->mapbase == 0xfffe9800)
  639. return ctrl_inw(SCSPTR3) & 0x0001 ? 1 : 0; /* SCIF */
  640. return 1;
  641. }
  642. #elif defined(CONFIG_CPU_SUBTYPE_SH7619)
  643. static inline int sci_rxd_in(struct uart_port *port)
  644. {
  645. if (port->mapbase == 0xf8400000)
  646. return ctrl_inw(SCSPTR0) & 0x0001 ? 1 : 0; /* SCIF */
  647. if (port->mapbase == 0xf8410000)
  648. return ctrl_inw(SCSPTR1) & 0x0001 ? 1 : 0; /* SCIF */
  649. if (port->mapbase == 0xf8420000)
  650. return ctrl_inw(SCSPTR2) & 0x0001 ? 1 : 0; /* SCIF */
  651. return 1;
  652. }
  653. #elif defined(CONFIG_CPU_SUBTYPE_SHX3)
  654. static inline int sci_rxd_in(struct uart_port *port)
  655. {
  656. if (port->mapbase == 0xffc30000)
  657. return ctrl_inw(SCSPTR0) & 0x0001 ? 1 : 0; /* SCIF */
  658. if (port->mapbase == 0xffc40000)
  659. return ctrl_inw(SCSPTR1) & 0x0001 ? 1 : 0; /* SCIF */
  660. if (port->mapbase == 0xffc50000)
  661. return ctrl_inw(SCSPTR2) & 0x0001 ? 1 : 0; /* SCIF */
  662. if (port->mapbase == 0xffc60000)
  663. return ctrl_inw(SCSPTR3) & 0x0001 ? 1 : 0; /* SCIF */
  664. }
  665. #endif
  666. /*
  667. * Values for the BitRate Register (SCBRR)
  668. *
  669. * The values are actually divisors for a frequency which can
  670. * be internal to the SH3 (14.7456MHz) or derived from an external
  671. * clock source. This driver assumes the internal clock is used;
  672. * to support using an external clock source, config options or
  673. * possibly command-line options would need to be added.
  674. *
  675. * Also, to support speeds below 2400 (why?) the lower 2 bits of
  676. * the SCSMR register would also need to be set to non-zero values.
  677. *
  678. * -- Greg Banks 27Feb2000
  679. *
  680. * Answer: The SCBRR register is only eight bits, and the value in
  681. * it gets larger with lower baud rates. At around 2400 (depending on
  682. * the peripherial module clock) you run out of bits. However the
  683. * lower two bits of SCSMR allow the module clock to be divided down,
  684. * scaling the value which is needed in SCBRR.
  685. *
  686. * -- Stuart Menefy - 23 May 2000
  687. *
  688. * I meant, why would anyone bother with bitrates below 2400.
  689. *
  690. * -- Greg Banks - 7Jul2000
  691. *
  692. * You "speedist"! How will I use my 110bps ASR-33 teletype with paper
  693. * tape reader as a console!
  694. *
  695. * -- Mitch Davis - 15 Jul 2000
  696. */
  697. #if defined(CONFIG_CPU_SUBTYPE_SH7300) || \
  698. defined(CONFIG_CPU_SUBTYPE_SH7780) || \
  699. defined(CONFIG_CPU_SUBTYPE_SH7785)
  700. #define SCBRR_VALUE(bps, clk) ((clk+16*bps)/(16*bps)-1)
  701. #elif defined(CONFIG_CPU_SUBTYPE_SH7705)
  702. #define SCBRR_VALUE(bps, clk) (((clk*2)+16*bps)/(32*bps)-1)
  703. #elif defined(__H8300H__) || defined(__H8300S__)
  704. #define SCBRR_VALUE(bps) (((CONFIG_CPU_CLOCK*1000/32)/bps)-1)
  705. #elif defined(CONFIG_SUPERH64)
  706. #define SCBRR_VALUE(bps) ((current_cpu_data.module_clock+16*bps)/(32*bps)-1)
  707. #else /* Generic SH */
  708. #define SCBRR_VALUE(bps, clk) ((clk+16*bps)/(32*bps)-1)
  709. #endif