Home
last modified time | relevance | path

Searched refs:FDC_NOFAST (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/fdc/
HDfdcvar.h46 #define FDC_NOFAST 0x80 /* Don't register isr as a fast one */ macro
HDfdc.c1798 ((fdc->flags & FDC_NOFAST) ? INTR_MPSAFE : 0), in fdc_attach()
1799 ((fdc->flags & FDC_NOFAST) ? NULL : fdc_intr_fast), in fdc_attach()
1800 ((fdc->flags & FDC_NOFAST) ? fdc_intr : NULL), in fdc_attach()