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

/freebsd-10.2-release/sys/sparc64/isa/
H A Disa_dma.c75 isa_dmadone(int flags, caddr_t addr, int nbytes, int chan) function
/freebsd-10.2-release/sys/dev/sound/isa/
H A Dsndbuf_dma.c75 isa_dmadone(b->dir | ISADMA_RAW, b->buf, b->bufsize, b->dmachan);
/freebsd-10.2-release/sys/dev/ppc/
H A Dppc_isa.c96 isa_dmadone(ppc->ppc_dmaflags, ppc->ppc_dmaddr, ppc->ppc_dmacnt,
223 isa_dmadone(ppc->ppc_dmaflags, ppc->ppc_dmaddr,
/freebsd-10.2-release/sys/isa/
H A Disavar.h169 void isa_dmadone(int flags, caddr_t addr, int nbytes, int chan);
/freebsd-10.2-release/sys/ia64/isa/
H A Disa_dma.c166 * because we are acting on behalf of isa_dmadone() which
358 isa_dmadone(int flags, caddr_t addr, int nbytes, int chan) function
362 panic("isa_dmadone: channel out of range");
365 printf("isa_dmadone: channel %d not acquired\n", chan);
370 printf("isa_dmadone: channel %d not busy\n", chan);
/freebsd-10.2-release/sys/pc98/cbus/
H A Dcbus_dma.c175 * because we are acting on behalf of isa_dmadone() which
285 isa_dmadone(int flags, caddr_t addr, int nbytes, int chan) function
296 panic("isa_dmadone: channel out of range");
299 printf("isa_dmadone: channel %d not acquired\n", chan);
305 printf("isa_dmadone: channel %d not busy\n", chan);
H A Dfdc.c1973 isa_dmadone(idf,
2031 isa_dmadone(idf,
2077 isa_dmadone(idf,
2117 isa_dmadone(idf, bp->bio_data + fd->skip,
2130 isa_dmadone(idf, bp->bio_data + fd->skip,
/freebsd-10.2-release/sys/x86/isa/
H A Disa_dma.c191 * because we are acting on behalf of isa_dmadone() which
363 isa_dmadone(int flags, caddr_t addr, int nbytes, int chan) function
367 panic("isa_dmadone: channel out of range");
370 printf("isa_dmadone: channel %d not acquired\n", chan);
376 printf("isa_dmadone: channel %d not busy\n", chan);
/freebsd-10.2-release/sys/dev/fdc/
H A Dfdc.c788 isa_dmadone(
1037 isa_dmadone(
/freebsd-10.2-release/sys/dev/ieee488/
H A Dibfoo.c526 isa_dmadone(ISADMA_READ, data, len, u->dmachan);

Completed in 179 milliseconds