HomeSort by: relevance | last modified time | path
    Searched defs:mpii_wait_ne (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
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,

Completed in 14 milliseconds