blob: 149ec1fe73978616c14ad3929830f5b613e2e520 [file] [log] [blame]
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +09001/*
2 * Copy and modify from linux/drivers/serial/sh-sci.h
3 */
4
Nobuhiro Iwamatsu6d020352015-02-12 13:48:04 +09005#include <dm/platform_data/serial_sh.h>
6
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +09007struct uart_port {
8 unsigned long iobase; /* in/out[bwl] */
9 unsigned char *membase; /* read/write[bwl] */
10 unsigned long mapbase; /* for ioremap */
Nobuhiro Iwamatsu6d020352015-02-12 13:48:04 +090011 enum sh_serial_type type; /* port type */
12 enum sh_clk_mode clk_mode; /* clock mode */
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +090013};
14
Marek Vasuta1a61d62019-05-07 22:04:05 +020015#if defined(CONFIG_CPU_SH7721) || \
Hideyuki Sanodde220f2012-06-25 10:29:56 +090016 defined(CONFIG_R8A7740)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +090017# define SCSCR_INIT(port) 0x0030 /* TIE=0,RIE=0,TE=1,RE=1 */
18# define PORT_PTCR 0xA405011EUL
19# define PORT_PVCR 0xA4050122UL
20# define SCIF_ORER 0x0200 /* overrun error bit */
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +090021#elif defined(CONFIG_CPU_SH7750) || \
22 defined(CONFIG_CPU_SH7750R) || \
23 defined(CONFIG_CPU_SH7750S) || \
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +090024 defined(CONFIG_CPU_SH7751) || \
25 defined(CONFIG_CPU_SH7751R)
26# define SCSPTR1 0xffe0001c /* 8 bit SCI */
27# define SCSPTR2 0xFFE80020 /* 16 bit SCIF */
28# define SCIF_ORER 0x0001 /* overrun error bit */
29# define SCSCR_INIT(port) (((port)->type == PORT_SCI) ? \
30 0x30 /* TIE=0,RIE=0,TE=1,RE=1 */ : \
31 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +090032#elif defined(CONFIG_CPU_SH7722)
33# define PADR 0xA4050120
Nobuhiro Iwamatsu4df4ed62010-11-24 13:24:33 +090034# undef PSDR
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +090035# define PSDR 0xA405013e
36# define PWDR 0xA4050166
37# define PSCR 0xA405011E
38# define SCIF_ORER 0x0001 /* overrun error bit */
39# define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +090040#elif defined(CONFIG_CPU_SH7723)
41# define SCSPTR0 0xa4050160
42# define SCSPTR1 0xa405013e
43# define SCSPTR2 0xa4050160
44# define SCSPTR3 0xa405013e
45# define SCSPTR4 0xa4050128
46# define SCSPTR5 0xa4050128
47# define SCIF_ORER 0x0001 /* overrun error bit */
48# define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
Nobuhiro Iwamatsu73bbe6d2012-01-11 10:45:01 +090049#elif defined(CONFIG_CPU_SH7734)
50# define SCSPTR0 0xFFE40020
51# define SCSPTR1 0xFFE41020
52# define SCSPTR2 0xFFE42020
53# define SCSPTR3 0xFFE43020
54# define SCSPTR4 0xFFE44020
55# define SCSPTR5 0xFFE45020
56# define SCIF_ORER 0x0001 /* overrun error bit */
57# define SCSCR_INIT(port) 0x0038 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
Yoshihiro Shimodab94d0f62013-12-18 16:04:20 +090058#elif defined(CONFIG_CPU_SH7757) || \
59 defined(CONFIG_CPU_SH7752) || \
60 defined(CONFIG_CPU_SH7753)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +090061# define SCSPTR0 0xfe4b0020
62# define SCSPTR1 0xfe4b0020
63# define SCSPTR2 0xfe4b0020
64# define SCIF_ORER 0x0001
65# define SCSCR_INIT(port) 0x38
66# define SCIF_ONLY
67#elif defined(CONFIG_CPU_SH7763)
68# define SCSPTR0 0xffe00024 /* 16 bit SCIF */
69# define SCSPTR1 0xffe08024 /* 16 bit SCIF */
70# define SCSPTR2 0xffe10020 /* 16 bit SCIF/IRDA */
71# define SCIF_ORER 0x0001 /* overrun error bit */
72# define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +090073#elif defined(CONFIG_CPU_SH7780)
74# define SCSPTR0 0xffe00024 /* 16 bit SCIF */
75# define SCSPTR1 0xffe10024 /* 16 bit SCIF */
76# define SCIF_ORER 0x0001 /* Overrun error bit */
77
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +090078/* TIE=0,RIE=0,TE=1,RE=1,REIE=1,CKE1=1 */
79# define SCSCR_INIT(port) 0x3a
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +090080
Marek Vasut5b54a942019-05-07 21:52:47 +020081#elif defined(CONFIG_RZA1)
Phil Edworthy04a62752012-05-15 22:15:51 +000082# define SCSPTR0 0xe8007020 /* 16 bit SCIF */
83# define SCSPTR1 0xe8007820 /* 16 bit SCIF */
84# define SCSPTR2 0xe8008020 /* 16 bit SCIF */
85# define SCSPTR3 0xe8008820 /* 16 bit SCIF */
86# define SCSPTR4 0xe8009020 /* 16 bit SCIF */
87# define SCSPTR5 0xe8009820 /* 16 bit SCIF */
88# define SCSPTR6 0xe800a020 /* 16 bit SCIF */
89# define SCSPTR7 0xe800a820 /* 16 bit SCIF */
90# define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
Marek Vasut2d2e3ff2019-05-01 18:20:00 +020091# define SCIF_ORER 0x0001 /* overrun error bit */
Hai Pham797e2a32023-02-28 22:29:18 +010092#elif defined(CONFIG_RCAR_GEN2) || defined(CONFIG_RCAR_64) || \
Chris Brandt3603e502018-01-16 20:52:18 -050093 defined(CONFIG_R7S72100)
Tom Rini31b8b4d2022-12-04 10:13:43 -050094# if defined(CFG_SCIF_A)
Vladimir Barinov3ed0b622015-07-20 20:49:39 +030095# define SCIF_ORER 0x0200
96# else
97# define SCIF_ORER 0x0001
98# endif
Vladimir Barinov51d3b402015-02-14 01:05:18 +030099# define SCSCR_INIT(port) (port->clk_mode == EXT_CLK ? 0x32 : 0x30)
100 /* TIE=0,RIE=0,TE=1,RE=1,REIE=0, */
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900101#else
102# error CPU subtype not defined
103#endif
104
105/* SCSCR */
106#define SCI_CTRL_FLAGS_TIE 0x80 /* all */
107#define SCI_CTRL_FLAGS_RIE 0x40 /* all */
108#define SCI_CTRL_FLAGS_TE 0x20 /* all */
109#define SCI_CTRL_FLAGS_RE 0x10 /* all */
110#if defined(CONFIG_CPU_SH7750) || \
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900111 defined(CONFIG_CPU_SH7750R) || \
112 defined(CONFIG_CPU_SH7722) || \
Nobuhiro Iwamatsu73bbe6d2012-01-11 10:45:01 +0900113 defined(CONFIG_CPU_SH7734) || \
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900114 defined(CONFIG_CPU_SH7750S) || \
115 defined(CONFIG_CPU_SH7751) || \
116 defined(CONFIG_CPU_SH7751R) || \
117 defined(CONFIG_CPU_SH7763) || \
Marek Vasut39df77a2019-05-07 22:31:23 +0200118 defined(CONFIG_CPU_SH7780)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900119#define SCI_CTRL_FLAGS_REIE 0x08 /* 7750 SCIF */
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900120#else
121#define SCI_CTRL_FLAGS_REIE 0
122#endif
123/* SCI_CTRL_FLAGS_MPIE 0x08 * 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
124/* SCI_CTRL_FLAGS_TEIE 0x04 * 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
125/* SCI_CTRL_FLAGS_CKE1 0x02 * all */
126/* SCI_CTRL_FLAGS_CKE0 0x01 * 7707 SCI/SCIF, 7708 SCI, 7709 SCI/SCIF, 7750 SCI */
127
128/* SCxSR SCI */
129#define SCI_TDRE 0x80 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
130#define SCI_RDRF 0x40 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
131#define SCI_ORER 0x20 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
132#define SCI_FER 0x10 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
133#define SCI_PER 0x08 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
134#define SCI_TEND 0x04 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
135/* SCI_MPB 0x02 * 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
136/* SCI_MPBT 0x01 * 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */
137
138#define SCI_ERRORS ( SCI_PER | SCI_FER | SCI_ORER)
139
140/* SCxSR SCIF */
141#define SCIF_ER 0x0080 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
142#define SCIF_TEND 0x0040 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
143#define SCIF_TDFE 0x0020 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
144#define SCIF_BRK 0x0010 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
145#define SCIF_FER 0x0008 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
146#define SCIF_PER 0x0004 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
147#define SCIF_RDF 0x0002 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
148#define SCIF_DR 0x0001 /* 7705 SCIF, 7707 SCIF, 7709 SCIF, 7750 SCIF */
149
Marek Vasuta1a61d62019-05-07 22:04:05 +0200150#if defined(CONFIG_CPU_SH7721) || \
Hideyuki Sanodde220f2012-06-25 10:29:56 +0900151 defined(CONFIG_R8A7740)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900152# define SCIF_ORER 0x0200
153# define SCIF_ERRORS (SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK | SCIF_ORER)
154# define SCIF_RFDC_MASK 0x007f
155# define SCIF_TXROOM_MAX 64
156#elif defined(CONFIG_CPU_SH7763)
157# define SCIF_ERRORS (SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK)
158# define SCIF_RFDC_MASK 0x007f
159# define SCIF_TXROOM_MAX 64
160/* SH7763 SCIF2 support */
161# define SCIF2_RFDC_MASK 0x001f
162# define SCIF2_TXROOM_MAX 16
Marek Vasutaa329a82018-01-22 01:43:25 +0100163#elif defined(CONFIG_RCAR_GEN2)
Nobuhiro Iwamatsu788b73f2013-07-23 13:58:20 +0900164# define SCIF_ERRORS (SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK)
Tom Rini31b8b4d2022-12-04 10:13:43 -0500165# if defined(CFG_SCIF_A)
Vladimir Barinov3ed0b622015-07-20 20:49:39 +0300166# define SCIF_RFDC_MASK 0x007f
167# else
168# define SCIF_RFDC_MASK 0x001f
169# endif
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900170#else
171# define SCIF_ERRORS (SCIF_PER | SCIF_FER | SCIF_ER | SCIF_BRK)
172# define SCIF_RFDC_MASK 0x001f
173# define SCIF_TXROOM_MAX 16
174#endif
175
176#ifndef SCIF_ORER
177#define SCIF_ORER 0x0000
178#endif
179
180#define SCxSR_TEND(port)\
181 (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
182#define SCxSR_ERRORS(port)\
183 (((port)->type == PORT_SCI) ? SCI_ERRORS : SCIF_ERRORS)
184#define SCxSR_RDxF(port)\
185 (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF)
186#define SCxSR_TDxE(port)\
187 (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
188#define SCxSR_FER(port)\
189 (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
190#define SCxSR_PER(port)\
191 (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
192#define SCxSR_BRK(port)\
193 ((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
194#define SCxSR_ORER(port)\
195 (((port)->type == PORT_SCI) ? SCI_ORER : SCIF_ORER)
196
Marek Vasuta1a61d62019-05-07 22:04:05 +0200197#if defined(CONFIG_CPU_SH7721) || \
Hideyuki Sanodde220f2012-06-25 10:29:56 +0900198 defined(CONFIG_R8A7740)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900199# define SCxSR_RDxF_CLEAR(port) (sci_in(port, SCxSR) & 0xfffc)
200# define SCxSR_ERROR_CLEAR(port) (sci_in(port, SCxSR) & 0xfd73)
201# define SCxSR_TDxE_CLEAR(port) (sci_in(port, SCxSR) & 0xffdf)
202# define SCxSR_BREAK_CLEAR(port) (sci_in(port, SCxSR) & 0xffe3)
203#else
204# define SCxSR_RDxF_CLEAR(port) (((port)->type == PORT_SCI) ? 0xbc : 0x00fc)
205# define SCxSR_ERROR_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x0073)
206# define SCxSR_TDxE_CLEAR(port) (((port)->type == PORT_SCI) ? 0x78 : 0x00df)
207# define SCxSR_BREAK_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x00e3)
208#endif
209
210/* SCFCR */
211#define SCFCR_RFRST 0x0002
212#define SCFCR_TFRST 0x0004
213#define SCFCR_TCRST 0x4000
214#define SCFCR_MCE 0x0008
215
Hai Pham19923d82023-02-28 22:29:19 +0100216/* HSSRR */
217#define HSSRR_SRE BIT(15)
218#define HSSRR_SRCYC8 0x0007
219
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900220#define SCI_MAJOR 204
221#define SCI_MINOR_START 8
222
223/* Generic serial flags */
224#define SCI_RX_THROTTLE 0x0000001
225
226#define SCI_MAGIC 0xbabeface
227
228/*
229 * Events are used to schedule things to happen at timer-interrupt
230 * time, instead of at rs interrupt time.
231 */
232#define SCI_EVENT_WRITE_WAKEUP 0
233
234#define SCI_IN(size, offset)\
235 if ((size) == 8) {\
236 return readb(port->membase + (offset));\
237 } else {\
238 return readw(port->membase + (offset));\
239 }
240#define SCI_OUT(size, offset, value)\
241 if ((size) == 8) {\
242 writeb(value, port->membase + (offset));\
243 } else if ((size) == 16) {\
244 writew(value, port->membase + (offset));\
245 }
246
247#define CPU_SCIx_FNS(name, sci_offset, sci_size, scif_offset, scif_size)\
248 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
Hai Pham19923d82023-02-28 22:29:19 +0100249 if (port->type == PORT_SCIF || port->type == PORT_SCIFB ||\
250 port->type == PORT_HSCIF) {\
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900251 SCI_IN(scif_size, scif_offset)\
252 } else { /* PORT_SCI or PORT_SCIFA */\
253 SCI_IN(sci_size, sci_offset);\
254 }\
255 }\
256static inline void sci_##name##_out(struct uart_port *port,\
257 unsigned int value) {\
Hai Pham19923d82023-02-28 22:29:19 +0100258 if (port->type == PORT_SCIF || port->type == PORT_SCIFB ||\
259 port->type == PORT_HSCIF) {\
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900260 SCI_OUT(scif_size, scif_offset, value)\
261 } else { /* PORT_SCI or PORT_SCIFA */\
262 SCI_OUT(sci_size, sci_offset, value);\
263 }\
264}
265
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900266#define CPU_SCIF_FNS(name, scif_offset, scif_size) \
267 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
268 SCI_IN(scif_size, scif_offset);\
269 }\
270 static inline void sci_##name##_out(struct uart_port *port,\
271 unsigned int value) {\
272 SCI_OUT(scif_size, scif_offset, value);\
273 }
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900274
275#define CPU_SCI_FNS(name, sci_offset, sci_size)\
276 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
277 SCI_IN(sci_size, sci_offset);\
278 }\
279 static inline void sci_##name##_out(struct uart_port *port,\
280 unsigned int value) {\
281 SCI_OUT(sci_size, sci_offset, value);\
282 }
283
Simon Glass403a8382023-02-01 13:20:07 -0700284#if defined(CONFIG_R8A7740)
Marek Vasuta1a61d62019-05-07 22:04:05 +0200285#if defined(CONFIG_CPU_SH7721) || \
Nobuhiro Iwamatsu866515f2012-06-21 13:21:32 +0900286 defined(CONFIG_SH73A0)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900287#define SCIF_FNS(name, scif_offset, scif_size) \
288 CPU_SCIF_FNS(name, scif_offset, scif_size)
Marek Vasut39df77a2019-05-07 22:31:23 +0200289#elif defined(CONFIG_R8A7740)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900290#define SCIx_FNS(name, sh4_scifa_offset, sh4_scifa_size,\
291 sh4_scifb_offset, sh4_scifb_size) \
292 CPU_SCIx_FNS(name, sh4_scifa_offset, sh4_scifa_size,\
293 sh4_scifb_offset, sh4_scifb_size)
294#define SCIF_FNS(name, scif_offset, scif_size) \
295 CPU_SCIF_FNS(name, scif_offset, scif_size)
296#else
297#define SCIx_FNS(name, sh3_sci_offset, sh3_sci_size,\
298 sh4_sci_offset, sh4_sci_size, \
299 sh3_scif_offset, sh3_scif_size,\
300 sh4_scif_offset, sh4_scif_size, \
301 h8_sci_offset, h8_sci_size) \
302 CPU_SCIx_FNS(name, sh3_sci_offset, sh3_sci_size,\
303 sh3_scif_offset, sh3_scif_size)
304#define SCIF_FNS(name, sh3_scif_offset, sh3_scif_size,\
305 sh4_scif_offset, sh4_scif_size) \
306 CPU_SCIF_FNS(name, sh3_scif_offset, sh3_scif_size)
307#endif
Marek Vasuta71ce472019-05-04 13:31:06 +0200308#elif defined(CONFIG_CPU_SH7723)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900309 #define SCIx_FNS(name, sh4_scifa_offset, sh4_scifa_size,\
310 sh4_scif_offset, sh4_scif_size) \
311 CPU_SCIx_FNS(name, sh4_scifa_offset, sh4_scifa_size,\
312 sh4_scif_offset, sh4_scif_size)
313 #define SCIF_FNS(name, sh4_scif_offset, sh4_scif_size) \
314 CPU_SCIF_FNS(name, sh4_scif_offset, sh4_scif_size)
315#else
316#define SCIx_FNS(name, sh3_sci_offset, sh3_sci_size,\
317 sh4_sci_offset, sh4_sci_size, \
318 sh3_scif_offset, sh3_scif_size,\
319 sh4_scif_offset, sh4_scif_size, \
320 h8_sci_offset, h8_sci_size) \
321 CPU_SCIx_FNS(name, sh4_sci_offset, sh4_sci_size,\
322 sh4_scif_offset, sh4_scif_size)
323#define SCIF_FNS(name, sh3_scif_offset, sh3_scif_size, \
324 sh4_scif_offset, sh4_scif_size) \
325 CPU_SCIF_FNS(name, sh4_scif_offset, sh4_scif_size)
326#endif
327
Simon Glass403a8382023-02-01 13:20:07 -0700328#if defined(CONFIG_CPU_SH7721)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900329
330SCIF_FNS(SCSMR, 0x00, 16)
331SCIF_FNS(SCBRR, 0x04, 8)
332SCIF_FNS(SCSCR, 0x08, 16)
333SCIF_FNS(SCTDSR, 0x0c, 8)
334SCIF_FNS(SCFER, 0x10, 16)
335SCIF_FNS(SCxSR, 0x14, 16)
336SCIF_FNS(SCFCR, 0x18, 16)
337SCIF_FNS(SCFDR, 0x1c, 16)
338SCIF_FNS(SCxTDR, 0x20, 8)
339SCIF_FNS(SCxRDR, 0x24, 8)
340SCIF_FNS(SCLSR, 0x00, 0)
Nobuhiro Iwamatsu6d020352015-02-12 13:48:04 +0900341SCIF_FNS(DL, 0x00, 0) /* dummy */
Marek Vasut39df77a2019-05-07 22:31:23 +0200342#elif defined(CONFIG_R8A7740)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900343SCIF_FNS(SCSMR, 0x00, 16)
344SCIF_FNS(SCBRR, 0x04, 8)
345SCIF_FNS(SCSCR, 0x08, 16)
346SCIF_FNS(SCTDSR, 0x0c, 16)
347SCIF_FNS(SCFER, 0x10, 16)
348SCIF_FNS(SCxSR, 0x14, 16)
349SCIF_FNS(SCFCR, 0x18, 16)
350SCIF_FNS(SCFDR, 0x1c, 16)
351SCIF_FNS(SCTFDR, 0x38, 16)
352SCIF_FNS(SCRFDR, 0x3c, 16)
353SCIx_FNS(SCxTDR, 0x20, 8, 0x40, 8)
354SCIx_FNS(SCxRDR, 0x24, 8, 0x60, 8)
355SCIF_FNS(SCLSR, 0x00, 0)
Nobuhiro Iwamatsu6d020352015-02-12 13:48:04 +0900356SCIF_FNS(DL, 0x00, 0) /* dummy */
Marek Vasuta71ce472019-05-04 13:31:06 +0200357#elif defined(CONFIG_CPU_SH7723)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900358SCIx_FNS(SCSMR, 0x00, 16, 0x00, 16)
359SCIx_FNS(SCBRR, 0x04, 8, 0x04, 8)
360SCIx_FNS(SCSCR, 0x08, 16, 0x08, 16)
361SCIx_FNS(SCxTDR, 0x20, 8, 0x0c, 8)
362SCIx_FNS(SCxSR, 0x14, 16, 0x10, 16)
363SCIx_FNS(SCxRDR, 0x24, 8, 0x14, 8)
364SCIx_FNS(SCSPTR, 0, 0, 0, 0)
365SCIF_FNS(SCTDSR, 0x0c, 8)
366SCIF_FNS(SCFER, 0x10, 16)
367SCIF_FNS(SCFCR, 0x18, 16)
368SCIF_FNS(SCFDR, 0x1c, 16)
369SCIF_FNS(SCLSR, 0x24, 16)
Nobuhiro Iwamatsu6d020352015-02-12 13:48:04 +0900370SCIF_FNS(DL, 0x00, 0) /* dummy */
Marek Vasutaa329a82018-01-22 01:43:25 +0100371#elif defined(CONFIG_RCAR_GEN2)
Vladimir Barinov3ed0b622015-07-20 20:49:39 +0300372/* SCIFA and SCIF register offsets and size */
373SCIx_FNS(SCSMR, 0, 0, 0x00, 16, 0, 0, 0x00, 16, 0, 0)
374SCIx_FNS(SCBRR, 0, 0, 0x04, 8, 0, 0, 0x04, 8, 0, 0)
375SCIx_FNS(SCSCR, 0, 0, 0x08, 16, 0, 0, 0x08, 16, 0, 0)
376SCIx_FNS(SCxTDR, 0, 0, 0x20, 8, 0, 0, 0x0C, 8, 0, 0)
377SCIx_FNS(SCxSR, 0, 0, 0x14, 16, 0, 0, 0x10, 16, 0, 0)
378SCIx_FNS(SCxRDR, 0, 0, 0x24, 8, 0, 0, 0x14, 8, 0, 0)
379SCIF_FNS(SCFCR, 0, 0, 0x18, 16)
380SCIF_FNS(SCFDR, 0, 0, 0x1C, 16)
381SCIF_FNS(SCSPTR, 0, 0, 0x20, 16)
382SCIF_FNS(DL, 0, 0, 0x30, 16)
383SCIF_FNS(CKS, 0, 0, 0x34, 16)
Hai Pham19923d82023-02-28 22:29:19 +0100384SCIF_FNS(HSSRR, 0, 0, 0x40, 16) /* HSCIF only */
Tom Rini31b8b4d2022-12-04 10:13:43 -0500385#if defined(CFG_SCIF_A)
Vladimir Barinov3ed0b622015-07-20 20:49:39 +0300386SCIF_FNS(SCLSR, 0, 0, 0x14, 16)
387#else
388SCIF_FNS(SCLSR, 0, 0, 0x24, 16)
389#endif
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900390#else
391/* reg SCI/SH3 SCI/SH4 SCIF/SH3 SCIF/SH4 SCI/H8*/
392/* name off sz off sz off sz off sz off sz*/
393SCIx_FNS(SCSMR, 0x00, 8, 0x00, 8, 0x00, 8, 0x00, 16, 0x00, 8)
394SCIx_FNS(SCBRR, 0x02, 8, 0x04, 8, 0x02, 8, 0x04, 8, 0x01, 8)
395SCIx_FNS(SCSCR, 0x04, 8, 0x08, 8, 0x04, 8, 0x08, 16, 0x02, 8)
396SCIx_FNS(SCxTDR, 0x06, 8, 0x0c, 8, 0x06, 8, 0x0C, 8, 0x03, 8)
397SCIx_FNS(SCxSR, 0x08, 8, 0x10, 8, 0x08, 16, 0x10, 16, 0x04, 8)
398SCIx_FNS(SCxRDR, 0x0a, 8, 0x14, 8, 0x0A, 8, 0x14, 8, 0x05, 8)
399SCIF_FNS(SCFCR, 0x0c, 8, 0x18, 16)
Marek Vasut39df77a2019-05-07 22:31:23 +0200400#if defined(CONFIG_CPU_SH7780)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900401SCIF_FNS(SCFDR, 0x0e, 16, 0x1C, 16)
402SCIF_FNS(SCTFDR, 0x0e, 16, 0x1C, 16)
403SCIF_FNS(SCRFDR, 0x0e, 16, 0x20, 16)
404SCIF_FNS(SCSPTR, 0, 0, 0x24, 16)
405SCIF_FNS(SCLSR, 0, 0, 0x28, 16)
406#elif defined(CONFIG_CPU_SH7763)
407SCIF_FNS(SCFDR, 0, 0, 0x1C, 16)
408SCIF_FNS(SCSPTR2, 0, 0, 0x20, 16)
409SCIF_FNS(SCLSR2, 0, 0, 0x24, 16)
410SCIF_FNS(SCTFDR, 0x0e, 16, 0x1C, 16)
411SCIF_FNS(SCRFDR, 0x0e, 16, 0x20, 16)
412SCIF_FNS(SCSPTR, 0, 0, 0x24, 16)
413SCIF_FNS(SCLSR, 0, 0, 0x28, 16)
414#else
Nobuhiro Iwamatsu6d020352015-02-12 13:48:04 +0900415
Marek Vasut6c17cd62023-02-28 22:19:30 +0100416SCIF_FNS(SCFDR, 0x0e, 16, 0x1C, 16)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900417#if defined(CONFIG_CPU_SH7722)
Marek Vasut6c17cd62023-02-28 22:19:30 +0100418SCIF_FNS(SCSPTR, 0, 0, 0, 0)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900419#else
Marek Vasut6c17cd62023-02-28 22:19:30 +0100420SCIF_FNS(SCSPTR, 0, 0, 0x20, 16)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900421#endif
Marek Vasut6c17cd62023-02-28 22:19:30 +0100422SCIF_FNS(SCLSR, 0, 0, 0x24, 16)
Nobuhiro Iwamatsu6d020352015-02-12 13:48:04 +0900423#endif
Hai Pham19923d82023-02-28 22:29:19 +0100424SCIF_FNS(DL, 0, 0, 0x30, 16)
425SCIF_FNS(CKS, 0, 0, 0x34, 16)
426SCIF_FNS(HSSRR, 0, 0, 0x40, 16) /* HSCIF only */
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900427#endif
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900428#define sci_in(port, reg) sci_##reg##_in(port)
429#define sci_out(port, reg, value) sci_##reg##_out(port, value)
430
Marek Vasuta1a61d62019-05-07 22:04:05 +0200431#if defined(CONFIG_CPU_SH7750) || \
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900432 defined(CONFIG_CPU_SH7751) || \
433 defined(CONFIG_CPU_SH7751R) || \
434 defined(CONFIG_CPU_SH7750R) || \
Marek Vasut39df77a2019-05-07 22:31:23 +0200435 defined(CONFIG_CPU_SH7750S)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900436static inline int sci_rxd_in(struct uart_port *port)
437{
438 if (port->mapbase == 0xffe00000)
439 return __raw_readb(SCSPTR1)&0x01 ? 1 : 0; /* SCI */
440 return 1;
441}
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900442#else /* default case for non-SCI processors */
443static inline int sci_rxd_in(struct uart_port *port)
444{
445 return 1;
446}
447#endif
448
449/*
450 * Values for the BitRate Register (SCBRR)
451 *
452 * The values are actually divisors for a frequency which can
453 * be internal to the SH3 (14.7456MHz) or derived from an external
454 * clock source. This driver assumes the internal clock is used;
455 * to support using an external clock source, config options or
456 * possibly command-line options would need to be added.
457 *
458 * Also, to support speeds below 2400 (why?) the lower 2 bits of
459 * the SCSMR register would also need to be set to non-zero values.
460 *
461 * -- Greg Banks 27Feb2000
462 *
463 * Answer: The SCBRR register is only eight bits, and the value in
464 * it gets larger with lower baud rates. At around 2400 (depending on
465 * the peripherial module clock) you run out of bits. However the
466 * lower two bits of SCSMR allow the module clock to be divided down,
467 * scaling the value which is needed in SCBRR.
468 *
469 * -- Stuart Menefy - 23 May 2000
470 *
471 * I meant, why would anyone bother with bitrates below 2400.
472 *
473 * -- Greg Banks - 7Jul2000
474 *
475 * You "speedist"! How will I use my 110bps ASR-33 teletype with paper
476 * tape reader as a console!
477 *
478 * -- Mitch Davis - 15 Jul 2000
479 */
480
Marek Vasut39df77a2019-05-07 22:31:23 +0200481#if defined(CONFIG_CPU_SH7780)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900482#define SCBRR_VALUE(bps, clk) ((clk+16*bps)/(16*bps)-1)
Marek Vasuta1a61d62019-05-07 22:04:05 +0200483#elif defined(CONFIG_CPU_SH7721) || \
Hideyuki Sanodde220f2012-06-25 10:29:56 +0900484 defined(CONFIG_R8A7740)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900485#define SCBRR_VALUE(bps, clk) (((clk*2)+16*bps)/(32*bps)-1)
Marek Vasuta71ce472019-05-04 13:31:06 +0200486#elif defined(CONFIG_CPU_SH7723)
Nobuhiro Iwamatsu6d020352015-02-12 13:48:04 +0900487static inline int scbrr_calc(struct uart_port *port, int bps, int clk)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900488{
Nobuhiro Iwamatsu6d020352015-02-12 13:48:04 +0900489 if (port->type == PORT_SCIF)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900490 return (clk+16*bps)/(32*bps)-1;
491 else
492 return ((clk*2)+16*bps)/(16*bps)-1;
493}
Nobuhiro Iwamatsu6d020352015-02-12 13:48:04 +0900494#define SCBRR_VALUE(bps, clk) scbrr_calc(port, bps, clk)
Marek Vasutaa329a82018-01-22 01:43:25 +0100495#elif defined(CONFIG_RCAR_GEN2)
Nobuhiro Iwamatsu65653302014-07-28 15:07:44 +0900496#define DL_VALUE(bps, clk) (clk / bps / 16) /* External Clock */
Hai Pham19923d82023-02-28 22:29:19 +0100497 #if defined(CFG_SCIF_A) || defined(CFG_HSCIF)
Vladimir Barinov3ed0b622015-07-20 20:49:39 +0300498 #define SCBRR_VALUE(bps, clk) (clk / bps / 16 - 1) /* Internal Clock */
499 #else
500 #define SCBRR_VALUE(bps, clk) (clk / bps / 32 - 1) /* Internal Clock */
501 #endif
Hai Pham19923d82023-02-28 22:29:19 +0100502#elif defined(CONFIG_RCAR_64)
503static inline int scbrr_calc(struct uart_port *port, int bps, int clk)
504{
505 if (port->type == PORT_SCIF)
506 return (clk + 16 * bps) / (32 * bps) - 1;
507 else /* PORT_HSCIF */
508 return clk / bps / 8 / 2 - 1; /* Internal Clock, Sampling rate = 8 */
509}
510#define SCBRR_VALUE(bps, clk) scbrr_calc(port, bps, clk)
Nobuhiro Iwamatsua5579ca2010-10-26 03:55:15 +0900511#else /* Generic SH */
512#define SCBRR_VALUE(bps, clk) ((clk+16*bps)/(32*bps)-1)
513#endif
Nobuhiro Iwamatsu6d020352015-02-12 13:48:04 +0900514
515#ifndef DL_VALUE
516#define DL_VALUE(bps, clk) 0
517#endif