Lines Matching refs:mf_imra
330 MFP->mf_imra &= ~(IA_RRDY|IA_RERR|IA_TRDY|IA_TERR);
407 single_inst_bset_b(MFP->mf_imra, sc->sc_imra);
837 if ((MFP->mf_imra & (IA_RRDY|IA_RERR|IA_TRDY|IA_TERR)) != sc->sc_imra) {
838 printf("loadchannelregs: mf_imra: %x sc_imra: %x\n",
839 (u_int)MFP->mf_imra, (u_int)sc->sc_imra);
845 single_inst_bclr_b(MFP->mf_imra, IA_RRDY|IA_RERR|IA_TRDY|IA_TERR);
867 single_inst_bset_b(MFP->mf_imra, sc->sc_imra);
967 single_inst_bset_b(MFP->mf_imra, IA_TRDY|IA_TERR);
982 single_inst_bclr_b(MFP->mf_imra, IA_TRDY|IA_TERR);
1061 single_inst_bclr_b(MFP->mf_imra, IA_RRDY|IA_RERR|IA_TRDY|IA_TERR);
1423 single_inst_bset_b(MFP->mf_imra, (IA_RRDY|IA_RERR|IA_TRDY|IA_TERR));
1455 imra = MFP->mf_imra & (IA_RRDY|IA_RERR|IA_TRDY|IA_TERR);
1456 single_inst_bclr_b(MFP->mf_imra, imra);
1482 single_inst_bset_b(MFP->mf_imra, imra);