Home | History | Annotate | Download | only in i2o

Lines Matching defs:rmfa

1610 iop_handle_reply(struct iop_softc *sc, u_int32_t rmfa)
1620 off = (int)(rmfa - sc->sc_rep_phys);
1750 u_int32_t rmfa;
1763 if ((rmfa = iop_inl(sc, IOP_REG_OFIFO)) == IOP_MFA_EMPTY) {
1764 rmfa = iop_inl(sc, IOP_REG_OFIFO);
1765 if (rmfa == IOP_MFA_EMPTY)
1768 iop_handle_reply(sc, rmfa);
1769 iop_outl(sc, IOP_REG_OFIFO, rmfa);
2167 u_int32_t rmfa;
2174 rmfa = iop_inl(sc, IOP_REG_OFIFO);
2175 if (rmfa == IOP_MFA_EMPTY)
2176 rmfa = iop_inl(sc, IOP_REG_OFIFO);
2177 if (rmfa != IOP_MFA_EMPTY) {
2178 iop_handle_reply(sc, rmfa);
2184 iop_outl(sc, IOP_REG_OFIFO, rmfa);