mpii.c | 308 static int mpii_wait_ne(struct mpii_softc *, bus_size_t, u_int32_t, 391 #define mpii_wait_db_int(s) mpii_wait_ne((s), MPII_INTR_STATUS, \ 990 mpii_wait_ne(struct mpii_softc *sc, bus_size_t r, u_int32_t mask, function in typeref:typename:int 995 DNPRINTF(MPII_D_RW, "%s: mpii_wait_ne %#lx %#x %#x\n", DEVNAME(sc), r, 1014 if (mpii_wait_ne(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, 1054 if (mpii_wait_ne(sc, MPII_DOORBELL, MPII_DOORBELL_STATE,
|