iop.c | 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; local in function:iop_intr 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; local in function:iop_msg_poll 2174 rmfa = iop_inl(sc, IOP_REG_OFIFO) [all...] |