Searched refs:MPI_DOORBELL (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dmpi.c170 #define mpi_read_db(s) mpi_read((s), MPI_DOORBELL)
171 #define mpi_write_db(s, v) mpi_write((s), MPI_DOORBELL, (v))
251 if (mpi_wait_eq(sc, MPI_DOORBELL, MPI_DOORBELL_STATE,
1759 if (mpi_wait_ne(sc, MPI_DOORBELL, MPI_DOORBELL_STATE,
1792 if (mpi_wait_ne(sc, MPI_DOORBELL, MPI_DOORBELL_STATE,
1817 if (mpi_wait_eq(sc, MPI_DOORBELL, MPI_DOORBELL_STATE,
H A Dmpireg.h24 #define MPI_DOORBELL 0x00 macro

Completed in 297 milliseconds