Searched refs:ISADMA_RAW (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/sound/isa/
H A Dsndbuf_dma.c69 isa_dmastart(b->dir | ISADMA_RAW, b->buf, b->bufsize, b->dmachan);
75 isa_dmadone(b->dir | ISADMA_RAW, b->buf, b->bufsize, b->dmachan);
/freebsd-11-stable/sys/x86/isa/
H A Disa_dma.c282 if (flags & ISADMA_RAW) {
295 /* If ISADMA_RAW flag is set, then use autoinitialise mode */
296 if (flags & ISADMA_RAW) {
328 /* If ISADMA_RAW flag is set, then use autoinitialise mode */
329 if (flags & ISADMA_RAW) {
/freebsd-11-stable/sys/isa/
H A Disavar.h71 #define ISADMA_RAW 0x00080000 macro
/freebsd-11-stable/sys/pc98/cbus/
H A Dcbus_dma.c243 if (flags & ISADMA_RAW) {
254 /* If ISADMA_RAW flag is set, then use autoinitialise mode */
255 if (flags & ISADMA_RAW) {

Completed in 86 milliseconds