sh-sci.h 27 KB

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