Searched refs:IA_RRDY (Results 1 – 2 of 2) sorted by relevance
328 MFP->mf_iera |= IA_RRDY|IA_RERR|IA_TRDY|IA_TERR; in serattach()330 MFP->mf_imra &= ~(IA_RRDY|IA_RERR|IA_TRDY|IA_TERR); in serattach()405 sc->sc_imra = IA_RRDY|IA_RERR|IA_TRDY|IA_TERR; in seropen()837 if ((MFP->mf_imra & (IA_RRDY|IA_RERR|IA_TRDY|IA_TERR)) != sc->sc_imra) { in ser_loadchannelregs()845 single_inst_bclr_b(MFP->mf_imra, IA_RRDY|IA_RERR|IA_TRDY|IA_TERR); in ser_loadchannelregs()1058 CLR(sc->sc_imra, IA_RRDY|IA_RERR|IA_TRDY|IA_TERR); in ser_shutdown()1061 single_inst_bclr_b(MFP->mf_imra, IA_RRDY|IA_RERR|IA_TRDY|IA_TERR); in ser_shutdown()1423 single_inst_bset_b(MFP->mf_imra, (IA_RRDY|IA_RERR|IA_TRDY|IA_TERR)); in serinitcons()1455 imra = MFP->mf_imra & (IA_RRDY|IA_RERR|IA_TRDY|IA_TERR); in sercnputc()
91 #define IA_RRDY 0x10 /* Serial Receiver Ready(=Full) */ macro