Home
last modified time | relevance | path

Searched refs:MPII_DOORBELL (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dmpii.c374 #define mpii_read_db(s) mpii_read((s), MPII_DOORBELL)
375 #define mpii_write_db(s, v) mpii_write((s), MPII_DOORBELL, (v))
537 if (mpii_wait_eq(sc, MPII_DOORBELL, MPII_DOORBELL_STATE, in mpii_attach()
1054 if (mpii_wait_ne(sc, MPII_DOORBELL, 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()
1278 if (mpii_wait_eq(sc, MPII_DOORBELL, MPII_DOORBELL_INUSE, 0) != 0) in mpii_handshake_recv()
H A Dmpiireg.h21 #define MPII_DOORBELL (0x00) macro