HomeSort by: relevance | last modified time | path
    Searched refs:fdsts (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/atari/dev/
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
hdfdreg.h 62 #define fdsts 0x00 /* NEC 765 Main Status Register (R) */ macro
hdfd.c 788 i = rd_fdc_reg(fdsts) & (NE7_DIO | NE7_RQM | NE7_CB);
810 while (((rd_fdc_reg(fdsts) & (NE7_DIO|NE7_RQM)) != NE7_RQM) && i-- > 0)
  /src/sys/arch/acorn32/mainbus/
fdreg.h 49 #define fdsts 4 /* NEC 765 Main Status Register (R) */ macro
fd.c 749 i = bus_space_read_1(iot, ioh, fdsts) &
772 while ((bus_space_read_1(iot, ioh, fdsts) & NE7_DIO) && i-- > 0);
775 while ((bus_space_read_1(iot, ioh, fdsts) & NE7_RQM) == 0 && i-- > 0);
  /src/sys/arch/x68k/dev/
fdreg.h 42 #define fdsts 0 /* NEC 765 Main Status Register (R) */ macro
fd.c 529 bus_space_write_1(fdc->sc_iot, fdc->sc_ioh, fdsts, NE7CMD_RESET);
889 i = bus_space_read_1(iot, ioh, fdsts) &
913 while ((bus_space_read_1(iot, ioh, fdsts) & NE7_DIO) && i-- > 0);
916 while ((bus_space_read_1(iot, ioh, fdsts) & NE7_RQM) == 0 && i-- > 0);
1405 bus_space_read_1(fdc->sc_iot, fdc->sc_ioh, fdsts)));
  /src/sys/dev/isa/
fdreg.h 48 #define fdsts 2 /* NEC 765 Main Status Register (R) */ macro
fd.c 885 i = bus_space_read_1(iot, ioh, fdsts) &
910 i = bus_space_read_1(iot, ioh, fdsts) &

Completed in 38 milliseconds