Home
last modified time | relevance | path

Searched refs:mpii_wait_eq (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dmpii.c1979 static int mpii_wait_eq(struct mpii_softc *, bus_size_t, u_int32_t,
2065 #define mpii_wait_db_ack(s) mpii_wait_eq((s), MPII_INTR_STATUS, \
2231 if (mpii_wait_eq(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_attach()
2635 mpii_wait_eq(struct mpii_softc *sc, bus_size_t r, u_int32_t mask, in mpii_wait_eq() function
2746 if (mpii_wait_eq(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_reset_soft()
2902 if (mpii_wait_eq(sc, MPII_DOORBELL, MPII_DOORBELL_INUSE, 0) != 0) in mpii_handshake_recv()