Searched refs:FDREG77_DOR (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/sparc64/dev/
H A Dfdcreg.h46 #define FDREG77_DOR 2 /* Digital Output Register (R/W) */ macro
H A Dfdc.c506 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;
/netbsd-current/sys/arch/sparc/dev/
H A Dfdreg.h46 #define FDREG77_DOR 2 /* Digital Output Register (R/W) */ macro
H A Dfd.c451 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;

Completed in 203 milliseconds