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

  /src/sys/arch/atari/dev/
ser.c 328 MFP->mf_iera |= IA_RRDY|IA_RERR|IA_TRDY|IA_TERR;
330 MFP->mf_imra &= ~(IA_RRDY|IA_RERR|IA_TRDY|IA_TERR);
405 sc->sc_imra = IA_RRDY|IA_RERR|IA_TRDY|IA_TERR;
837 if ((MFP->mf_imra & (IA_RRDY|IA_RERR|IA_TRDY|IA_TERR)) != sc->sc_imra) {
845 single_inst_bclr_b(MFP->mf_imra, IA_RRDY|IA_RERR|IA_TRDY|IA_TERR);
965 if (!ISSET(sc->sc_imra, IA_TRDY)) {
966 SET(sc->sc_imra, IA_TRDY|IA_TERR);
967 single_inst_bset_b(MFP->mf_imra, IA_TRDY|IA_TERR);
980 if (ISSET(sc->sc_imra, IA_TRDY)) {
981 CLR(sc->sc_imra, IA_TRDY|IA_TERR)
    [all...]
  /src/sys/arch/atari/include/
mfp.h 93 #define IA_TRDY 0x04 /* Serial Transmitter Ready(=Empty) */

Completed in 33 milliseconds