Searched refs:FDC_NOFAST (Results 1 – 3 of 3) sorted by relevance
47 #define FDC_NOFAST 0x80 /* Don't register isr as a fast one */ macro
102 fdc->flags = FDC_NODMA | FDC_NOFAST; in fdc_pccard_attach()
2019 ((fdc->flags & FDC_NOFAST) ? INTR_MPSAFE : 0), 2020 ((fdc->flags & FDC_NOFAST) ? NULL : fdc_intr_fast), 2021 ((fdc->flags & FDC_NOFAST) ? fdc_intr : NULL),