Home | History | Annotate | Download | only in i2o

Lines Matching defs:iop_inl

209 static inline u_int32_t	iop_inl(struct iop_softc *, int);
245 iop_inl(struct iop_softc *sc, int off)
305 mask = iop_inl(sc, IOP_REG_INTR_MASK);
432 mask = iop_inl(sc, IOP_REG_INTR_MASK);
1545 POLL(10000, (mfa = iop_inl(sc, IOP_REG_IFIFO)) != IOP_MFA_EMPTY);
1756 if ((iop_inl(sc, IOP_REG_INTR_STATUS) & IOP_INTR_OFIFO) == 0) {
1763 if ((rmfa = iop_inl(sc, IOP_REG_OFIFO)) == IOP_MFA_EMPTY) {
1764 rmfa = iop_inl(sc, IOP_REG_OFIFO);
2092 if ((mfa = iop_inl(sc, IOP_REG_IFIFO)) == IOP_MFA_EMPTY)
2093 if ((mfa = iop_inl(sc, IOP_REG_IFIFO)) == IOP_MFA_EMPTY) {
2172 if ((iop_inl(sc, IOP_REG_INTR_STATUS) & IOP_INTR_OFIFO) != 0) {
2174 rmfa = iop_inl(sc, IOP_REG_OFIFO);
2176 rmfa = iop_inl(sc, IOP_REG_OFIFO);