Home
last modified time | relevance | path

Searched refs:fdsts (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/arch/atari/dev/
Dhdfd_intr.s53 movb %a0@(fdsts),%d0 | Get fdsts
82 movb %a0@(fdsts),%d0 | Get fdsts
94 movb %a0@(fdsts),%d0 | Get fdsts
106 movb %a0@(fdsts),%d0 | Get fdsts
Dhdfdreg.h62 #define fdsts 0x00 /* NEC 765 Main Status Register (R) */ macro
Dhdfd.c788 i = rd_fdc_reg(fdsts) & (NE7_DIO | NE7_RQM | NE7_CB); in fdcresult()
810 while (((rd_fdc_reg(fdsts) & (NE7_DIO|NE7_RQM)) != NE7_RQM) && i-- > 0) in out_fdc()
/netbsd/src/sys/arch/x68k/dev/
Dfdreg.h42 #define fdsts 0 /* NEC 765 Main Status Register (R) */ macro
Dfd.c529 bus_space_write_1(fdc->sc_iot, fdc->sc_ioh, fdsts, NE7CMD_RESET); in fdcreset()
889 i = bus_space_read_1(iot, ioh, fdsts) & in fdcresult()
913 while ((bus_space_read_1(iot, ioh, fdsts) & NE7_DIO) && i-- > 0); in out_fdc()
916 while ((bus_space_read_1(iot, ioh, fdsts) & NE7_RQM) == 0 && i-- > 0); in out_fdc()
1405 bus_space_read_1(fdc->sc_iot, fdc->sc_ioh, fdsts))); in fdcintr()
/netbsd/src/sys/arch/acorn32/mainbus/
Dfdreg.h49 #define fdsts 4 /* NEC 765 Main Status Register (R) */ macro
Dfd.c749 i = bus_space_read_1(iot, ioh, fdsts) & in fdcresult()
772 while ((bus_space_read_1(iot, ioh, fdsts) & NE7_DIO) && i-- > 0); in out_fdc()
775 while ((bus_space_read_1(iot, ioh, fdsts) & NE7_RQM) == 0 && i-- > 0); in out_fdc()
/netbsd/src/sys/dev/isa/
Dfdreg.h48 #define fdsts 2 /* NEC 765 Main Status Register (R) */ macro
Dfd.c885 i = bus_space_read_1(iot, ioh, fdsts) & in fdcresult()
910 i = bus_space_read_1(iot, ioh, fdsts) & in out_fdc()