Searched refs:MPII_DOORBELL_STATE (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | mpii.c | 558 if (mpii_wait_eq(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_attach() 561 mpii_read_db(sc) & MPII_DOORBELL_STATE); in mpii_attach() 1014 if (mpii_wait_ne(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_init() 1030 switch (db & MPII_DOORBELL_STATE) { in mpii_init() 1054 if (mpii_wait_ne(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_init() 1082 if (mpii_wait_eq(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_reset_soft()
|
H A D | mpiireg.h | 24 #define MPII_DOORBELL_STATE (0xf<<28) /* ioc state */ macro
|