dwlpx_dma.c revision 1.1.2.1 1 1.1.2.1 thorpej /* $NetBSD: dwlpx_dma.c,v 1.1.2.1 1997/05/23 21:44:45 thorpej Exp $ */
2 1.1.2.1 thorpej
3 1.1.2.1 thorpej /*-
4 1.1.2.1 thorpej * Copyright (c) 1997 The NetBSD Foundation, Inc.
5 1.1.2.1 thorpej * All rights reserved.
6 1.1.2.1 thorpej *
7 1.1.2.1 thorpej * This code is derived from software contributed to The NetBSD Foundation
8 1.1.2.1 thorpej * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
9 1.1.2.1 thorpej * NASA Ames Research Center.
10 1.1.2.1 thorpej *
11 1.1.2.1 thorpej * Redistribution and use in source and binary forms, with or without
12 1.1.2.1 thorpej * modification, are permitted provided that the following conditions
13 1.1.2.1 thorpej * are met:
14 1.1.2.1 thorpej * 1. Redistributions of source code must retain the above copyright
15 1.1.2.1 thorpej * notice, this list of conditions and the following disclaimer.
16 1.1.2.1 thorpej * 2. Redistributions in binary form must reproduce the above copyright
17 1.1.2.1 thorpej * notice, this list of conditions and the following disclaimer in the
18 1.1.2.1 thorpej * documentation and/or other materials provided with the distribution.
19 1.1.2.1 thorpej * 3. All advertising materials mentioning features or use of this software
20 1.1.2.1 thorpej * must display the following acknowledgement:
21 1.1.2.1 thorpej * This product includes software developed by the NetBSD
22 1.1.2.1 thorpej * Foundation, Inc. and its contributors.
23 1.1.2.1 thorpej * 4. Neither the name of The NetBSD Foundation nor the names of its
24 1.1.2.1 thorpej * contributors may be used to endorse or promote products derived
25 1.1.2.1 thorpej * from this software without specific prior written permission.
26 1.1.2.1 thorpej *
27 1.1.2.1 thorpej * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
28 1.1.2.1 thorpej * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
29 1.1.2.1 thorpej * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
30 1.1.2.1 thorpej * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
31 1.1.2.1 thorpej * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPEDWLPXL, EXEMPLARY, OR
32 1.1.2.1 thorpej * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33 1.1.2.1 thorpej * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34 1.1.2.1 thorpej * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 1.1.2.1 thorpej * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36 1.1.2.1 thorpej * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37 1.1.2.1 thorpej * POSSIBILITY OF SUCH DAMAGE.
38 1.1.2.1 thorpej */
39 1.1.2.1 thorpej
40 1.1.2.1 thorpej #include <machine/options.h> /* Config options headers */
41 1.1.2.1 thorpej #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
42 1.1.2.1 thorpej
43 1.1.2.1 thorpej __KERNEL_RCSID(0, "$NetBSD: dwlpx_dma.c,v 1.1.2.1 1997/05/23 21:44:45 thorpej Exp $");
44 1.1.2.1 thorpej
45 1.1.2.1 thorpej #include <sys/param.h>
46 1.1.2.1 thorpej #include <sys/systm.h>
47 1.1.2.1 thorpej #include <sys/kernel.h>
48 1.1.2.1 thorpej #include <sys/device.h>
49 1.1.2.1 thorpej #include <sys/malloc.h>
50 1.1.2.1 thorpej #include <vm/vm.h>
51 1.1.2.1 thorpej
52 1.1.2.1 thorpej #define _ALPHA_BUS_DMA_PRIVATE
53 1.1.2.1 thorpej #include <machine/bus.h>
54 1.1.2.1 thorpej
55 1.1.2.1 thorpej #include <dev/pci/pcireg.h>
56 1.1.2.1 thorpej #include <dev/pci/pcivar.h>
57 1.1.2.1 thorpej #include <alpha/tlsb/tlsbreg.h>
58 1.1.2.1 thorpej #include <alpha/tlsb/kftxxvar.h>
59 1.1.2.1 thorpej #include <alpha/tlsb/kftxxreg.h>
60 1.1.2.1 thorpej #include <alpha/pci/dwlpxreg.h>
61 1.1.2.1 thorpej #include <alpha/pci/dwlpxvar.h>
62 1.1.2.1 thorpej #include <alpha/pci/pci_kn8ae.h>
63 1.1.2.1 thorpej
64 1.1.2.1 thorpej bus_dma_tag_t dwlpx_dma_get_tag __P((bus_dma_tag_t, alpha_bus_t));
65 1.1.2.1 thorpej
66 1.1.2.1 thorpej int dwlpx_bus_dmamap_create __P((bus_dma_tag_t, bus_size_t, int,
67 1.1.2.1 thorpej bus_size_t, bus_size_t, int, bus_dmamap_t *));
68 1.1.2.1 thorpej int dwlpx_bus_dmamap_create_sgmap __P((bus_dma_tag_t, bus_size_t, int,
69 1.1.2.1 thorpej bus_size_t, bus_size_t, int, bus_dmamap_t *));
70 1.1.2.1 thorpej
71 1.1.2.1 thorpej void dwlpx_bus_dmamap_destroy __P((bus_dma_tag_t, bus_dmamap_t));
72 1.1.2.1 thorpej
73 1.1.2.1 thorpej int dwlpx_bus_dmamap_load_direct __P((bus_dma_tag_t, bus_dmamap_t, void *,
74 1.1.2.1 thorpej bus_size_t, struct proc *, int));
75 1.1.2.1 thorpej int dwlpx_bus_dmamap_load_sgmap __P((bus_dma_tag_t, bus_dmamap_t, void *,
76 1.1.2.1 thorpej bus_size_t, struct proc *, int));
77 1.1.2.1 thorpej
78 1.1.2.1 thorpej int dwlpx_bus_dmamap_load_mbuf_direct __P((bus_dma_tag_t, bus_dmamap_t,
79 1.1.2.1 thorpej struct mbuf *, int));
80 1.1.2.1 thorpej int dwlpx_bus_dmamap_load_mbuf_sgmap __P((bus_dma_tag_t, bus_dmamap_t,
81 1.1.2.1 thorpej struct mbuf *, int));
82 1.1.2.1 thorpej
83 1.1.2.1 thorpej int dwlpx_bus_dmamap_load_uio_direct __P((bus_dma_tag_t, bus_dmamap_t,
84 1.1.2.1 thorpej struct uio *, int));
85 1.1.2.1 thorpej int dwlpx_bus_dmamap_load_uio_sgmap __P((bus_dma_tag_t, bus_dmamap_t,
86 1.1.2.1 thorpej struct uio *, int));
87 1.1.2.1 thorpej
88 1.1.2.1 thorpej int dwlpx_bus_dmamap_load_raw_direct __P((bus_dma_tag_t, bus_dmamap_t,
89 1.1.2.1 thorpej bus_dma_segment_t *, int, bus_size_t, int));
90 1.1.2.1 thorpej int dwlpx_bus_dmamap_load_raw_sgmap __P((bus_dma_tag_t, bus_dmamap_t,
91 1.1.2.1 thorpej bus_dma_segment_t *, int, bus_size_t, int));
92 1.1.2.1 thorpej
93 1.1.2.1 thorpej void dwlpx_bus_dmamap_unload __P((bus_dma_tag_t, bus_dmamap_t));
94 1.1.2.1 thorpej
95 1.1.2.1 thorpej /*
96 1.1.2.1 thorpej * The direct-mapped DMA window begins at this PCI address.
97 1.1.2.1 thorpej */
98 1.1.2.1 thorpej #define DWLPX_DIRECT_MAPPED_BASE 0x40000000
99 1.1.2.1 thorpej
100 1.1.2.1 thorpej void
101 1.1.2.1 thorpej dwlpx_dma_init(ccp)
102 1.1.2.1 thorpej struct dwlpx_config *ccp;
103 1.1.2.1 thorpej {
104 1.1.2.1 thorpej char *exname;
105 1.1.2.1 thorpej bus_dma_tag_t t;
106 1.1.2.1 thorpej int i;
107 1.1.2.1 thorpej
108 1.1.2.1 thorpej /*
109 1.1.2.1 thorpej * Initialize the DMA tag used for direct-mapped DMA.
110 1.1.2.1 thorpej */
111 1.1.2.1 thorpej t = &ccp->cc_dmat_direct;
112 1.1.2.1 thorpej t->_cookie = ccp;
113 1.1.2.1 thorpej t->_get_tag = dwlpx_dma_get_tag;
114 1.1.2.1 thorpej t->_dmamap_create = dwlpx_bus_dmamap_create;
115 1.1.2.1 thorpej t->_dmamap_destroy = dwlpx_bus_dmamap_destroy;
116 1.1.2.1 thorpej t->_dmamap_load = dwlpx_bus_dmamap_load_direct;
117 1.1.2.1 thorpej t->_dmamap_load_mbuf = dwlpx_bus_dmamap_load_mbuf_direct;
118 1.1.2.1 thorpej t->_dmamap_load_uio = dwlpx_bus_dmamap_load_uio_direct;
119 1.1.2.1 thorpej t->_dmamap_load_raw = dwlpx_bus_dmamap_load_raw_direct;
120 1.1.2.1 thorpej t->_dmamap_unload = dwlpx_bus_dmamap_unload;
121 1.1.2.1 thorpej t->_dmamap_sync = NULL; /* Nothing to do. */
122 1.1.2.1 thorpej
123 1.1.2.1 thorpej t->_dmamem_alloc = _bus_dmamem_alloc;
124 1.1.2.1 thorpej t->_dmamem_free = _bus_dmamem_free;
125 1.1.2.1 thorpej t->_dmamem_map = _bus_dmamem_map;
126 1.1.2.1 thorpej t->_dmamem_unmap = _bus_dmamem_unmap;
127 1.1.2.1 thorpej t->_dmamem_mmap = _bus_dmamem_mmap;
128 1.1.2.1 thorpej
129 1.1.2.1 thorpej /*
130 1.1.2.1 thorpej * Initialize the DMA tag used for sgmap-mapped DMA.
131 1.1.2.1 thorpej */
132 1.1.2.1 thorpej t = &ccp->cc_dmat_sgmap;
133 1.1.2.1 thorpej t->_cookie = ccp;
134 1.1.2.1 thorpej t->_get_tag = dwlpx_dma_get_tag;
135 1.1.2.1 thorpej t->_dmamap_create = dwlpx_bus_dmamap_create_sgmap;
136 1.1.2.1 thorpej t->_dmamap_destroy = dwlpx_bus_dmamap_destroy;
137 1.1.2.1 thorpej t->_dmamap_load = dwlpx_bus_dmamap_load_sgmap;
138 1.1.2.1 thorpej t->_dmamap_load_mbuf = dwlpx_bus_dmamap_load_mbuf_sgmap;
139 1.1.2.1 thorpej t->_dmamap_load_uio = dwlpx_bus_dmamap_load_uio_sgmap;
140 1.1.2.1 thorpej t->_dmamap_load_raw = dwlpx_bus_dmamap_load_raw_sgmap;
141 1.1.2.1 thorpej t->_dmamap_unload = dwlpx_bus_dmamap_unload;
142 1.1.2.1 thorpej t->_dmamap_sync = NULL; /* Nothing to do. */
143 1.1.2.1 thorpej
144 1.1.2.1 thorpej t->_dmamem_alloc = _bus_dmamem_alloc;
145 1.1.2.1 thorpej t->_dmamem_free = _bus_dmamem_free;
146 1.1.2.1 thorpej t->_dmamem_map = _bus_dmamem_map;
147 1.1.2.1 thorpej t->_dmamem_unmap = _bus_dmamem_unmap;
148 1.1.2.1 thorpej t->_dmamem_mmap = _bus_dmamem_mmap;
149 1.1.2.1 thorpej
150 1.1.2.1 thorpej /*
151 1.1.2.1 thorpej * Initialize the SGMAP.
152 1.1.2.1 thorpej */
153 1.1.2.1 thorpej exname = malloc(16, M_DEVBUF, M_NOWAIT);
154 1.1.2.1 thorpej if (exname == NULL)
155 1.1.2.1 thorpej panic("dwlpx_dma_init");
156 1.1.2.1 thorpej sprintf(exname, "%s_sgmap", ccp->cc_sc->dwlpx_dev.dv_xname);
157 1.1.2.1 thorpej pci_dma_sgmap_init(t, &ccp->cc_sgmap, exname,
158 1.1.2.1 thorpej (8*1024*1024), (8*1024*1024));
159 1.1.2.1 thorpej
160 1.1.2.1 thorpej /*
161 1.1.2.1 thorpej * Set up DMA windows for this DWLPX.
162 1.1.2.1 thorpej *
163 1.1.2.1 thorpej * Basically, we set up for a 1GB direct mapped window,
164 1.1.2.1 thorpej * starting from PCI address 0x40000000. And that's it.
165 1.1.2.1 thorpej *
166 1.1.2.1 thorpej * Do this even for all HPCs- even for the nonexistent
167 1.1.2.1 thorpej * one on hose zero of a KFTIA.
168 1.1.2.1 thorpej */
169 1.1.2.1 thorpej for (i = 0; i < NHPC; i++) {
170 1.1.2.1 thorpej REGVAL(PCIA_WMASK_A(i) + ccp->cc_sysbase) = 0;
171 1.1.2.1 thorpej REGVAL(PCIA_TBASE_A(i) + ccp->cc_sysbase) = 0;
172 1.1.2.1 thorpej REGVAL(PCIA_WBASE_A(i) + ccp->cc_sysbase) = 0;
173 1.1.2.1 thorpej REGVAL(PCIA_WMASK_B(i) + ccp->cc_sysbase) = 0x3fff0000;
174 1.1.2.1 thorpej REGVAL(PCIA_TBASE_B(i) + ccp->cc_sysbase) = 0;
175 1.1.2.1 thorpej REGVAL(PCIA_WBASE_B(i) + ccp->cc_sysbase) = 0x40000002;
176 1.1.2.1 thorpej REGVAL(PCIA_WMASK_C(i) + ccp->cc_sysbase) = 0;
177 1.1.2.1 thorpej REGVAL(PCIA_TBASE_C(i) + ccp->cc_sysbase) = 0;
178 1.1.2.1 thorpej REGVAL(PCIA_WBASE_C(i) + ccp->cc_sysbase) = 0;
179 1.1.2.1 thorpej }
180 1.1.2.1 thorpej
181 1.1.2.1 thorpej /* XXX XXX BEGIN XXX XXX */
182 1.1.2.1 thorpej { /* XXX */
183 1.1.2.1 thorpej extern vm_offset_t alpha_XXX_dmamap_or; /* XXX */
184 1.1.2.1 thorpej alpha_XXX_dmamap_or = DWLPX_DIRECT_MAPPED_BASE; /* XXX */
185 1.1.2.1 thorpej } /* XXX */
186 1.1.2.1 thorpej /* XXX XXX END XXX XXX */
187 1.1.2.1 thorpej }
188 1.1.2.1 thorpej
189 1.1.2.1 thorpej /*
190 1.1.2.1 thorpej * Return the bus dma tag to be used for the specified bus type.
191 1.1.2.1 thorpej * INTERNAL USE ONLY!
192 1.1.2.1 thorpej */
193 1.1.2.1 thorpej bus_dma_tag_t
194 1.1.2.1 thorpej dwlpx_dma_get_tag(t, bustype)
195 1.1.2.1 thorpej bus_dma_tag_t t;
196 1.1.2.1 thorpej alpha_bus_t bustype;
197 1.1.2.1 thorpej {
198 1.1.2.1 thorpej struct dwlpx_config *ccp = t->_cookie;
199 1.1.2.1 thorpej
200 1.1.2.1 thorpej switch (bustype) {
201 1.1.2.1 thorpej case ALPHA_BUS_PCI:
202 1.1.2.1 thorpej case ALPHA_BUS_EISA:
203 1.1.2.1 thorpej /*
204 1.1.2.1 thorpej * XXX FIXME!
205 1.1.2.1 thorpej * XXX If the system has more than 1G of RAM,
206 1.1.2.1 thorpej * XXX we need to use SGMAPs, or some combination
207 1.1.2.1 thorpej * XXX of direct-mapped and SGMAP-mapped DMA.
208 1.1.2.1 thorpej */
209 1.1.2.1 thorpej return (&ccp->cc_dmat_direct);
210 1.1.2.1 thorpej
211 1.1.2.1 thorpej case ALPHA_BUS_ISA:
212 1.1.2.1 thorpej /*
213 1.1.2.1 thorpej * ISA doesn't have enough address bits to use
214 1.1.2.1 thorpej * the direct-mapped DMA window, so we must use
215 1.1.2.1 thorpej * SGMAPs.
216 1.1.2.1 thorpej */
217 1.1.2.1 thorpej return (&ccp->cc_dmat_sgmap);
218 1.1.2.1 thorpej
219 1.1.2.1 thorpej default:
220 1.1.2.1 thorpej panic("dwlpx_dma_get_tag: shouldn't be here, really...");
221 1.1.2.1 thorpej }
222 1.1.2.1 thorpej }
223 1.1.2.1 thorpej
224 1.1.2.1 thorpej /*
225 1.1.2.1 thorpej * Create a DWLPX DMA map.
226 1.1.2.1 thorpej */
227 1.1.2.1 thorpej int
228 1.1.2.1 thorpej dwlpx_bus_dmamap_create(t, size, nsegments, maxsegsz, boundary, flags, dmamp)
229 1.1.2.1 thorpej bus_dma_tag_t t;
230 1.1.2.1 thorpej bus_size_t size;
231 1.1.2.1 thorpej int nsegments;
232 1.1.2.1 thorpej bus_size_t maxsegsz;
233 1.1.2.1 thorpej bus_size_t boundary;
234 1.1.2.1 thorpej int flags;
235 1.1.2.1 thorpej bus_dmamap_t *dmamp;
236 1.1.2.1 thorpej {
237 1.1.2.1 thorpej struct alpha_pci_dma_cookie *a;
238 1.1.2.1 thorpej bus_dmamap_t map;
239 1.1.2.1 thorpej int error;
240 1.1.2.1 thorpej
241 1.1.2.1 thorpej /* Call common function to create the basic map. */
242 1.1.2.1 thorpej error = _bus_dmamap_create(t, size, nsegments, maxsegsz, boundary,
243 1.1.2.1 thorpej flags, dmamp);
244 1.1.2.1 thorpej if (error)
245 1.1.2.1 thorpej return (error);
246 1.1.2.1 thorpej
247 1.1.2.1 thorpej map = *dmamp;
248 1.1.2.1 thorpej
249 1.1.2.1 thorpej /* Allocate PCI-specific housekeeping stuff. */
250 1.1.2.1 thorpej a = malloc(sizeof(struct alpha_pci_dma_cookie), M_DEVBUF,
251 1.1.2.1 thorpej (flags & BUS_DMA_NOWAIT) ? M_NOWAIT : M_WAITOK);
252 1.1.2.1 thorpej if (a == NULL) {
253 1.1.2.1 thorpej _bus_dmamap_destroy(t, map);
254 1.1.2.1 thorpej return (ENOMEM);
255 1.1.2.1 thorpej }
256 1.1.2.1 thorpej bzero(a, sizeof(struct alpha_pci_dma_cookie));
257 1.1.2.1 thorpej map->_dm_cookie = a;
258 1.1.2.1 thorpej
259 1.1.2.1 thorpej return (0);
260 1.1.2.1 thorpej }
261 1.1.2.1 thorpej
262 1.1.2.1 thorpej int
263 1.1.2.1 thorpej dwlpx_bus_dmamap_create_sgmap(t, size, nsegments, maxsegsz, boundary,
264 1.1.2.1 thorpej flags, dmamp)
265 1.1.2.1 thorpej bus_dma_tag_t t;
266 1.1.2.1 thorpej bus_size_t size;
267 1.1.2.1 thorpej int nsegments;
268 1.1.2.1 thorpej bus_size_t maxsegsz;
269 1.1.2.1 thorpej bus_size_t boundary;
270 1.1.2.1 thorpej int flags;
271 1.1.2.1 thorpej bus_dmamap_t *dmamp;
272 1.1.2.1 thorpej {
273 1.1.2.1 thorpej struct dwlpx_config *ccp = t->_cookie;
274 1.1.2.1 thorpej struct alpha_pci_dma_cookie *a;
275 1.1.2.1 thorpej bus_dmamap_t map;
276 1.1.2.1 thorpej int error;
277 1.1.2.1 thorpej
278 1.1.2.1 thorpej error = dwlpx_bus_dmamap_create(t, size, nsegments, maxsegsz,
279 1.1.2.1 thorpej boundary, flags, dmamp);
280 1.1.2.1 thorpej if (error)
281 1.1.2.1 thorpej return (error);
282 1.1.2.1 thorpej
283 1.1.2.1 thorpej map = *dmamp;
284 1.1.2.1 thorpej a = map->_dm_cookie;
285 1.1.2.1 thorpej
286 1.1.2.1 thorpej if (flags & BUS_DMA_ALLOCNOW)
287 1.1.2.1 thorpej error = pci_dma_sgmap_alloc(map, round_page(size),
288 1.1.2.1 thorpej &ccp->cc_sgmap, a, flags);
289 1.1.2.1 thorpej
290 1.1.2.1 thorpej return (error);
291 1.1.2.1 thorpej }
292 1.1.2.1 thorpej
293 1.1.2.1 thorpej /*
294 1.1.2.1 thorpej * Destroy a DWLPX DMA map.
295 1.1.2.1 thorpej */
296 1.1.2.1 thorpej void
297 1.1.2.1 thorpej dwlpx_bus_dmamap_destroy(t, map)
298 1.1.2.1 thorpej bus_dma_tag_t t;
299 1.1.2.1 thorpej bus_dmamap_t map;
300 1.1.2.1 thorpej {
301 1.1.2.1 thorpej struct dwlpx_config *ccp = t->_cookie;
302 1.1.2.1 thorpej struct alpha_pci_dma_cookie *a = map->_dm_cookie;
303 1.1.2.1 thorpej
304 1.1.2.1 thorpej if (a->apdc_flags & APDC_HAS_SGMAP)
305 1.1.2.1 thorpej pci_dma_sgmap_free(&ccp->cc_sgmap, a);
306 1.1.2.1 thorpej
307 1.1.2.1 thorpej free(map->_dm_cookie, M_DEVBUF);
308 1.1.2.1 thorpej _bus_dmamap_destroy(t, map);
309 1.1.2.1 thorpej }
310 1.1.2.1 thorpej
311 1.1.2.1 thorpej /*
312 1.1.2.1 thorpej * Load a DWLPX direct-mapped DMA map with a linear buffer.
313 1.1.2.1 thorpej */
314 1.1.2.1 thorpej int
315 1.1.2.1 thorpej dwlpx_bus_dmamap_load_direct(t, map, buf, buflen, p, flags)
316 1.1.2.1 thorpej bus_dma_tag_t t;
317 1.1.2.1 thorpej bus_dmamap_t map;
318 1.1.2.1 thorpej void *buf;
319 1.1.2.1 thorpej bus_size_t buflen;
320 1.1.2.1 thorpej struct proc *p;
321 1.1.2.1 thorpej int flags;
322 1.1.2.1 thorpej {
323 1.1.2.1 thorpej
324 1.1.2.1 thorpej return (_bus_dmamap_load_direct_common(t, map, buf, buflen, p,
325 1.1.2.1 thorpej flags, DWLPX_DIRECT_MAPPED_BASE));
326 1.1.2.1 thorpej }
327 1.1.2.1 thorpej
328 1.1.2.1 thorpej /*
329 1.1.2.1 thorpej * Load a DWLPX SGMAP-mapped DMA map with a linear buffer.
330 1.1.2.1 thorpej */
331 1.1.2.1 thorpej int
332 1.1.2.1 thorpej dwlpx_bus_dmamap_load_sgmap(t, map, buf, buflen, p, flags)
333 1.1.2.1 thorpej bus_dma_tag_t t;
334 1.1.2.1 thorpej bus_dmamap_t map;
335 1.1.2.1 thorpej void *buf;
336 1.1.2.1 thorpej bus_size_t buflen;
337 1.1.2.1 thorpej struct proc *p;
338 1.1.2.1 thorpej int flags;
339 1.1.2.1 thorpej {
340 1.1.2.1 thorpej struct dwlpx_config *ccp = t->_cookie;
341 1.1.2.1 thorpej struct alpha_pci_dma_cookie *a = map->_dm_cookie;
342 1.1.2.1 thorpej int error;
343 1.1.2.1 thorpej
344 1.1.2.1 thorpej error = pci_dma_sgmap_load(t, map, buf, buflen, p, flags,
345 1.1.2.1 thorpej &ccp->cc_sgmap, a);
346 1.1.2.1 thorpej if (error == 0) {
347 1.1.2.1 thorpej /*
348 1.1.2.1 thorpej * Invalidate DWLPX TLB.
349 1.1.2.1 thorpej */
350 1.1.2.1 thorpej /* XXX implement XXX */
351 1.1.2.1 thorpej }
352 1.1.2.1 thorpej return (error);
353 1.1.2.1 thorpej }
354 1.1.2.1 thorpej
355 1.1.2.1 thorpej /*
356 1.1.2.1 thorpej * Load a DWLPX direct-mapped DMA map with an mbuf chain.
357 1.1.2.1 thorpej */
358 1.1.2.1 thorpej int
359 1.1.2.1 thorpej dwlpx_bus_dmamap_load_mbuf_direct(t, map, m, flags)
360 1.1.2.1 thorpej bus_dma_tag_t t;
361 1.1.2.1 thorpej bus_dmamap_t map;
362 1.1.2.1 thorpej struct mbuf *m;
363 1.1.2.1 thorpej int flags;
364 1.1.2.1 thorpej {
365 1.1.2.1 thorpej
366 1.1.2.1 thorpej return (_bus_dmamap_load_mbuf_direct_common(t, map, m,
367 1.1.2.1 thorpej flags, DWLPX_DIRECT_MAPPED_BASE));
368 1.1.2.1 thorpej }
369 1.1.2.1 thorpej
370 1.1.2.1 thorpej /*
371 1.1.2.1 thorpej * Load a DWLPX SGMAP-mapped DMA map with an mbuf chain.
372 1.1.2.1 thorpej */
373 1.1.2.1 thorpej int
374 1.1.2.1 thorpej dwlpx_bus_dmamap_load_mbuf_sgmap(t, map, m, flags)
375 1.1.2.1 thorpej bus_dma_tag_t t;
376 1.1.2.1 thorpej bus_dmamap_t map;
377 1.1.2.1 thorpej struct mbuf *m;
378 1.1.2.1 thorpej int flags;
379 1.1.2.1 thorpej {
380 1.1.2.1 thorpej struct dwlpx_config *ccp = t->_cookie;
381 1.1.2.1 thorpej struct alpha_pci_dma_cookie *a = map->_dm_cookie;
382 1.1.2.1 thorpej int error;
383 1.1.2.1 thorpej
384 1.1.2.1 thorpej error = pci_dma_sgmap_load_mbuf(t, map, m, flags, &ccp->cc_sgmap, a);
385 1.1.2.1 thorpej if (error == 0) {
386 1.1.2.1 thorpej /*
387 1.1.2.1 thorpej * Invalidate DWLPX TLB.
388 1.1.2.1 thorpej */
389 1.1.2.1 thorpej /* XXX implement XXX */
390 1.1.2.1 thorpej }
391 1.1.2.1 thorpej return (error);
392 1.1.2.1 thorpej }
393 1.1.2.1 thorpej
394 1.1.2.1 thorpej /*
395 1.1.2.1 thorpej * Load a DWLPX direct-mapped DMA map with a uio.
396 1.1.2.1 thorpej */
397 1.1.2.1 thorpej int
398 1.1.2.1 thorpej dwlpx_bus_dmamap_load_uio_direct(t, map, uio, flags)
399 1.1.2.1 thorpej bus_dma_tag_t t;
400 1.1.2.1 thorpej bus_dmamap_t map;
401 1.1.2.1 thorpej struct uio *uio;
402 1.1.2.1 thorpej int flags;
403 1.1.2.1 thorpej {
404 1.1.2.1 thorpej
405 1.1.2.1 thorpej return (_bus_dmamap_load_uio_direct_common(t, map, uio,
406 1.1.2.1 thorpej flags, DWLPX_DIRECT_MAPPED_BASE));
407 1.1.2.1 thorpej }
408 1.1.2.1 thorpej
409 1.1.2.1 thorpej /*
410 1.1.2.1 thorpej * Load a DWLPX SGMAP-mapped DMA map with a uio.
411 1.1.2.1 thorpej */
412 1.1.2.1 thorpej int
413 1.1.2.1 thorpej dwlpx_bus_dmamap_load_uio_sgmap(t, map, uio, flags)
414 1.1.2.1 thorpej bus_dma_tag_t t;
415 1.1.2.1 thorpej bus_dmamap_t map;
416 1.1.2.1 thorpej struct uio *uio;
417 1.1.2.1 thorpej int flags;
418 1.1.2.1 thorpej {
419 1.1.2.1 thorpej struct dwlpx_config *ccp = t->_cookie;
420 1.1.2.1 thorpej struct alpha_pci_dma_cookie *a = map->_dm_cookie;
421 1.1.2.1 thorpej int error;
422 1.1.2.1 thorpej
423 1.1.2.1 thorpej error = pci_dma_sgmap_load_uio(t, map, uio, flags, &ccp->cc_sgmap, a);
424 1.1.2.1 thorpej if (error == 0) {
425 1.1.2.1 thorpej /*
426 1.1.2.1 thorpej * Invalidate DWLPX TLB.
427 1.1.2.1 thorpej */
428 1.1.2.1 thorpej /* XXX implement XXX */
429 1.1.2.1 thorpej }
430 1.1.2.1 thorpej return (error);
431 1.1.2.1 thorpej }
432 1.1.2.1 thorpej
433 1.1.2.1 thorpej /*
434 1.1.2.1 thorpej * Load a DWLPX direct-mapped DMA map with raw memory.
435 1.1.2.1 thorpej */
436 1.1.2.1 thorpej int
437 1.1.2.1 thorpej dwlpx_bus_dmamap_load_raw_direct(t, map, segs, nsegs, size, flags)
438 1.1.2.1 thorpej bus_dma_tag_t t;
439 1.1.2.1 thorpej bus_dmamap_t map;
440 1.1.2.1 thorpej bus_dma_segment_t *segs;
441 1.1.2.1 thorpej int nsegs;
442 1.1.2.1 thorpej bus_size_t size;
443 1.1.2.1 thorpej int flags;
444 1.1.2.1 thorpej {
445 1.1.2.1 thorpej
446 1.1.2.1 thorpej return (_bus_dmamap_load_raw_direct_common(t, map, segs, nsegs,
447 1.1.2.1 thorpej size, flags, DWLPX_DIRECT_MAPPED_BASE));
448 1.1.2.1 thorpej }
449 1.1.2.1 thorpej
450 1.1.2.1 thorpej /*
451 1.1.2.1 thorpej * Load a DWLPX SGMAP-mapped DMA map with raw memory.
452 1.1.2.1 thorpej */
453 1.1.2.1 thorpej int
454 1.1.2.1 thorpej dwlpx_bus_dmamap_load_raw_sgmap(t, map, segs, nsegs, size, flags)
455 1.1.2.1 thorpej bus_dma_tag_t t;
456 1.1.2.1 thorpej bus_dmamap_t map;
457 1.1.2.1 thorpej bus_dma_segment_t *segs;
458 1.1.2.1 thorpej int nsegs;
459 1.1.2.1 thorpej bus_size_t size;
460 1.1.2.1 thorpej int flags;
461 1.1.2.1 thorpej {
462 1.1.2.1 thorpej struct dwlpx_config *ccp = t->_cookie;
463 1.1.2.1 thorpej struct alpha_pci_dma_cookie *a = map->_dm_cookie;
464 1.1.2.1 thorpej int error;
465 1.1.2.1 thorpej
466 1.1.2.1 thorpej error = pci_dma_sgmap_load_raw(t, map, segs, nsegs, size, flags,
467 1.1.2.1 thorpej &ccp->cc_sgmap, a);
468 1.1.2.1 thorpej if (error == 0) {
469 1.1.2.1 thorpej /*
470 1.1.2.1 thorpej * Invalidate DWLPX TLB.
471 1.1.2.1 thorpej */
472 1.1.2.1 thorpej /* XXX implement XXX */
473 1.1.2.1 thorpej }
474 1.1.2.1 thorpej return (error);
475 1.1.2.1 thorpej }
476 1.1.2.1 thorpej
477 1.1.2.1 thorpej /*
478 1.1.2.1 thorpej * Unload a DWLPX DMA map.
479 1.1.2.1 thorpej */
480 1.1.2.1 thorpej void
481 1.1.2.1 thorpej dwlpx_bus_dmamap_unload(t, map)
482 1.1.2.1 thorpej bus_dma_tag_t t;
483 1.1.2.1 thorpej bus_dmamap_t map;
484 1.1.2.1 thorpej {
485 1.1.2.1 thorpej struct dwlpx_config *ccp = t->_cookie;
486 1.1.2.1 thorpej struct alpha_pci_dma_cookie *a = map->_dm_cookie;
487 1.1.2.1 thorpej
488 1.1.2.1 thorpej /*
489 1.1.2.1 thorpej * Invalidate any SGMAP page table entries used by this
490 1.1.2.1 thorpej * mapping.
491 1.1.2.1 thorpej */
492 1.1.2.1 thorpej if (a->apdc_flags & APDC_USING_SGMAP) {
493 1.1.2.1 thorpej pci_dma_sgmap_unload(t, map, &ccp->cc_sgmap, a);
494 1.1.2.1 thorpej /* XXX invalidate TLB */
495 1.1.2.1 thorpej }
496 1.1.2.1 thorpej
497 1.1.2.1 thorpej /*
498 1.1.2.1 thorpej * Do the generic bits of the unload.
499 1.1.2.1 thorpej */
500 1.1.2.1 thorpej _bus_dmamap_unload(t, map);
501 1.1.2.1 thorpej }
502