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

/freebsd-12-stable/sys/sparc64/isa/
H A Disa_dma.c71 isa_dmastart(int flags, caddr_t addr, u_int nbytes, int chan) function
/freebsd-12-stable/sys/dev/sound/isa/
H A Dsndbuf_dma.c71 isa_dmastart(b->dir | ISADMA_RAW, b->buf, b->bufsize, b->dmachan);
/freebsd-12-stable/sys/isa/
H A Disavar.h177 void isa_dmastart(int flags, caddr_t addr, u_int nbytes, int chan);
/freebsd-12-stable/sys/dev/ppc/
H A Dppc_isa.c202 isa_dmastart(ppc->ppc_dmaflags, ppc->ppc_dmaddr, ppc->ppc_dmacnt,
/freebsd-12-stable/sys/x86/isa/
H A Disa_dma.c47 * isa_dmastart()
73 static u_int8_t dma_busy = 0; /* Used in isa_dmastart() */
228 * isa_dmastart(): program 8237 DMA controller channel, avoid page alignment
232 isa_dmastart(int flags, caddr_t addr, u_int nbytes, int chan) function
243 panic("isa_dmastart: channel out of range");
247 panic("isa_dmastart: impossible request");
251 printf("isa_dmastart: channel %d not acquired\n", chan);
259 * isa_dmastart() once because they use Auto DMA mode. If we
263 printf("isa_dmastart: channel %d busy\n", chan);
271 panic("isa_dmastart
[all...]
/freebsd-12-stable/sys/dev/fdc/
H A Dfdc.c966 isa_dmastart(

Completed in 102 milliseconds