Searched refs:FDC_NODMA (Results 1 – 7 of 7) sorted by relevance
143 if ((fdc->flags & FDC_NODMA) == 0) { in fdc_isa_alloc_resources()149 fdc->flags |= FDC_NODMA; in fdc_isa_alloc_resources()
46 #define FDC_NODMA 0x40 /* Don't do DMA */ macro
102 fdc->flags = FDC_NODMA | FDC_NOFAST; in fdc_pccard_attach()
956 && !(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()
1390 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 …]
86 #define FDC_NODMA 0x40 macro
98 if ((fdc->flags & FDC_NODMA) == 0) { in fdc_cbus_alloc_resources()