Home
last modified time | relevance | path

Searched refs:FDC_NODMA (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/fdc/
Dfdc_isa.c143 if ((fdc->flags & FDC_NODMA) == 0) { in fdc_isa_alloc_resources()
149 fdc->flags |= FDC_NODMA; in fdc_isa_alloc_resources()
Dfdcvar.h46 #define FDC_NODMA 0x40 /* Don't do DMA */ macro
Dfdc_pccard.c102 fdc->flags = FDC_NODMA | FDC_NOFAST; in fdc_pccard_attach()
Dfdc.c956 && !(fdc->flags & FDC_NODMA)) { in fdc_worker()
966 if (fdc->flags & FDC_NODMA) { in fdc_worker()
1032 if (i == 0 && (fdc->flags & FDC_NODMA) && (bp->bio_cmd & BIO_READ)) in fdc_worker()
1754 if (!(fdc->flags & FDC_NODMA)) in fdc_detach()
1809 if (!(fdc->flags & FDC_NODMA)) { in fdc_attach()
/freebsd-10-stable/sys/pc98/cbus/
Dfdc.c1390 if ((fdc->flags & FDC_NODMA) == 0) { in fdopen()
1424 if ((fdc->flags & FDC_NODMA) == 0) in fdclose()
1954 if (!rdsectid && !(fdc->flags & FDC_NODMA)) in fdstate()
1972 if (!(fdc->flags & FDC_NODMA)) in fdstate()
2003 if (fdc->flags & FDC_NODMA) { in fdstate()
2030 if (!(fdc->flags & FDC_NODMA)) in fdstate()
2048 if (fdc->flags & FDC_NODMA) { in fdstate()
2076 if (!(fdc->flags & FDC_NODMA)) in fdstate()
2085 if (!rdsectid && (fdc->flags & FDC_NODMA)) in fdstate()
2116 if (!rdsectid && !(fdc->flags & FDC_NODMA)) in fdstate()
[all …]
Dfdcvar.h86 #define FDC_NODMA 0x40 macro
Dfdc_cbus.c98 if ((fdc->flags & FDC_NODMA) == 0) { in fdc_cbus_alloc_resources()