Searched refs:IA_TRDY (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/atari/dev/
H A Dser.c328 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_TER
[all...]
/netbsd-current/sys/arch/atari/include/
H A Dmfp.h93 #define IA_TRDY 0x04 /* Serial Transmitter Ready(=Empty) */ macro

Completed in 118 milliseconds