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

/openbsd-current/sys/dev/pci/
H A Dmpii.c537 if (mpii_wait_eq(sc, MPII_DOORBELL, MPII_DOORBELL_STATE,
540 mpii_read_db(sc) & MPII_DOORBELL_STATE);
1054 if (mpii_wait_ne(sc, MPII_DOORBELL, MPII_DOORBELL_STATE,
1070 switch (db & MPII_DOORBELL_STATE) {
1094 if (mpii_wait_ne(sc, MPII_DOORBELL, MPII_DOORBELL_STATE,
1122 if (mpii_wait_eq(sc, MPII_DOORBELL, MPII_DOORBELL_STATE,
H A Dmpiireg.h23 #define MPII_DOORBELL_STATE (0xf<<28) /* ioc state */ macro

Completed in 232 milliseconds