Searched refs:fdsts (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/sys/arch/atari/dev/ |
| D | hdfd_intr.s | 53 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
|
| D | hdfdreg.h | 62 #define fdsts 0x00 /* NEC 765 Main Status Register (R) */ macro
|
| D | hdfd.c | 788 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/ |
| D | fdreg.h | 42 #define fdsts 0 /* NEC 765 Main Status Register (R) */ macro
|
| D | fd.c | 529 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/ |
| D | fdreg.h | 49 #define fdsts 4 /* NEC 765 Main Status Register (R) */ macro
|
| D | fd.c | 749 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/ |
| D | fdreg.h | 48 #define fdsts 2 /* NEC 765 Main Status Register (R) */ macro
|
| D | fd.c | 885 i = bus_space_read_1(iot, ioh, fdsts) & in fdcresult() 910 i = bus_space_read_1(iot, ioh, fdsts) & in out_fdc()
|