sab82532.h revision 330897
1/*	$OpenBSD: sab82532reg.h,v 1.2 2002/04/08 17:49:42 jason Exp $	*/
2
3/*-
4 * SPDX-License-Identifier: BSD-4-Clause
5 *
6 * Copyright (c) 2001 Jason L. Wright (jason@thought.net)
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions
11 * are met:
12 * 1. Redistributions of source code must retain the above copyright
13 *    notice, this list of conditions and the following disclaimer.
14 * 2. Redistributions in binary form must reproduce the above copyright
15 *    notice, this list of conditions and the following disclaimer in the
16 *    documentation and/or other materials provided with the distribution.
17 * 3. All advertising materials mentioning features or use of this software
18 *    must display the following acknowledgement:
19 *	This product includes software developed by Jason L. Wright
20 * 4. The name of the author may not be used to endorse or promote products
21 *    derived from this software without specific prior written permission.
22 *
23 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
24 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26 * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
27 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
29 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
31 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
32 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33 * POSSIBILITY OF SUCH DAMAGE.
34 *
35 * Effort sponsored in part by the Defense Advanced Research Projects
36 * Agency (DARPA) and Air Force Research Laboratory, Air Force
37 * Materiel Command, USAF, under agreement number F30602-01-2-0537.
38 *
39 * $FreeBSD: stable/11/sys/dev/ic/sab82532.h 330897 2018-03-14 03:19:51Z eadler $
40 */
41
42#ifndef _DEV_IC_SAB82532_H_
43#define	_DEV_IC_SAB82532_H_
44
45/*
46 * Register definitions for SAB82532 based on "Enhanced Serial Communication
47 * Controller ESCC2 Version 3.2 User's Manual 07.96" from:
48 * http://www.infineon.com
49 */
50
51#define	SAB_NCHAN	2	/* number of channels */
52#define	SAB_CHANLEN	0x40	/* length of channel register set */
53
54#define	SAB_CHAN_A	0x00	/* channel A register offset */
55#define	SAB_CHAN_B	0x40	/* channel B register offset */
56
57#define	SAB_RFIFO	0x00	/* r: rx fifo */
58#define	SAB_XFIFO	0x00	/* w: tx fifo */
59#define	SAB_STAR	0x20	/* r: status register */
60#define	SAB_CMDR	0x20	/* w: command register */
61#define	SAB_MODE	0x22	/* rw: mode register */
62#define	SAB_TIMR	0x23	/* rw: timer register */
63#define	SAB_XON		0x24	/* rw: xon character */
64#define	SAB_XOFF	0x25	/* rw: xoff character */
65#define	SAB_TCR		0x26	/* rw: termination character */
66#define	SAB_DAFO	0x27	/* rw: data format */
67#define	SAB_RFC		0x28	/* rw: rfifo control register */
68#define	SAB_RBCL	0x2a	/* r: rx byte count low */
69#define	SAB_TBCL	0x2a	/* w: tx byte count low */
70#define	SAB_RBCH	0x2b	/* r: rx byte count high */
71#define	SAB_XBCH	0x2b	/* w: tx byte count high */
72#define	SAB_CCR0	0x2c	/* rw: channel configuration register 0 */
73#define	SAB_CCR1	0x2d	/* rw: channel configuration register 1 */
74#define	SAB_CCR2	0x2e	/* rw: channel configuration register 2 */
75#define	SAB_CCR3	0x2f	/* rw: channel configuration register 3 */
76#define	SAB_TSAX	0x30	/* w: time-slot assignment register tx */
77#define	SAB_TSAR	0x31	/* w: time-slot assignment register rx */
78#define	SAB_XCCR	0x32	/* w: tx channel capacity register */
79#define	SAB_RCCR	0x33	/* w: receive channel capacity register */
80#define	SAB_VSTR	0x34	/* r: version status */
81#define	SAB_BGR		0x34	/* w: baud rate generator */
82#define	SAB_TIC		0x35	/* w: transmit immediate character */
83#define	SAB_MXN		0x36	/* w: mask xon character */
84#define	SAB_MXF		0x37	/* w: mask xoff character */
85#define	SAB_GIS		0x38	/* r: global interrupt status */
86#define	SAB_IVA		0x38	/* w: interrupt vector address */
87#define	SAB_IPC		0x39	/* rw: interrupt port configuration */
88#define	SAB_ISR0	0x3a	/* r: interrupt status 0 */
89#define	SAB_IMR0	0x3a	/* w: interrupt mask 0 */
90#define	SAB_ISR1	0x3b	/* r: interrupt status 1 */
91#define	SAB_IMR1	0x3b	/* w: interrupt mask 1 */
92#define	SAB_PVR		0x3c	/* rw: port value register */
93#define	SAB_PIS		0x3d	/* r: port interrupt status */
94#define	SAB_PIM		0x3d	/* w: port interrupt mask */
95#define	SAB_PCR		0x3e	/* w: port configuration register */
96#define	SAB_CCR4	0x3f	/* rw: channel configuration register 4 */
97
98/* SAB_STAR: status register */
99#define	SAB_STAR_XDOV	0x80	/* transmit data overflow */
100#define	SAB_STAR_XFW	0x40	/* transmit fifo write enable */
101#define	SAB_STAR_RFNE	0x20	/* rfifo not empty */
102#define	SAB_STAR_FCS	0x10	/* flow control status */
103#define	SAB_STAR_TEC	0x08	/* tx immediate char is executing */
104#define	SAB_STAR_CEC	0x04	/* command is executing */
105#define	SAB_STAR_CTS	0x02	/* cts status: 0:inactive/high,1:active/low */
106
107/* SAB_CMDR: command register */
108#define	SAB_CMDR_RMC	0x80	/* receive message complete */
109#define	SAB_CMDR_RRES	0x40	/* receiver reset */
110#define	SAB_CMDR_RFRD	0x20	/* receive fifo read enable */
111#define	SAB_CMDR_STI	0x10	/* start timer */
112#define	SAB_CMDR_XF	0x08	/* transmit frame */
113#define	SAB_CMDR_XRES	0x01	/* transmit reset */
114
115/* SAB_MODE: mode register */
116#define	SAB_MODE_FRTS	0x40	/* flow control using rts */
117#define	SAB_MODE_FCTS	0x20	/* flow control using cts */
118#define	SAB_MODE_FLON	0x10	/* flow control on */
119#define	SAB_MODE_RAC	0x08	/* receiver active */
120#define	SAB_MODE_RTS	0x04	/* request to send */
121#define	SAB_MODE_TRS	0x02	/* timer resolution */
122#define	SAB_MODE_TLP	0x01	/* test loop */
123
124/* SAB_TIMR: timer register */
125#define	SAB_TIMR_CNT	0xe0	/* count mask */
126#define	SAB_TIMR_VAL	0x1f	/* value mask */
127
128/* SAB_DAFO: data format */
129#define	SAB_DAFO_XBRK	0x40	/* transmit break */
130#define	SAB_DAFO_STOP	0x20	/* stop bit: 0:1 bit, 1:2 bits */
131#define	SAB_DAFO_PAR1	0x10	/* parity 1, see below */
132#define	SAB_DAFO_PAR0	0x08	/* parity 0, see below */
133#define	SAB_DAFO_PARE	0x04	/* parity enable */
134#define	SAB_DAFO_CHL1	0x02	/* character length 1, see below */
135#define	SAB_DAFO_CHL0	0x01	/* character length 0, see below */
136
137#define	SAB_DAFO_CHL_CSIZE	(SAB_DAFO_CHL1|SAB_DAFO_CHL0)
138#define	SAB_DAFO_CHL_CS5	(SAB_DAFO_CHL1|SAB_DAFO_CHL0)
139#define	SAB_DAFO_CHL_CS6	(SAB_DAFO_CHL1)
140#define	SAB_DAFO_CHL_CS7	(SAB_DAFO_CHL0)
141#define	SAB_DAFO_CHL_CS8	(0)
142
143#define	SAB_DAFO_PARMASK	(SAB_DAFO_PAR1|SAB_DAFO_PAR0|SAB_DAFO_PARE)
144#define	SAB_DAFO_PAR_MARK	(SAB_DAFO_PAR1|SAB_DAFO_PAR0|SAB_DAFO_PARE)
145#define	SAB_DAFO_PAR_EVEN	(SAB_DAFO_PAR1|SAB_DAFO_PARE)
146#define	SAB_DAFO_PAR_ODD	(SAB_DAFO_PAR0|SAB_DAFO_PARE)
147#define	SAB_DAFO_PAR_SPACE	(SAB_DAFO_PARE)
148#define	SAB_DAFO_PAR_NONE	(0)
149
150/* SAB_RFC: rfifo control register */
151#define	SAB_RFC_DPS	0x40	/* disable parity storage */
152#define	SAB_RFC_DXS	0x20	/* disable storage of xon/xoff characters */
153#define	SAB_RFC_RFDF	0x10	/* rfifo data format: 0 data,1 data+stat */
154#define	SAB_RFC_RFTH1	0x08	/* rfifo threshold level 1, see below */
155#define	SAB_RFC_RFTH0	0x04	/* rfifo threshold level 0, see below */
156#define	SAB_RFC_TCDE	0x01	/* termination character detection enable */
157
158#define	SAB_RFC_RFTH_MASK	(SAB_RFC_RFTH1|SAB_RFC_RFTH0)
159#define	SAB_RFC_RFTH_32CHAR	(SAB_RFC_RFTH1|SAB_RFC_RFTH0)
160#define	SAB_RFC_RFTH_16CHAR	(SAB_RFC_RFTH1)
161#define	SAB_RFC_RFTH_4CHAR	(SAB_RFC_RFTH0)
162#define	SAB_RFC_RFTH_1CHAR	(0)
163
164/* SAB_RBCH: received byte count high */
165#define	SAB_RBCH_DMA	0x80	/* read back of XBCH DMA bit */
166#define	SAB_RBCH_CAS	0x20	/* read back of XBCH CAS bit */
167#define	SAB_RBCH_CNT	0x0f	/* ms 4 bits of rx byte count (not used) */
168
169/* SAB_XBCH: transmit byte count high */
170#define	SAB_XBCH_DMA	0x80	/* dma mode: 1:dma, 0:interrupt */
171#define	SAB_XBCH_CAS	0x20	/* carrier detect auto-start */
172#define	SAB_XBCH_XC	0x10	/* transmit continuously */
173#define	SAB_XBCH_CNT	0x0f	/* ms 4 bits of tx byte count */
174
175/* SAB_CCR0: channel configuration register 0 */
176#define	SAB_CCR0_PU	0x80	/* 0:power-down, 1:power-up */
177#define	SAB_CCR0_MCE	0x40	/* master clock enable */
178#define	SAB_CCR0_SC2	0x10	/* serial port config 2, see below */
179#define	SAB_CCR0_SC1	0x08	/* serial port config 1, see below */
180#define	SAB_CCR0_SC0	0x04	/* serial port config 0, see below */
181#define	SAB_CCR0_SM1	0x02	/* serial mode 1, see below */
182#define	SAB_CCR0_SM0	0x01	/* serial mode 0, see below */
183
184#define	SAB_CCR0_SC_MASK	(SAB_CCR0_SC2|SAB_CCR0_SC1|SAB_CCR0_SC0)
185#define	SAB_CCR0_SC_NRZ		(0)
186#define	SAB_CCR0_SC_NRZI	(SAB_CCR0_SC1)
187#define	SAB_CCR0_SC_FM0		(SAB_CCR0_SC2)
188#define	SAB_CCR0_SC_FM1		(SAB_CCR0_SC2|SAB_CCR0_SC0)
189#define	SAB_CCR0_SC_MANCHESTER	(SAB_CCR0_SC2|SAB_CCR0_SC1)
190
191#define	SAB_CCR0_SM_MASK	(SAB_CCR0_SM1|SAB_CCR0_SM0)
192#define	SAB_CCR0_SM_DLC		(0)
193#define	SAB_CCR0_SM_DLCLOOP	(SAB_CCR0_SM0)
194#define	SAB_CCR0_SM_BISYNC	(SAB_CCR0_SM1)
195#define	SAB_CCR0_SM_ASYNC	(SAB_CCR0_SM1|SAB_CCR0_SM0)
196
197/* SAB_CCR1: channel configuration register 1 */
198#define	SAB_CCR1_ODS	0x10	/* Output driver select:1:pushpull,0:odrain */
199#define	SAB_CCR1_BCR	0x08	/* bit clock rate: 1:async, 0:isochronous */
200#define	SAB_CCR1_CM2	0x04	/* clock mode 2, see below */
201#define	SAB_CCR1_CM1	0x02	/* clock mode 1, see below */
202#define	SAB_CCR1_CM0	0x01	/* clock mode 0, see below */
203
204#define	SAB_CCR1_CM_MASK	(SAB_CCR1_CM2|SAB_CCR1_CM1|SAB_CCR1_CM0)
205#define	SAB_CCR1_CM_7		(SAB_CCR1_CM2|SAB_CCR1_CM1|SAB_CCR1_CM0)
206
207/* SAB_CCR2: channel configuration register 2, depends on clock mode above */
208/* clock mode 0a, 1, 4, 5 */
209#define	SAB_CCR2_SOC1	0x80	/* special output 1, below */
210#define	SAB_CCR2_SOC0	0x40	/* special output 0, below */
211#define	SAB_CCR2_SOC_MASK	(SAB_CCR2_SOC1|SAB_CCR2_SOC0)
212#define	SAB_CCR2_SOC_RTSHIGH	(SAB_CCR2_SOC1)
213#define	SAB_CCR2_SOC_RTSNORM	(0)
214#define	SAB_CCR2_SOC_RTSRX	(SAB_CCR2_SOC1|SAB_CCR2_SOC0)
215/* clock mode 0b, 2, 3, 6, 7 */
216#define	SAB_CCR2_BR9	0x80	/* baud rate bit 9 */
217#define	SAB_CCR2_BR8	0x40	/* baud rate bit 8 */
218#define	SAB_CCR2_BDF	0x20	/* baud rate division factor: 0:1: 1:BRG */
219#define	SAB_CCR2_SSEL	0x10	/* clock source select */
220/* clock mode 5 */
221#define	SAB_CCR2_XCS0	0x20	/* tx clock shift, bit 0 */
222#define	SAB_CCR2_RCS0	0x10	/* rx clock shift, bit 0 */
223/* clock mode 0b, 2, 3, 4, 5, 6, 7 */
224#define	SAB_CCR2_TOE	0x08	/* tx clock output enable */
225/* clock mode 0a, 0b, 1, 2, 3, 4, 5, 6, 7 */
226#define	SAB_CCR2_RWX	0x04	/* read/write exchange (dma mode only) */
227#define	SAB_CCR2_DIV	0x01	/* data inversion (nrz) */
228
229/* SAB_CCR3: channel configuration register 3 (v2 or greater) */
230#define	SAB_CCR3_PSD	0x01	/* dpll phase shift disable (nrz/nrzi) */
231
232/* SAB_TSAX: time-slot assignment register transmit (clock mode 5 only) */
233#define	SAB_TSAX_TSNX	0xfc	/* time-slot number transmit */
234#define	SAB_TSAX_XCS2	0x02	/* transmit clock shift bit 2 */
235#define	SAB_TSAX_XCS1	0x01	/* transmit clock shift bit 1 */
236
237/* SAB_TSAR: time-slot assignment register receive (clock mode 5 only) */
238#define	SAB_TSAR_TSNR	0xfc	/* time-slot number receive */
239#define	SAB_TSAR_RCS2	0x02	/* receive clock shift bit 2 */
240#define	SAB_TSAR_RCS1	0x01	/* receive clock shift bit 1 */
241
242/* SAB_VSTR: version status register */
243#define	SAB_VSTR_CD	0x80	/* carrier detect status */
244#define	SAB_VSTR_DPLA	0x40	/* dpll asynchronous */
245#define	SAB_VSTR_VMASK	0x0f	/* chip version mask: */
246#define	SAB_VSTR_V_1	0x00	/*   version 1 */
247#define	SAB_VSTR_V_2	0x01	/*   version 2 */
248#define	SAB_VSTR_V_32	0x02	/*   version 3.2 */
249
250/* SAB_GIS: global interrupt status register */
251#define	SAB_GIS_PI	0x80	/* universal port interrupt */
252#define	SAB_GIS_ISA1	0x08	/* interrupt status a1 */
253#define	SAB_GIS_ISA0	0x04	/* interrupt status a0 */
254#define	SAB_GIS_ISB1	0x02	/* interrupt status b1 */
255#define	SAB_GIS_ISB0	0x01	/* interrupt status b0 */
256
257/* SAB_IVA: interrupt vector address */
258#define	SAB_IVA_MASK	0xf8	/* interrupt vector address mask */
259
260/* SAB_IPC: interrupt port configuration */
261#define	SAB_IPC_VIS	0x80	/* masked interrupt bits visible */
262#define	SAB_IPC_SLAMASK	0x18	/* slave address mask */
263#define	SAB_IPC_CASM	0x04	/* cascading mode */
264#define	SAB_IPC_ICMASK	0x03	/* port config mask: */
265#define	SAB_IPC_ICOD	0x00	/*   open drain output */
266#define	SAB_IPC_ICPL	0x01	/*   push/pull active low output */
267#define	SAB_IPC_ICPH	0x03	/*   push/pull active high output */
268
269/* SAB_ISR0: interrupt status 0 */
270#define	SAB_ISR0_TCD	0x80	/* termination character detected */
271#define	SAB_ISR0_TIME	0x40	/* time-out limit exceeded */
272#define	SAB_ISR0_PERR	0x20	/* parity error */
273#define	SAB_ISR0_FERR	0x10	/* framing error */
274#define	SAB_ISR0_PLLA	0x08	/* dpll asynchronous */
275#define	SAB_ISR0_CDSC	0x04	/* carrier detect status change */
276#define	SAB_ISR0_RFO	0x02	/* rfifo overflow */
277#define	SAB_ISR0_RPF	0x01	/* receive pool full */
278
279/* SAB_ISR1: interrupt status 1 */
280#define	SAB_ISR1_BRK	0x80	/* break detected */
281#define	SAB_ISR1_BRKT	0x40	/* break terminated */
282#define	SAB_ISR1_ALLS	0x20	/* all sent */
283#define	SAB_ISR1_XOFF	0x10	/* xoff detected */
284#define	SAB_ISR1_TIN	0x08	/* timer interrupt */
285#define	SAB_ISR1_CSC	0x04	/* clear to send status change */
286#define	SAB_ISR1_XON	0x02	/* xon detected */
287#define	SAB_ISR1_XPR	0x01	/* transmit pool ready */
288
289/* SAB_IMR0: interrupt mask 0 */
290#define	SAB_IMR0_TCD	0x80	/* termination character detected */
291#define	SAB_IMR0_TIME	0x40	/* time-out limit exceeded */
292#define	SAB_IMR0_PERR	0x20	/* parity error */
293#define	SAB_IMR0_FERR	0x10	/* framing error */
294#define	SAB_IMR0_PLLA	0x08	/* dpll asynchronous */
295#define	SAB_IMR0_CDSC	0x04	/* carrier detect status change */
296#define	SAB_IMR0_RFO	0x02	/* rfifo overflow */
297#define	SAB_IMR0_RPF	0x01	/* receive pool full */
298
299/* SAB_ISR1: interrupt mask 1 */
300#define	SAB_IMR1_BRK	0x80	/* break detected */
301#define	SAB_IMR1_BRKT	0x40	/* break terminated */
302#define	SAB_IMR1_ALLS	0x20	/* all sent */
303#define	SAB_IMR1_XDU	0x10	/* xoff detected */
304#define	SAB_IMR1_TIN	0x08	/* timer interrupt */
305#define	SAB_IMR1_CSC	0x04	/* clear to send status change */
306#define	SAB_IMR1_XMR	0x02	/* xon detected */
307#define	SAB_IMR1_XPR	0x01	/* transmit pool ready */
308
309/* SAB_PVR: port value register */
310#define	SAB_PVR_DSR_A	0x01	/* port A DSR */
311#define	SAB_PVR_DTR_A	0x02	/* port A DTR */
312#define	SAB_PVR_DTR_B	0x04	/* port B DTR */
313#define	SAB_PVR_DSR_B	0x08	/* port B DSR */
314#define	SAB_PVR_MAGIC	0x10	/* dunno... */
315
316/* SAB_CCR4: channel configuration register 4 */
317#define	SAB_CCR4_MCK4	0x80	/* master clock divide by 4 */
318#define	SAB_CCR4_EBRG	0x40	/* enhanced baud rate generator mode */
319#define	SAB_CCR4_TST1	0x20	/* test pin */
320#define	SAB_CCR4_ICD	0x10	/* invert polarity of carrier detect */
321
322/* Receive status byte */
323#define	SAB_RSTAT_PE	0x80	/* parity error */
324#define	SAB_RSTAT_FE	0x40	/* framing error */
325#define	SAB_RSTAT_PAR	0x01	/* parity bit */
326
327#endif /* _DEV_IC_SAB82532_H_ */
328