HomeSort by: relevance | last modified time | path
    Searched defs:FDC_EIS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc64/dev/
fdc.c 202 #define FDC_EIS 0x04
789 fdc->sc_flags |= FDC_EIS;
1700 if ((fdc->sc_flags & FDC_EIS) &&
2087 (fdc->sc_flags & FDC_EIS) ? DOIO : DOSEEK;
  /src/sys/arch/sparc/dev/
fd.c 189 #define FDC_EIS 0x04
634 fdc->sc_flags |= FDC_EIS;
1517 if ((fdc->sc_flags & FDC_EIS) &&
1901 (fdc->sc_flags & FDC_EIS) ? DOIO : DOSEEK;
  /src/sys/arch/sun3/dev/
fd.c 167 #define FDC_EIS 0x04
436 fdc->sc_flags |= FDC_EIS;
1240 if ((fdc->sc_flags & FDC_EIS) &&
1559 (fdc->sc_flags & FDC_EIS) ? DOIO : DOSEEK;

Completed in 15 milliseconds