HomeSort by: relevance | last modified time | path
    Searched refs:FDREG77_DOR (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc/dev/
fdreg.h 46 #define FDREG77_DOR 2 /* Digital Output Register (R/W) */
fd.c 451 FDREG77_DOR, /* offset */
459 v = bus_space_read_1(tag, handle, FDREG77_DOR);
464 bus_space_write_1(tag, handle, FDREG77_DOR, FDC_250KBPS);
465 v = bus_space_read_1(tag, handle, FDREG77_DOR);
640 fdc->sc_reg_dor = FDREG77_DOR;
  /src/sys/arch/sparc64/dev/
fdcreg.h 46 #define FDREG77_DOR 2 /* Digital Output Register (R/W) */
fdc.c 506 FDREG77_DOR, /* offset */
515 v = bus_space_read_1(tag, handle, FDREG77_DOR);
520 bus_space_write_1(tag, handle, FDREG77_DOR, FDC_250KBPS);
521 v = bus_space_read_1(tag, handle, FDREG77_DOR);
795 fdc->sc_reg_dor = FDREG77_DOR;

Completed in 42 milliseconds