Searched refs:MPII_DOORBELL_STATE (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | mpii.c | 537 if (mpii_wait_eq(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_attach() 540 mpii_read_db(sc) & MPII_DOORBELL_STATE); in mpii_attach() 1054 if (mpii_wait_ne(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_init() 1070 switch (db & MPII_DOORBELL_STATE) { in mpii_init() 1094 if (mpii_wait_ne(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_init() 1122 if (mpii_wait_eq(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_reset_soft()
|
H A D | mpiireg.h | 23 #define MPII_DOORBELL_STATE (0xf<<28) /* ioc state */ macro
|