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

/freebsd-12-stable/sys/dev/fdc/
H A Dfdcvar.h45 #define FDC_STAT_VALID 0x08 macro
H A Dfdc.c611 fdc->flags |= FDC_STAT_VALID;
613 fdc->flags &= ~FDC_STAT_VALID;
1549 if ((fd->fdc->flags & FDC_STAT_VALID) == 0)

Completed in 212 milliseconds