firewirereg.h revision 116376
1340Salm/*
2340Salm * Copyright (c) 2003 Hidetoshi Shimokawa
3340Salm * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
4340Salm * All rights reserved.
5340Salm *
6340Salm * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright
10 *    notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright
12 *    notice, this list of conditions and the following disclaimer in the
13 *    documentation and/or other materials provided with the distribution.
14 * 3. All advertising materials mentioning features or use of this software
15 *    must display the acknowledgement as bellow:
16 *
17 *    This product includes software developed by K. Kobayashi and H. Shimokawa
18 *
19 * 4. The name of the author may not be used to endorse or promote products
20 *    derived from this software without specific prior written permission.
21 *
22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
24 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
25 * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
26 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
27 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
28 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
30 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32 * POSSIBILITY OF SUCH DAMAGE.
33 *
34 * $FreeBSD: head/sys/dev/firewire/firewirereg.h 116376 2003-06-15 04:09:26Z simokawa $
35 *
36 */
37
38#if __FreeBSD_version >= 500000
39typedef	struct thread fw_proc;
40#include <sys/selinfo.h>
41#else
42typedef	struct proc fw_proc;
43#include <sys/select.h>
44#endif
45
46#include <sys/uio.h>
47
48#define	splfw splimp
49
50struct fw_device{
51	u_int16_t dst;
52	struct fw_eui64 eui;
53	u_int8_t speed;
54	u_int8_t maxrec;
55	u_int8_t nport;
56	u_int8_t power;
57#define CSRROMOFF 0x400
58#define CSRROMSIZE 0x400
59	int rommax;	/* offset from 0xffff f000 0000 */
60	u_int32_t csrrom[CSRROMSIZE/4];
61	int rcnt;
62	struct firewire_comm *fc;
63	u_int32_t status;
64#define FWDEVINIT	1
65#define FWDEVATTACHED	2
66#define FWDEVINVAL	3
67	STAILQ_ENTRY(fw_device) link;
68};
69
70struct firewire_softc {
71#if __FreeBSD_version >= 500000
72	dev_t dev;
73#else
74	dev_t dev[FWMAXNDMA+1];
75#endif
76	struct firewire_comm *fc;
77};
78
79#define FW_MAX_DMACH 0x20
80#define FW_MAX_DEVCH FW_MAX_DMACH
81#define FW_XFERTIMEOUT 1
82
83struct firewire_dev_comm {
84	device_t dev;
85	struct firewire_comm *fc;
86	void (*post_busreset) __P((void *));
87	void (*post_explore) __P((void *));
88};
89
90struct tcode_info {
91	u_char hdr_len;	/* IEEE1394 header length */
92	u_char flag;
93#define FWTI_REQ	(1 << 0)
94#define FWTI_RES	(1 << 1)
95#define FWTI_TLABEL	(1 << 2)
96#define FWTI_BLOCK_STR	(1 << 3)
97#define FWTI_BLOCK_ASY	(1 << 4)
98};
99
100struct firewire_comm{
101	device_t dev;
102	device_t bdev;
103	u_int16_t busid:10,
104		  nodeid:6;
105	u_int mode;
106	u_int nport;
107	u_int speed;
108	u_int maxrec;
109	u_int irm;
110	u_int max_node;
111	u_int max_hop;
112	u_int max_asyretry;
113#define FWPHYASYST (1 << 0)
114	u_int retry_count;
115	u_int32_t ongobus:10,
116		  ongonode:6,
117		  ongoaddr:16;
118	struct fw_device *ongodev;
119	struct fw_eui64 ongoeui;
120#define	FWMAXCSRDIR     16
121	SLIST_HEAD(, csrdir) ongocsr;
122	SLIST_HEAD(, csrdir) csrfree;
123	u_int32_t status;
124#define	FWBUSRESET	0
125#define	FWBUSINIT	1
126#define	FWBUSCYMELECT	2
127#define	FWBUSMGRELECT	3
128#define	FWBUSMGRDONE	4
129#define	FWBUSEXPLORE	5
130#define	FWBUSPHYCONF	6
131#define	FWBUSEXPDONE	7
132#define	FWBUSCOMPLETION	10
133	int nisodma;
134	struct fw_eui64 eui;
135	struct fw_xferq
136		*arq, *atq, *ars, *ats, *it[FW_MAX_DMACH],*ir[FW_MAX_DMACH];
137	STAILQ_HEAD(, tlabel) tlabels[0x40];
138	STAILQ_HEAD(, fw_bind) binds;
139	STAILQ_HEAD(, fw_device) devices;
140	STAILQ_HEAD(, fw_xfer)	pending;
141	u_int  sid_cnt;
142#define CSRSIZE 0x4000
143	u_int32_t csr_arc[CSRSIZE/4];
144#define CROMSIZE 0x400
145	u_int32_t *config_rom;
146	struct crom_src_buf *crom_src_buf;
147	struct crom_src *crom_src;
148	struct crom_chunk *crom_root;
149	struct fw_topology_map *topology_map;
150	struct fw_speed_map *speed_map;
151	struct callout busprobe_callout;
152	struct callout bmr_callout;
153	struct callout timeout_callout;
154	struct callout retry_probe_callout;
155	u_int32_t (*cyctimer) __P((struct  firewire_comm *));
156	void (*ibr) __P((struct firewire_comm *));
157	u_int32_t (*set_bmr) __P((struct firewire_comm *, u_int32_t));
158	int (*ioctl) __P((dev_t, u_long, caddr_t, int, fw_proc *));
159	int (*irx_enable) __P((struct firewire_comm *, int));
160	int (*irx_disable) __P((struct firewire_comm *, int));
161	int (*itx_enable) __P((struct firewire_comm *, int));
162	int (*itx_disable) __P((struct firewire_comm *, int));
163	void (*timeout) __P((void *));
164	void (*poll) __P((struct firewire_comm *, int, int));
165	void (*set_intr) __P((struct firewire_comm *, int));
166	void (*irx_post) __P((struct firewire_comm *, u_int32_t *));
167	void (*itx_post) __P((struct firewire_comm *, u_int32_t *));
168	struct tcode_info *tcode;
169	bus_dma_tag_t dmat;
170};
171#define CSRARC(sc, offset) ((sc)->csr_arc[(offset)/4])
172
173struct csrdir{
174	u_int32_t ongoaddr;
175	u_int32_t off;
176	SLIST_ENTRY(csrdir) link;
177};
178
179struct fw_xferq {
180	int flag;
181#define FWXFERQ_CHTAGMASK 0xff
182#define FWXFERQ_RUNNING (1 << 8)
183#define FWXFERQ_STREAM (1 << 9)
184
185#define FWXFERQ_BULK (1 << 11)
186#define FWXFERQ_MODEMASK (7 << 10)
187
188#define FWXFERQ_EXTBUF (1 << 13)
189#define FWXFERQ_OPEN (1 << 14)
190
191#define FWXFERQ_HANDLER (1 << 16)
192#define FWXFERQ_WAKEUP (1 << 17)
193
194	void (*start) __P((struct firewire_comm*));
195	STAILQ_HEAD(, fw_xfer) q;
196	u_int queued;
197	u_int maxq;
198	u_int psize;
199	STAILQ_HEAD(, fw_bind) binds;
200	struct fwdma_alloc_multi *buf;
201	u_int bnchunk;
202	u_int bnpacket;
203	struct fw_bulkxfer *bulkxfer;
204	STAILQ_HEAD(, fw_bulkxfer) stvalid;
205	STAILQ_HEAD(, fw_bulkxfer) stfree;
206	STAILQ_HEAD(, fw_bulkxfer) stdma;
207	struct fw_bulkxfer *stproc;
208	struct selinfo rsel;
209	caddr_t sc;
210	void (*hand) __P((struct fw_xferq *));
211};
212
213struct fw_bulkxfer{
214	int poffset;
215	struct mbuf *mbuf;
216	STAILQ_ENTRY(fw_bulkxfer) link;
217	caddr_t start;
218	caddr_t end;
219	int resp;
220};
221
222struct tlabel{
223	struct fw_xfer  *xfer;
224	STAILQ_ENTRY(tlabel) link;
225};
226
227struct fw_bind{
228	u_int32_t start_hi, start_lo, addrlen;
229	STAILQ_HEAD(, fw_xfer) xferlist;
230	STAILQ_ENTRY(fw_bind) fclist;
231	STAILQ_ENTRY(fw_bind) chlist;
232#define FWACT_NULL	0
233#define FWACT_XFER	2
234#define FWACT_CH	3
235	u_int8_t act_type;
236	u_int8_t sub;
237};
238
239struct fw_xfer{
240	caddr_t sc;
241	struct firewire_comm *fc;
242	struct fw_xferq *q;
243	struct timeval tv;
244	/* XXX should be removed */
245	u_int32_t dst; /* XXX for if_fwe */
246	u_int8_t spd;
247	int8_t resp;
248#define FWXF_INIT 0
249#define FWXF_INQ 1
250#define FWXF_START 2
251#define FWXF_SENT 3
252#define FWXF_SENTERR 4
253#define FWXF_BUSY 8
254#define FWXF_RCVD 10
255	u_int8_t state;
256	u_int8_t retry;
257	u_int8_t tl;
258	void (*retry_req) __P((struct fw_xfer *));
259	union{
260		void (*hand) __P((struct fw_xfer *));
261	} act;
262	struct {
263		int len;
264		caddr_t buf;
265	} send, recv;
266	struct mbuf *mbuf;
267	STAILQ_ENTRY(fw_xfer) link;
268	struct malloc_type *malloc;
269};
270void fw_sidrcv __P((struct firewire_comm *, u_int32_t *, u_int));
271void fw_rcv __P((struct firewire_comm *, struct iovec *, int, u_int, u_int));
272void fw_xfer_unload __P(( struct fw_xfer*));
273void fw_xfer_free __P(( struct fw_xfer*));
274struct fw_xfer *fw_xfer_alloc __P((struct malloc_type *));
275struct fw_xfer *fw_xfer_alloc_buf __P((struct malloc_type *, int, int));
276void fw_init __P((struct firewire_comm *));
277int fw_tbuf_update __P((struct firewire_comm *, int, int));
278int fw_rbuf_update __P((struct firewire_comm *, int, int));
279void fw_asybusy __P((struct fw_xfer *));
280int fw_bindadd __P((struct firewire_comm *, struct fw_bind *));
281int fw_bindremove __P((struct firewire_comm *, struct fw_bind *));
282int fw_asyreq __P((struct firewire_comm *, int, struct fw_xfer*));
283void fw_busreset __P((struct firewire_comm *));
284u_int16_t fw_crc16 __P((u_int32_t *, u_int32_t));
285void fw_xfer_timeout __P((void *));
286void fw_xfer_done __P((struct fw_xfer *));
287void fw_asy_callback __P((struct fw_xfer *));
288struct fw_device *fw_noderesolve_nodeid __P((struct firewire_comm *, int));
289struct fw_device *fw_noderesolve_eui64 __P((struct firewire_comm *, struct fw_eui64 *));
290struct fw_bind *fw_bindlookup __P((struct firewire_comm *, u_int32_t, u_int32_t));
291void fw_drain_txq __P((struct firewire_comm *));
292
293
294extern int firewire_debug;
295extern devclass_t firewire_devclass;
296
297#define		FWPRI		((PZERO+8)|PCATCH)
298
299#if __FreeBSD_version >= 500000
300#define CALLOUT_INIT(x) callout_init(x, 0 /* mpsafe */)
301#else
302#define CALLOUT_INIT(x) callout_init(x)
303#endif
304
305MALLOC_DECLARE(M_FW);
306MALLOC_DECLARE(M_FWXFER);
307