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

/freebsd-12-stable/sys/dev/fdc/
H A Dfdcvar.h48 #define FDC_NODMA 0x40 /* Don't do DMA */ macro
H A Dfdc_pccard.c104 fdc->flags = FDC_NODMA | FDC_NOFAST;
H A Dfdc_isa.c145 if ((fdc->flags & FDC_NODMA) == 0) {
151 fdc->flags |= FDC_NODMA;
H A Dfdc.c965 && !(fdc->flags & FDC_NODMA)) {
975 if (fdc->flags & FDC_NODMA) {
1044 if (i == 0 && (fdc->flags & FDC_NODMA) && (bp->bio_cmd == BIO_READ))
1768 if (!(fdc->flags & FDC_NODMA))
1823 if (!(fdc->flags & FDC_NODMA)) {

Completed in 116 milliseconds