Searched refs:FDC_NOFAST (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/fdc/
H A Dfdcvar.h47 #define FDC_NOFAST 0x80 /* Don't register isr as a fast one */ macro
H A Dfdc_pccard.c101 fdc->flags = FDC_NODMA | FDC_NOFAST;
H A Dfdc.c2029 ((fdc->flags & FDC_NOFAST) ? INTR_MPSAFE : 0),
2030 ((fdc->flags & FDC_NOFAST) ? NULL : fdc_intr_fast),
2031 ((fdc->flags & FDC_NOFAST) ? fdc_intr : NULL),

Completed in 83 milliseconds