Searched refs:FDC_STAT_VALID (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/fdc/
H A Dfdcvar.h43 #define FDC_STAT_VALID 0x08 macro
H A Dfdc.c756 fdc->flags |= FDC_STAT_VALID;
758 fdc->flags &= ~FDC_STAT_VALID;
1752 if ((fd->fdc->flags & FDC_STAT_VALID) == 0)

Completed in 90 milliseconds