Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc/dev/
Dfdreg.h46 #define FDREG77_DOR 2 /* Digital Output Register (R/W) */ macro
Dfd.c451 FDREG77_DOR, /* offset */ in establish_chip_type()
459 v = bus_space_read_1(tag, handle, FDREG77_DOR); in establish_chip_type()
464 bus_space_write_1(tag, handle, FDREG77_DOR, FDC_250KBPS); in establish_chip_type()
465 v = bus_space_read_1(tag, handle, FDREG77_DOR); in establish_chip_type()
640 fdc->sc_reg_dor = FDREG77_DOR; in fdcattach()
/netbsd/src/sys/arch/sparc64/dev/
Dfdcreg.h46 #define FDREG77_DOR 2 /* Digital Output Register (R/W) */ macro
Dfdc.c506 FDREG77_DOR, /* offset */ in establish_chip_type()
515 v = bus_space_read_1(tag, handle, FDREG77_DOR); in establish_chip_type()
520 bus_space_write_1(tag, handle, FDREG77_DOR, FDC_250KBPS); in establish_chip_type()
521 v = bus_space_read_1(tag, handle, FDREG77_DOR); in establish_chip_type()
795 fdc->sc_reg_dor = FDREG77_DOR;