Searched refs:isa_dmastart (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/sys/sparc64/isa/
H A Disa_dma.c69 isa_dmastart(int flags, caddr_t addr, u_int nbytes, int chan) function
/freebsd-10.3-release/sys/dev/sound/isa/
H A Dsndbuf_dma.c69 isa_dmastart(b->dir | ISADMA_RAW, b->buf, b->bufsize, b->dmachan);
/freebsd-10.3-release/sys/isa/
H A Disavar.h171 void isa_dmastart(int flags, caddr_t addr, u_int nbytes, int chan);
/freebsd-10.3-release/sys/dev/ppc/
H A Dppc_isa.c200 isa_dmastart(ppc->ppc_dmaflags, ppc->ppc_dmaddr, ppc->ppc_dmacnt,
/freebsd-10.3-release/sys/ia64/isa/
H A Disa_dma.c44 * isa_dmastart()
63 static u_int8_t dma_busy = 0; /* Used in isa_dmastart() */
200 * isa_dmastart(): program 8237 DMA controller channel.
222 panic("isa_dmastart: transfer mapping not contiguous");
308 isa_dmastart(int flags, caddr_t addr, u_int nbytes, int chan) function
314 panic("isa_dmastart: channel out of range");
318 panic("isa_dmastart: impossible request");
321 printf("isa_dmastart: channel %d not acquired\n", chan);
327 * isa_dmastart() once because they use Auto DMA mode. If we
331 printf("isa_dmastart
[all...]
/freebsd-10.3-release/sys/x86/isa/
H A Disa_dma.c45 * isa_dmastart()
71 static u_int8_t dma_busy = 0; /* Used in isa_dmastart() */
229 * isa_dmastart(): program 8237 DMA controller channel, avoid page alignment
233 isa_dmastart(int flags, caddr_t addr, u_int nbytes, int chan) function
244 panic("isa_dmastart: channel out of range");
248 panic("isa_dmastart: impossible request");
252 printf("isa_dmastart: channel %d not acquired\n", chan);
260 * isa_dmastart() once because they use Auto DMA mode. If we
264 printf("isa_dmastart: channel %d busy\n", chan);
272 panic("isa_dmastart
[all...]
/freebsd-10.3-release/sys/pc98/cbus/
H A Dcbus_dma.c45 * isa_dmastart()
72 static u_int8_t dma_busy = 0; /* Used in isa_dmastart() */
188 * isa_dmastart(): program 8237 DMA controller channel, avoid page alignment
192 isa_dmastart(int flags, caddr_t addr, u_int nbytes, int chan) function
205 panic("isa_dmastart: channel out of range");
209 panic("isa_dmastart: impossible request");
213 printf("isa_dmastart: channel %d not acquired\n", chan);
221 * isa_dmastart() once because they use Auto DMA mode. If we
225 printf("isa_dmastart: channel %d busy\n", chan);
233 panic("isa_dmastart
[all...]
H A Dfdc.c1955 isa_dmastart(idf, bp->bio_data+fd->skip,
/freebsd-10.3-release/sys/dev/ieee488/
H A Dibfoo.c519 isa_dmastart(ISADMA_READ, data, len, u->dmachan);
/freebsd-10.3-release/sys/dev/fdc/
H A Dfdc.c957 isa_dmastart(

Completed in 181 milliseconds