Searched refs:FDREG77_DOR (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/arch/sparc/dev/ |
| D | fdreg.h | 46 #define FDREG77_DOR 2 /* Digital Output Register (R/W) */ macro
|
| D | fd.c | 451 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/ |
| D | fdcreg.h | 46 #define FDREG77_DOR 2 /* Digital Output Register (R/W) */ macro
|
| D | fdc.c | 506 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;
|