Home
last modified time | relevance | path

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

/freebsd/sys/dev/fdc/
H A Dfdcvar.h42 #define FDC_STAT_VALID 0x08 macro
H A Dfdc.c609 fdc->flags |= FDC_STAT_VALID; in fdc_read_status()
611 fdc->flags &= ~FDC_STAT_VALID; in fdc_read_status()
1536 if ((fd->fdc->flags & FDC_STAT_VALID) == 0) in fd_ioctl()